CVE-2026-52933

High

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.

Package Linux Kernel
Published 2026-06-24
Last modified 2026-07-08
CVSS version 3.1
Patch available
Yes

CVSS 3.1 score

7.8

out of 10
High
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Weakness type

CWE-835

CVE-2026-52933 is a Infinite Loop vulnerability

What is Infinite Loop?

The product contains an iteration that does not exit even when it should. Learn more on MITRE CWE

Affected versions

Linux kernel versions 5.15.82, 6.0.11, 6.1 and later are affected. Fixed in 6.1.175, 6.6.140, 6.12.86, 6.18.27, 7.0.4, 7.1 and their respective stable series.

Affected from
≥ 5.15.82 ≥ 6.0.11 ≥ 6.1
Fixed in
✓ 6.1.175 6.1.x ✓ 6.6.140 6.6.x ✓ 6.12.86 6.12.x ✓ 6.18.27 6.18.x ✓ 7.0.4 7.0.x ✓ 7.1

Frequently asked questions

  • What is CVE-2026-52933?

    CVE-2026-52933 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 , classified as an Infinite Loop flaw (CWE-835) . It affects Linux kernel versions from 5.15.82 onward and has been patched in 6.1.175, 6.6.140, 6.12.86 and others. CVE-2026-52933 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • What is the CVSS score for CVE-2026-52933?

    CVE-2026-52933 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H .

  • Is there a patch available for CVE-2026-52933?

    Yes. CVE-2026-52933 has been patched. Fixed versions include 6.1.175, 6.6.140, 6.12.86 and others. If you are running Linux kernel 5.15.82 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-52933 actively exploited?

    No. CVE-2026-52933 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.