Bug 2383462 (CVE-2025-38428) - CVE-2025-38428 kernel: Input: ims-pcu - check record size in ims_pcu_flash_firmware()
Summary: CVE-2025-38428 kernel: Input: ims-pcu - check record size in ims_pcu_flash_fi...
Keywords:
Status: NEW
Alias: CVE-2025-38428
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-07-25 15:02 UTC by OSIDB Bzimport
Modified: 2025-11-25 18:10 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-25 15:02:23 UTC
In the Linux kernel, the following vulnerability has been resolved:

Input: ims-pcu - check record size in ims_pcu_flash_firmware()

The "len" variable comes from the firmware and we generally do
trust firmware, but it's always better to double check.  If the "len"
is too large it could result in memory corruption when we do
"memcpy(fragment->data, rec->data, len);"


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