CyberRota
← Ana sayfaya dön

CVE-2026-43033

HIGH · CVSS 7.8 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-01T15:16:47.910 · Çekilme zamanı: 2026-05-31T12:00:18.825363+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-43033
Severity
HIGH
CVSS
7.8
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption When decrypting data that is not in-place (src != dst), there is no need to save the high-order sequence bits in dst as it could simply be re-copied from the source. However, the data to be hashed need to be rearranged accordingly. Thanks,