In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Oct 7, 2025
to the GitHub Advisory Database
•
Updated Feb 4, 2026
Description
Published by the National Vulnerability Database
Oct 7, 2025
Published to the GitHub Advisory Database
Oct 7, 2025
Last updated
Feb 4, 2026
In the Linux kernel, the following vulnerability has been resolved:
iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()
The fsl_pamu_probe() returns directly when create_csd() failed, leaving
irq and memories unreleased.
Fix by jumping to error if create_csd() returns error.
References