CVE-2024-50288

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-50288
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-50288.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-50288
Downstream
Related
Published
2024-11-19T02:16:31Z
Modified
2024-11-27T15:32:45Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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

media: vivid: fix buffer overwrite when using > 32 buffers

The maximum number of buffers that can be requested was increased to 64 for the video capture queue. But video capture used a mustblank array that was still sized for 32 (VIDEOMAX_FRAME). This caused an out-of-bounds write when using buffer indices >= 32.

Create a new define MAXVIDCAPBUFFERS that is used to access the mustblank array and set maxnumbuffers for the video capture queue.

This solves a crash reported by:

https://bugzilla.kernel.org/show_bug.cgi?id=219258
References

Affected packages

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.11.9-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}