Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2025-37851


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.


Published

2025-05-09T07:16:06.003

Last Modified

2025-11-17T12:52:55.803

Status

Analyzed

Source

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Severity

CVSSv3.1: 5.5 (MEDIUM)

Weaknesses
  • Type: Primary
    CWE-674

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Operating System linux linux_kernel < 5.4.293 Yes
Operating System linux linux_kernel < 5.10.237 Yes
Operating System linux linux_kernel < 5.15.181 Yes
Operating System linux linux_kernel < 6.1.135 Yes
Operating System linux linux_kernel < 6.6.88 Yes
Operating System linux linux_kernel < 6.12.24 Yes
Operating System linux linux_kernel < 6.13.12 Yes
Operating System linux linux_kernel < 6.14.3 Yes
Operating System debian debian_linux 11.0 Yes

References