CyberRota
← Ana sayfaya dön

CVE-2026-46012

MEDIUM · CVSS 5.5 EPSS %0.12

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

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-46012
Severity
MEDIUM
CVSS
5.5
EPSS
%0.12
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkad_verify_response() Fix rxkad_verify_response() to free the ticket and the server key under all circumstances by initialising the ticket pointer to NULL and then making all paths through the function after the first allocation has been done go through a single common epilogue that just releases everything - where all the releases skip on a NULL pointer.