Review reviewHigh

CVE-2024-43877

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: media: pci: ivtv: Add check for DMA map result In case DMA fails, 'dma->SG_length' is 0. This value is later used to access 'dma->SGarray[dma->SG_length - 1]', which will cause out of bounds access. Add check to return early on invalid value. Adjust warnings accordingly. Found by Linux Verification Center (linuxtesting.org) with SVACE.

CVSS
7.1
EPSS
0.22%
12.4% percentile
CISA KEV
Not listed
Published
2024.08.21
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.22%
Technical severityCVSS 7.1

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: media: pci: ivtv: Add check for DMA map result In case DMA fails, 'dma->SG_length' is 0. This value is later used to access 'dma->SGarray[dma->SG_length - 1]', which will cause out of bounds access. Add check to return early on invalid value. Adjust warnings accordingly. Found by Linux Verification Center (linuxtesting.org) with SVACE.

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 4551236b55e80b2c1720b10b77e9400118b2339e < 38f72c7e7c6b55614f9407555fd5ce9d019b0fa4, >= 66c8a83bf1de2eb3eea4734c7eda22255a965f11 < 81d0664bed91a858c7b50c263954b59d65f1b414, >= 1932dc2f4cf6ac23e48e5fcc24d21adbe35691d1 < 24062aa7407091dee3e45a8e8037df437e848718, >= 1932dc2f4cf6ac23e48e5fcc24d21adbe35691d1 < 3d8fd92939e21ff0d45100ab208f8124af79402a, >= 1932dc2f4cf6ac23e48e5fcc24d21adbe35691d1 < c766065e8272085ea9c436414b7ddf1f12e7787b, >= 1932dc2f4cf6ac23e48e5fcc24d21adbe35691d1 < 629913d6d79508b166c66e07e4857e20233d85a9, >= 1b00b7335000c0e107f774cc8ee4d5340f824f28, >= 5.4.301 < 5.5, >= 5.16, >= 5.16 < 6.1.103, >= 6.2 < 6.6.44, >= 6.7 < 6.10.3
Fixed versions
6.1.103, 6.6.44, 6.10.3

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
CWE
CWE-125