CVE-2026-52933
Last modified
CVE-2026-52933 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: fix signed comparison in io_poll_get_ownership() io_poll_get_ownership() uses a signed comparison to check whether poll_refs has reached the threshold for the slowpath: if (unlikely(atomic_read(&req->poll_refs) >= IO_POLL_REF_BIAS)) atomic_read() returns int (signed). When IO_POLL_CANCEL_FLAG (BIT(31)) is set in poll_refs, the value becomes negative in signed arithmetic, so the >= 128 comparison always evaluates to false and the slowpath is never taken. Fix this by casting the atomic_read() result to unsigned int before the comparison, so that the cancel flag is treated as a large positive value and correctly triggers the slowpath.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: fix signed comparison in io_poll_get_ownership() io_poll_get_ownership() uses a signed comparison to check whether poll_refs has reached the threshold for the slowpath: if (unlikely(atomic_read(&req->poll_refs) >= IO_POLL_REF_BIAS)) atomic_read() returns int (signed). When IO_POLL_CANCEL_FLAG (BIT(31)) is set in poll_refs, the value becomes negative in signed arithmetic, so the >= 128 comparison always evaluates to false and the slowpath is never taken. Fix this by casting the atomic_read() result to unsigned int before the comparison, so that the cancel flag is treated as a large positive value and correctly triggers the slowpath.
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 |
|---|---|---|
| Linux | Linux Kernel | >= 5.15.82, < 5.16 |
| Linux | Linux Kernel | >= 6.0.11, < 6.1 |
| Linux | Linux Kernel | >= 6.1.1, < 6.1.175 |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 |
| Linux | Linux Kernel | >= 6.7, < 6.12.86 |
| Linux | Linux Kernel | >= 6.13, < 6.18.27 |
| Linux | Linux Kernel | >= 6.19, < 7.0.4 |
| Linux | Linux Kernel | 6.1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-52933?
How severe is CVE-2026-52933?
How do I fix CVE-2026-52933?
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-52928In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52929In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-5293The 診断ジェネレータ作成プラグイン (Diagnosis Generator) plugin for WordPre…6.4
- CVE-2026-52930In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52931In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52932In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52934In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-52935In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52936In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52937In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52938In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52939In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-52933?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
