CyberRota
← Ana sayfaya dön

CVE-2026-46000

MEDIUM · CVSS 5.5 EPSS %0.16

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

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46000
Severity
MEDIUM
CVSS
5.5
EPSS
%0.16
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix conn-level packet handling to unshare RESPONSE packets The security operations that verify the RESPONSE packets decrypt bits of it in place - however, the sk_buff may be shared with a packet sniffer, which would lead to the sniffer seeing an apparently corrupt packet (actually decrypted). Fix this by handing a copy of the packet off to the specific security handler if the packet was cloned.