NONE · 0

CVE-2026-68475

In the Linux kernel, the following vulnerability has been resolved: reset: sunxi: fix memory region leak on ioremap failure In sunxi_reset_init(), when ioremap() fails, the memory region obtained vi...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: reset: sunxi: fix memory region leak on ioremap failure In sunxi_reset_init(), when ioremap() fails, the memory region obtained via request_mem_region() is not released, leading to a resource leak. Add an err_mem_region label to properly release the memory region before freeing the data structure.

References

FAQ

What is CVE-2026-68475?

CVE-2026-68475 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: reset: sunxi: fix memory region leak on ioremap failure In sunxi_reset_init(), when ioremap() fails, the memory region obtained vi...

How severe is CVE-2026-68475?

CVSS scoring is not yet available for CVE-2026-68475. Check NVD for updates.

Is there a patch for CVE-2026-68475?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.