Bug 2363329 (CVE-2025-37784) - CVE-2025-37784 kernel: net: ti: icss-iep: Fix possible NULL pointer dereference for perout request
Summary: CVE-2025-37784 kernel: net: ti: icss-iep: Fix possible NULL pointer dereferen...
Keywords:
Status: NEW
Alias: CVE-2025-37784
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-01 14:04 UTC by OSIDB Bzimport
Modified: 2025-05-02 05:24 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-01 14:04:00 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: ti: icss-iep: Fix possible NULL pointer dereference for perout request

The ICSS IEP driver tracks perout and pps enable state with flags.
Currently when disabling pps and perout signals during icss_iep_exit(),
results in NULL pointer dereference for perout.

To fix the null pointer dereference issue, the icss_iep_perout_enable_hw
function can be modified to directly clear the IEP CMP registers when
disabling PPS or PEROUT, without referencing the ptp_perout_request
structure, as its contents are irrelevant in this case.

Comment 1 Avinash Hanwate 2025-05-02 05:13:34 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025050118-CVE-2025-37784-159b@gregkh/T


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