CVE 7.8 HIGH

net: rds: fix MR cleanup on copy error_CVE-2026-46053

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

Description

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

net: rds: fix MR cleanup on copy error

__rds_rdma_map() hands sg/pages ownership to the transport after
get_mr() succeeds. If copying the generated cookie back to user space
fails after that point, the error path must not free those resources
again before dropping the MR reference.

Remove the duplicate unpin/free from the put_user() failure branch so
that MR teardown is handled only through the existing final cleanup
path.

Basic Information

ID CVE-2026-46053
Source Linux
Published May 27, 2026 at 12:57
Modified May 30, 2026 at 10:47

Affected Product

Vendor Linux
Product Linux
Version 0d4597c8c5abdeeaf50774066c16683f30184dc8
Affected Versions Linux Linux 0d4597c8c5abdeeaf50774066c16683f30184dc8
Linux Linux 0d4597c8c5abdeeaf50774066c16683f30184dc8
Linux Linux 0d4597c8c5abdeeaf50774066c16683f30184dc8
Linux Linux 0d4597c8c5abdeeaf50774066c16683f30184dc8
Linux Linux 0d4597c8c5abdeeaf50774066c16683f30184dc8
Linux Linux 5.6

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.