CyberRota
← Ana sayfaya dön

CVE-2026-53021

UNKNOWN · CVSS N/A EPSS %0.18

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:13.410 · Çekilme zamanı: 2026-06-30T18:31:57.767597+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-53021
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.18
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix integer overflow in UNMAP bounds check sbc_execute_unmap() checks LBA + range does not exceed the device capacity, but does not guard against LBA + range wrapping around on 64-bit overflow. Add an overflow check matching the pattern already used for WRITE_SAME in the same file.