Bug 2376063 (CVE-2025-38145) - CVE-2025-38145 kernel: soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()
Summary: CVE-2025-38145 kernel: soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()
Keywords:
Status: NEW
Alias: CVE-2025-38145
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-07-03 09:03 UTC by OSIDB Bzimport
Modified: 2025-07-03 17:40 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-03 09:03:07 UTC
In the Linux kernel, the following vulnerability has been resolved:

soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()

devm_kasprintf() returns NULL when memory allocation fails. Currently,
aspeed_lpc_enable_snoop() does not check for this case, which results in a
NULL pointer dereference.

Add NULL check after devm_kasprintf() to prevent this issue.

[arj: Fix Fixes: tag to use subject from 3772e5da4454]

Comment 1 Avinash Hanwate 2025-07-03 17:37:25 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025070335-CVE-2025-38145-548b@gregkh/T


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