NONE · 0

CVE-2026-74642

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: Fix UAF at delayed release of MIDI2 EPs The recent fix for UAF in ump_to_endpoint() caused another UAF because it tries...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: Fix UAF at delayed release of MIDI2 EPs The recent fix for UAF in ump_to_endpoint() caused another UAF because it tries to dereference the UMP endpoint object, but this might be executed at a delayed context where the endpoint has been already released. Add private_free to clear the associated data for avoiding the further dereference for delayed releases.

References

FAQ

What is CVE-2026-74642?

CVE-2026-74642 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: Fix UAF at delayed release of MIDI2 EPs The recent fix for UAF in ump_to_endpoint() caused another UAF because it tries...

How severe is CVE-2026-74642?

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

Is there a patch for CVE-2026-74642?

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