CVE Catalog

CVE-2026-53021

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.18%

7th percentile - higher than 7% of all known CVEs

Summary

In the Linux kernel, an integer overflow vulnerability was found in the sbc_execute_unmap() function of the SCSI target subsystem. The lack of protection against LBA + range wrapping on 64-bit overflow can lead to incorrect bounds checking.

Risk Assessment

The organization is at risk of data integrity violation or storage system failure if an attacker exploits the overflow to bypass access controls and access blocks outside the allowed range.

Recommendation

Apply the security patch for the Linux kernel immediately, which adds overflow checking in sbc_execute_unmap() following the pattern already used for WRITE_SAME.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS