CVE-2026-52933: io_uring/poll: fix signed comparison in io_poll_get_ownership()

Published Jun 24, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

iouring/poll: fix signed comparison in iopollgetownership()

iopollgetownership() uses a signed comparison to check whether pollrefs has reached the threshold for the slowpath:

if (unlikely(atomicread(&req->pollrefs) >= IOPOLLREFBIAS))

atomicread() returns int (signed). When IOPOLLCANCELFLAG (BIT(31)) is set in pollrefs, 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 atomicread() result to unsigned int before the comparison, so that the cancel flag is treated as a large positive value and correctly triggers the slowpath.

Affected Software

12 affected componentsFixes available
Linux Linux kernel
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
Linux Linux kernel=6.1-rc7
Linux Linux kernel=6.1-rc8
Microsoft azl3 kernel 6.6.139.1-1<6.6.143.1-1
6.6.143.1-1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 6.6.143.1-1
  2. Configuration

    Fix the signed comparison by casting the atomic_read() result to unsigned int before evaluating `unlikely(atomic_read(&req->poll_refs) >= IO_POLL_REF_BIAS)` so the cancel flag is treated as false and the slowpath is not taken incorrectly.

    Linux kernel (io_uring/poll: io_poll_get_ownership) signed comparison/cast of atomic_read(&req->poll_refs) = cast atomic_read() result to unsigned int before comparison

Event History

Jun 24, 2026
CVE Published
via MITRE·07:14 AM
Data Sourced
via MITRE·07:14 AM
DescriptionSeverity
Data Sourced
via NVD·08:16 AM
RemedyDescriptionSeverityWeaknessAffected Software
Jun 27, 2026
Data Sourced
via Microsoft·08:06 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:06 AM
Affected Software
Updated
via Microsoft·08:06 AM
DescriptionSeverity

Frequently Asked Questions

1

What is the severity of CVE-2026-52933?

The severity of CVE-2026-52933 is rated at risk level 37.

2

What systems are affected by CVE-2026-52933?

CVE-2026-52933 affects the Linux kernel, specifically in the io_uring/poll functionality.

3

How do I fix CVE-2026-52933?

To resolve CVE-2026-52933, update your Linux kernel to the latest patched version that addresses this vulnerability.

4

What are the potential impacts of CVE-2026-52933?

The signed comparison error in CVE-2026-52933 could lead to incorrect handling of poll references, potentially causing instability.

5

When was CVE-2026-52933 published?

CVE-2026-52933 was published on June 24, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203