CVE-2025-37851
Published: May 9, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: Add 'plane' value check Function dispc_ovl_setup is not intended to work with the value OMAP_DSS_WB of the enum parameter plane. The value of this parameter is initialized in dss_init_overlays and in the current state of the code it cannot take this value so it's not a real problem. For the purposes of defensive coding it wouldn't be superfluous to check the parameter value, because some functions down the call stack process this value correctly and some not. For example, in dispc_ovl_setup_global_alpha it may lead to buffer overflow. Add check for this value. Found by Linux Verification Center (linuxtesting.org) with SVACE static analysis tool.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 559d67018950ced65c73358cd69c4bdd2b0c5dd6 - < a570efb4d877adbf3db2dc95487f2ba6bfdd148aaffected 559d67018950ced65c73358cd69c4bdd2b0c5dd6 - < cdf41d72e8b015d9ea68f5a1c0a79624e7c312aaaffected 559d67018950ced65c73358cd69c4bdd2b0c5dd6 - < 09dbf22fd68c2f1a81ab89670ffa1ec3033436c4affected 559d67018950ced65c73358cd69c4bdd2b0c5dd6 - < 660a53a0694d1f3789802509fe729dd4656fc5e0affected 559d67018950ced65c73358cd69c4bdd2b0c5dd6 - < fda15c5b96b883d62fb2d84a3a1422aa87717897+4 more versions |
Linux | Linux | affected 2.6.33unaffected 0 - < 2.6.33unaffected 5.4.293 - <= 5.4.*unaffected 5.10.237 - <= 5.10.*unaffected 5.15.181 - <= 5.15.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now