Description
In the Linux kernel, the following vulnerability has been resolved:

vhost-scsi: Validate T10 PI scatterlist counts

When T10 PI is negotiated, vhost-scsi splits protection bytes from
the data iterator before mapping the request scatterlists. A malformed
request can claim protection bytes that cover or exceed the full payload
length. The former leaves no data bytes to map, while the latter
underflows exp_data_len before advancing the iterator. Both cases can let
a zero data SGL count reach sg_alloc_table_chained(), which triggers
BUG_ON(!nents).

Reject protection lengths that cover or exceed the payload before
subtracting prot_bytes and advancing the iterator. Also propagate
negative errors from the protection SGL calculation before calling the
allocator, matching the data SGL path.
Published: 2026-08-22
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch Immediately
AI Analysis

Impact

The vulnerability exists in the vhost‑scsi driver of the Linux kernel, where the handling of T10 Protection Information (PI) does not correctly validate the number of protection bytes in a request. An attacker can send a malformed request that either covers all data bytes or underflows the expected data length, resulting in a zero data scatter‑list count being passed to sg_alloc_table_chained(). This triggers a BUG_ON, causing a kernel panic and immediate denial of service. The flaw is identified as an integer sign conversion error categorized under CWE‑191.

Affected Systems

All Linux systems running a kernel that includes the vhost‑scsi module and have not applied the patches from commits 2417a498cf3fe64d06faf87e236eda98dd4f04e0, d876c493fc4b811941bfeb4c80beb2dfc4bf025e, or f8fe3f8d342da750dd10361bf66009fd3072926b. Administrators should compare their kernel version against the commit list or upgrade to a release that incorporates these changes.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity, and the EPSS score of < 1% shows a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is inferred to be a malformed T10 PI packet sent to the vhost‑scsi interface, which could be reachable from a virtual machine or specific virtualization settings; this inference follows from the description, as the explicit vector is not stated in the input. No public exploit is currently available, but the kernel panic it causes renders the system unavailable until a reboot or patch is applied.

Generated by OpenCVE AI on August 25, 2026 at 17:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the validation changes for T10 PI scatterlist counts, as implemented in the referenced commits.
  • If an immediate kernel upgrade is not possible, unload or disable the vhost‑scsi module to prevent the vulnerable code from executing.
  • Continuously monitor vendor advisories and apply any subsequent patches or updates as they become available.

Generated by OpenCVE AI on August 25, 2026 at 17:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-189
CWE-190

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-191
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H'}


Sat, 22 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-189
CWE-190

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cover or exceed the full payload length. The former leaves no data bytes to map, while the latter underflows exp_data_len before advancing the iterator. Both cases can let a zero data SGL count reach sg_alloc_table_chained(), which triggers BUG_ON(!nents). Reject protection lengths that cover or exceed the payload before subtracting prot_bytes and advancing the iterator. Also propagate negative errors from the protection SGL calculation before calling the allocator, matching the data SGL path.
Title vhost-scsi: Validate T10 PI scatterlist counts
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-25T05:41:46.287Z

Reserved: 2026-08-15T05:44:03.927Z

Link: CVE-2026-74703

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:44.983

Modified: 2026-08-25T06:18:54.330

Link: CVE-2026-74703

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74703 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T17:15:05Z

Weaknesses
  • CWE-191

    Integer Underflow (Wrap or Wraparound)