CVE-2026-53091
Last modified
CVE-2026-53091 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 3.16, < 7.0.10 |
References
- https://access.redhat.com/security/cve/CVE-2026-53091Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2492270Third Party Advisory
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53091.jsonThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53091?
How severe is CVE-2026-53091?
How do I fix CVE-2026-53091?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53086In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53087In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53088In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53089In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5309GitLab has remediated an issue in GitLab EE affecting all ve…5.4
- CVE-2026-53090In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53092In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53093In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53094In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53095In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53096In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53097In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-53091?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
