CVE Database
/

CVE-2026-43502

Back to search

CVE-2026-43502

Published: May 21, 2026

Modified: Jun 1, 2026

PUBLISHED

CVSS v3.1

7.8

HIGH

Description

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->m_rs, 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 op_mmp_znotifier, regardless of whether the message has reached the socket queue. Capture op_mmp_znotifier up front in rds_message_purge() 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.

VendorProductVersions

Linux

Linux

affected
0cebaccef3acbdfbc2d85880a2efb765d2f4e2e3 - < e9aefdc5c53fe9aed108c14e3d155710a1bb14c9
affected
0cebaccef3acbdfbc2d85880a2efb765d2f4e2e3 - < 46662f7dc59475995609bf3e9d27eb36f4acf26f
affected
0cebaccef3acbdfbc2d85880a2efb765d2f4e2e3 - < 1e262db7675e27f42c3f3f47d6011855f4454f24
affected
0cebaccef3acbdfbc2d85880a2efb765d2f4e2e3 - < 21d70744e6d3bbf9293aa1ee6fba7c53ad75275e
affected
0cebaccef3acbdfbc2d85880a2efb765d2f4e2e3 - < 3abc8983b2bae3f487f77d9da5527d7d6b210d46

+3 more versions

Linux

Linux

affected
4.17
unaffected
0 - < 4.17
unaffected
5.10.258 - <= 5.10.*
unaffected
5.15.209 - <= 5.15.*
unaffected
6.1.175 - <= 6.1.*

+5 more versions

CVSS v3.1 Details

CVSS v3.1 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector

Local

Attack Complexity

Low

Privileges Required

Low

User Interaction

None

Scope

Unchanged

Confidentiality

High

Integrity

High

Availability

High

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now