cve/2024/CVE-2024-42069.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2024-42069

Description

In the Linux kernel, the following vulnerability has been resolved:net: mana: Fix possible double free in error handling pathWhen auxiliary_device_add() returns error and then callsauxiliary_device_uninit(), callback function adev_releasecalls kfree(madev). We shouldn't call kfree(madev) againin the error handling path. Set 'madev' to NULL.

POC

Reference

No PoCs from references.

Github