PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43011 Linux CVE debrief

A double free vulnerability was found in the Linux kernel's net/x25 module. When alloc_skb fails in x25_queue_rx_frame, it calls kfree_skb(skb) and returns an error. This error propagates, and x25_backlog_rcv calls kfree_skb(skb) again if x25_process_rx_frame returns 0, leading to a potential double free of the same skb. This issue has significant impact on Linux kernel security and requires immediate attention from Linux kernel maintainers and users.

Vendor
Linux
Product
Unknown
CVSS
CRITICAL 9.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

Linux kernel maintainers, network administrators, and users of Linux systems, especially those using kernel versions prior to the patched versions, should be aware of this vulnerability and take steps to update their systems. Linux kernel maintainers should prioritize patch application and testing. Network administrators should inventory affected systems and implement compensating controls.

Technical summary

The Linux kernel's net/x25 module is vulnerable to a double free issue. In x25_queue_rx_frame, if alloc_skb fails, it calls kfree_skb(skb) and returns an error. This error is propagated through x25_state3_machine and x25_process_rx_frame. If x25_process_rx_frame returns 0, x25_backlog_rcv calls kfree_skb(skb) again, potentially freeing the same skb twice. This issue has been patched in various kernel versions. Linux kernel maintainers should review patch guidance and apply patches to affected systems.

Defensive priority

High

Recommended defensive actions

  • Update Linux kernel to a patched version
  • Inventory Linux systems for affected kernel versions
  • Monitor for suspicious network activity
  • Implement compensating controls for network access
  • Exception tracking for network anomalies
  • Review and test patches for affected systems
  • Verify patch application and test coverage

Evidence notes

The CVE record was published on 2026-05-01T15:16:44.993Z and was last modified on 2026-07-14T13:18:51.763Z. Multiple patches are available for this issue across different kernel versions. Linux kernel maintainers should verify patch application and test coverage. Network administrators and users of Linux systems, especially those using kernel versions prior to the patched versions, should be aware of this vulnerability and take steps to update their systems. Evidence is limited to public CVE and NVD details.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43011 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-43011 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

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

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/143d4fa68ae9efb83b0c55b12cc7f0d03732a2b1

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/524371398d8463ea7e101fce2cbf3915645d1730

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5d0aa038a90b30c9bedde0c41c1fdcd98ecb16e9

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

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.