Bug 2414478 (CVE-2025-40156) - CVE-2025-40156 kernel: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe()
Summary: CVE-2025-40156 kernel: PM / devfreq: mtk-cci: Fix potential error pointer der...
Keywords:
Status: NEW
Alias: CVE-2025-40156
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-11-12 11:02 UTC by OSIDB Bzimport
Modified: 2025-11-26 13:40 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-11-12 11:02:24 UTC
In the Linux kernel, the following vulnerability has been resolved:

PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe()

The drv->sram_reg pointer could be set to ERR_PTR(-EPROBE_DEFER) which
would lead to a error pointer dereference.  Use IS_ERR_OR_NULL() to check
that the pointer is valid.


Note You need to log in before you can comment on or make changes to this bug.