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);"
CVSS
No CVSS.
References
Configurations
No configuration.
History
25 Jul 2025, 15:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-07-25 15:15
Updated : 2025-07-25 15:29
NVD link : CVE-2025-38428
Mitre link : CVE-2025-38428
CVE.ORG link : CVE-2025-38428
JSON object : View
Products Affected
No product.
CWE
No CWE.