Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — media: venus: Fix OOB read due to missing payload bound check
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U H N H 7.1 .0016 5.7 —
AFFECTED
Product Versions Fixed
Linux 09c2845e8fe4fcab942929480203f504a6e0a114 – —
Linux 4.13 – 6.1.149
TIMELINE
Apr 16 Reserved by Linux
Sep 4 Published (CNA: Linux)
Jul 30 RESCORED — CVE-2025-38679 (Linux). CVSS 7.3 → 7.1 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
media: venus: Fix OOB read due to missing payload bound check
Currently, The event_seq_changed() handler processes a variable number
of properties sent by the firmware. The number of properties is indicated
by the firmware and used to iterate over the payload. However, the
payload size is not being validated against the actual message length.
This can lead to out-of-bounds memory access if the firmware provides a
property count that exceeds the data available in the payload. Such a
condition can result in kernel crashes or potential information leaks if
memory beyond the buffer is accessed.
Fix this by properly validating the remaining size of the payload before
each property access and updating bounds accordingly as properties are
parsed.
This ensures that property parsing is safely bounded within the received
message buffer and protects against malformed or malicious firmware
behavior.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| April 16, 2025 | Reserved | Reserved by Linux |
| September 4, 2025 | Published | Published (CNA: Linux) |
| July 30, 2026 | RESCORED | RESCORED — CVE-2025-38679 (Linux). CVSS 7.3 → 7.1 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 09c2845e8fe4fcab942929480203f504a6e0a114 | — |
| Linux | Linux | — | 4.13 | 6.1.149 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2025-38679 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.