CVE-2026-53250
Last modified
CVE-2026-53250 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata() The TX metadata area resides in the UMEM buffer which is memory-mapped and concurrently writable by userspace. In xsk_skb_metadata(), csum_start and csum_offset are read from shared memory for bounds validation, then read again for skb assignment. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata() The TX metadata area resides in the UMEM buffer which is memory-mapped and concurrently writable by userspace. In xsk_skb_metadata(), csum_start and csum_offset are read from shared memory for bounds validation, then read again for skb assignment. A malicious userspace application can race to overwrite these values between the two reads, bypassing the bounds check and causing out-of-bounds memory access during checksum computation in the transmit path. Fix this by reading csum_start and csum_offset into local variables once, then using the local copies for both validation and assignment. Note that other metadata fields (flags, launch_time) and the cached csum fields may be mutually inconsistent due to concurrent userspace writes, but this is benign: the only security-critical invariant is that each field's validated value is the same one used, which local caching guarantees.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.18.36 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.13 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53250?
How severe is CVE-2026-53250?
How do I fix CVE-2026-53250?
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-53245In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53246In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53247In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53248In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-53249In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5325A vulnerability was determined in SourceCodester Simple Cust…3.5
- CVE-2026-53251In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53252In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53253In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53254In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-53255In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53256In the Linux kernel, the following vulnerability has been re…8
Are you affected by CVE-2026-53250?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
