CyberRota
← Ana sayfaya dön

CVE-2026-53055

CRITICAL · CVSS 9.8 EPSS %0.43

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:17.527 · Çekilme zamanı: 2026-06-30T18:32:07.105211+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-53055
Severity
CRITICAL
CVSS
9.8
EPSS
%0.43
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec2 - prevent req used-after-free for sec During packet transmission, if the system is under heavy load, the hardware might complete processing the packet and free the request memory (req) before the transmission function finishes. If the software subsequently accesses this req, a use-after-free error will occur. The qp_ctx memory exists throughout the packet sending process, so replace the req with the qp_ctx.