CyberRota
← Ana sayfaya dön

CVE-2026-46053

HIGH · CVSS 7.8 EPSS %0.13

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:24.937 · Çekilme zamanı: 2026-06-25T12:11:29.202591+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46053
Severity
HIGH
CVSS
7.8
EPSS
%0.13
Linux

Orijinal NVD Açıklaması

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.