PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64029 Linux CVE debrief

The Linux kernel was vulnerable to a use-after-free issue in the ALSA sequencer UMP output teardown. The vulnerability has been resolved by adding a per-client rwlock for the event_input-visible output file. This fix ensures that the output file is not released while an in-flight event_input callback is still inside snd_rawmidi_kernel_write(). The vulnerability was caused by a lack of synchronization between the first-open and last-close transition in seq_ump_client_open() and seq_ump_client_close(). This could lead to a use-after-free issue in snd_rawmidi_kernel_write1(). The fix adds a per-client rwlock for the event_input-visible output file, publishing a newly opened output file under the write side, and holding the read side from the output lookup through snd_rawmidi_kernel_write(). The Linux kernel maintainers also provided additional details about the vulnerability and the fix through the Linux kernel mailing list.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-30
Advisory published
2026-07-19
Advisory updated
2026-07-30

Who should care

Users of the Linux kernel should be aware of this vulnerability and ensure they are running a patched version. This includes Linux kernel developers, maintainers, and users who rely on the Linux kernel for their systems. Additionally, security teams and vulnerability management teams should be aware of this vulnerability and take necessary steps to mitigate it.

Technical summary

The vulnerability was caused by a lack of synchronization between the first-open and last-close transition in seq_ump_client_open() and seq_ump_client_close(). This could lead to a use-after-free issue in snd_rawmidi_kernel_write1(). The fix adds a per-client rwlock for the event_input-visible output file, publishing a newly opened output file under the write side, and holding the read side from the output lookup through snd_rawmidi_kernel_write(). The Linux kernel maintainers also provided additional details about the vulnerability and the fix through the Linux kernel mailing list. The patch adds a per-client rwlock for the event_input-visible output file, which prevents the use-after-free issue in snd_rawmidi_kernel_write1().

Defensive priority

High

Recommended defensive actions

  • Apply the patch to the Linux kernel
  • Ensure the Linux kernel is updated to a patched version
  • Monitor for potential exploitation attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was reported through the Linux kernel mailing list and was patched by the Linux kernel maintainers. The patch adds a per-client rwlock for the event_input-visible output file, publishing a newly opened output file under the write side, and holding the read side from the output lookup through snd_rawmidi_kernel_write(). This fix prevents the use-after-free issue in snd_rawmidi_kernel_write1(). The Linux kernel maintainers also provided additional details about the vulnerability and the fix through the Linux kernel mailing list.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64029 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64029

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64029 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64029

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/0cb1ad795570167558530d6194297ac2396a1991

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3aab4a58d23fb22dac5b558bbe5df1a8dad00b4b

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/60a1969fae6209644698fca91c185d153674f631

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8ba1c4ddbb1c67d34bb440aecb9f5690ed3f64cb

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ef46b616a4c219185bbf10ebcbacb571583fd0e4

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.