CVE-2024-43877

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-43877
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-43877.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-43877
Downstream
Related
Published
2024-08-21T01:15:12Z
Modified
2025-09-26T18:37:12Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
[none]
Details

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

media: pci: ivtv: Add check for DMA map result

In case DMA fails, 'dma->SGlength' is 0. This value is later used to access 'dma->SGarray[dma->SGlength - 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.

References

Affected packages