CVE-2025-71149 (GCVE-0-2025-71149)
Vulnerability from cvelistv5 – Published: 2026-01-23 14:15 – Updated: 2026-01-23 14:15
VLAI?
Title
io_uring/poll: correctly handle io_poll_add() return value on update
Summary
In the Linux kernel, the following vulnerability has been resolved:
io_uring/poll: correctly handle io_poll_add() return value on update
When the core of io_uring was updated to handle completions
consistently and with fixed return codes, the POLL_REMOVE opcode
with updates got slightly broken. If a POLL_ADD is pending and
then POLL_REMOVE is used to update the events of that request, if that
update causes the POLL_ADD to now trigger, then that completion is lost
and a CQE is never posted.
Additionally, ensure that if an update does cause an existing POLL_ADD
to complete, that the completion value isn't always overwritten with
-ECANCELED. For that case, whatever io_poll_add() set the value to
should just be retained.
Severity ?
No CVSS data available.
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Affected:
97b388d70b53fd7d286ac1b81e5a88bd6af98209 , < 8b777ab48441b153502772ecfc78c107d4353f29
(git)
Affected: 97b388d70b53fd7d286ac1b81e5a88bd6af98209 , < 0126560370ed5217958b85657b590ad25e8b9c00 (git) Affected: 97b388d70b53fd7d286ac1b81e5a88bd6af98209 , < c1669c03bfbc2a9b5ebff4428eecebe734c646fe (git) Affected: 97b388d70b53fd7d286ac1b81e5a88bd6af98209 , < 13a8f7b88c2d40c6b33f6216190478dda95d385f (git) Affected: 97b388d70b53fd7d286ac1b81e5a88bd6af98209 , < 84230ad2d2afbf0c44c32967e525c0ad92e26b4e (git) |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"io_uring/poll.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "8b777ab48441b153502772ecfc78c107d4353f29",
"status": "affected",
"version": "97b388d70b53fd7d286ac1b81e5a88bd6af98209",
"versionType": "git"
},
{
"lessThan": "0126560370ed5217958b85657b590ad25e8b9c00",
"status": "affected",
"version": "97b388d70b53fd7d286ac1b81e5a88bd6af98209",
"versionType": "git"
},
{
"lessThan": "c1669c03bfbc2a9b5ebff4428eecebe734c646fe",
"status": "affected",
"version": "97b388d70b53fd7d286ac1b81e5a88bd6af98209",
"versionType": "git"
},
{
"lessThan": "13a8f7b88c2d40c6b33f6216190478dda95d385f",
"status": "affected",
"version": "97b388d70b53fd7d286ac1b81e5a88bd6af98209",
"versionType": "git"
},
{
"lessThan": "84230ad2d2afbf0c44c32967e525c0ad92e26b4e",
"status": "affected",
"version": "97b388d70b53fd7d286ac1b81e5a88bd6af98209",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"io_uring/poll.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.0"
},
{
"lessThan": "6.0",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.160",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.120",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.64",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.3",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.19-rc1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.160",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.120",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.64",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.3",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19-rc1",
"versionStartIncluding": "6.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nio_uring/poll: correctly handle io_poll_add() return value on update\n\nWhen the core of io_uring was updated to handle completions\nconsistently and with fixed return codes, the POLL_REMOVE opcode\nwith updates got slightly broken. If a POLL_ADD is pending and\nthen POLL_REMOVE is used to update the events of that request, if that\nupdate causes the POLL_ADD to now trigger, then that completion is lost\nand a CQE is never posted.\n\nAdditionally, ensure that if an update does cause an existing POLL_ADD\nto complete, that the completion value isn\u0027t always overwritten with\n-ECANCELED. For that case, whatever io_poll_add() set the value to\nshould just be retained."
}
],
"providerMetadata": {
"dateUpdated": "2026-01-23T14:15:15.878Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/8b777ab48441b153502772ecfc78c107d4353f29"
},
{
"url": "https://git.kernel.org/stable/c/0126560370ed5217958b85657b590ad25e8b9c00"
},
{
"url": "https://git.kernel.org/stable/c/c1669c03bfbc2a9b5ebff4428eecebe734c646fe"
},
{
"url": "https://git.kernel.org/stable/c/13a8f7b88c2d40c6b33f6216190478dda95d385f"
},
{
"url": "https://git.kernel.org/stable/c/84230ad2d2afbf0c44c32967e525c0ad92e26b4e"
}
],
"title": "io_uring/poll: correctly handle io_poll_add() return value on update",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-71149",
"datePublished": "2026-01-23T14:15:15.878Z",
"dateReserved": "2026-01-13T15:30:19.662Z",
"dateUpdated": "2026-01-23T14:15:15.878Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-71149\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-01-23T15:16:05.630\",\"lastModified\":\"2026-01-26T15:03:51.687\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nio_uring/poll: correctly handle io_poll_add() return value on update\\n\\nWhen the core of io_uring was updated to handle completions\\nconsistently and with fixed return codes, the POLL_REMOVE opcode\\nwith updates got slightly broken. If a POLL_ADD is pending and\\nthen POLL_REMOVE is used to update the events of that request, if that\\nupdate causes the POLL_ADD to now trigger, then that completion is lost\\nand a CQE is never posted.\\n\\nAdditionally, ensure that if an update does cause an existing POLL_ADD\\nto complete, that the completion value isn\u0027t always overwritten with\\n-ECANCELED. For that case, whatever io_poll_add() set the value to\\nshould just be retained.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0126560370ed5217958b85657b590ad25e8b9c00\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/13a8f7b88c2d40c6b33f6216190478dda95d385f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/84230ad2d2afbf0c44c32967e525c0ad92e26b4e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8b777ab48441b153502772ecfc78c107d4353f29\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c1669c03bfbc2a9b5ebff4428eecebe734c646fe\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…