In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jul 4, 2025
to the GitHub Advisory Database
•
Updated Dec 18, 2025
Description
Published by the National Vulnerability Database
Jul 4, 2025
Published to the GitHub Advisory Database
Jul 4, 2025
Last updated
Dec 18, 2025
In the Linux kernel, the following vulnerability has been resolved:
media: imx-jpeg: Cleanup after an allocation error
When allocation failures are not cleaned up by the driver, further
allocation errors will be false-positives, which will cause buffers to
remain uninitialized and cause NULL pointer dereferences.
Ensure proper cleanup of failed allocations to prevent these issues.
References