CVE-2026-43502

Source
https://cve.org/CVERecord?id=CVE-2026-43502
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43502.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-43502
Downstream
Related
Published
2026-05-21T12:17:50.444Z
Modified
2026-06-03T03:54:49.593264666Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
net/rds: handle zerocopy send cleanup before the message is queued
Details

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

net/rds: handle zerocopy send cleanup before the message is queued

A zerocopy send can fail after user pages have been pinned but before the message is attached to the sending socket.

The purge path currently infers zerocopy state from rm->mrs, so an unqueued message can be cleaned up as if it owned normal payload pages. However, zerocopy ownership is really determined by the presence of opmmp_znotifier, regardless of whether the message has reached the socket queue.

Capture opmmpznotifier up front in rdsmessagepurge() and use it as the cleanup discriminator. If the message is already associated with a socket, keep the existing completion path. Otherwise, drop the pinned page accounting directly and release the notifier before putting the payload pages.

This keeps early send failure cleanup consistent with the zerocopy lifetime rules without changing the normal queued completion path.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43502.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0cebaccef3acbdfbc2d85880a2efb765d2f4e2e3
Fixed
e9aefdc5c53fe9aed108c14e3d155710a1bb14c9
Fixed
46662f7dc59475995609bf3e9d27eb36f4acf26f
Fixed
1e262db7675e27f42c3f3f47d6011855f4454f24
Fixed
21d70744e6d3bbf9293aa1ee6fba7c53ad75275e
Fixed
3abc8983b2bae3f487f77d9da5527d7d6b210d46
Fixed
14ef6fd18db2494098b21e0471bf27a1d8e9993e
Fixed
0f5c185fc79a59ee9991234dd6d2a3e5afa6e75b
Fixed
44b550d88b267320459d518c0743a241ab2108fa

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43502.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.17.0
Fixed
5.10.258
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.209
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.175
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.140
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.88
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.30
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.7

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43502.json"