CVE-2025-38679
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Missing payload size validation in Linux kernel's venus media driver allows out-of-bounds read via crafted firmware messages, potentially leading to system crash or information leak.
Root
Cause
The vulnerability resides in the event_seq_changed() handler of the Qualcomm Venus media driver. The handler processes a variable number of properties received from the firmware; the number of properties is provided by the firmware and used to iterate over the payload. However, the payload size is not validated against the actual message length, allowing an out-of-bounds read if the firmware specifies a property count that exceeds the available data [1].
Exploitation
Exploitation requires the ability to deliver a malformed or malicious firmware message to the Venus hardware block. This could be achieved through a compromise of the firmware itself or via local access to the video decoder interface (e.g., through normal media API calls). No elevated privileges beyond access to the media subsystem are needed [2][3][4].
Impact
A successful exploit can cause the kernel to read memory beyond the intended buffer, leading to a system crash (denial of service) or potential disclosure of sensitive information. The issue is rated High with a CVSS v3 score of 7.1 [1].
Mitigation
Patches have been applied to the Linux kernel stable branches (references [2-4]) and are included in the latest firmware update for affected Siemens SIMATIC CN 4100 devices (version V5.0) [1]. Users should update their kernel or apply the specific commit to mitigate the vulnerability.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Linux/Linuxv5Range: 4.13
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
8- git.kernel.org/stable/c/06d6770ff0d8cc8dfd392329a8cc03e2a83e7289nvdPatch
- git.kernel.org/stable/c/6f08bfb5805637419902f3d70069fe17a404545bnvdPatch
- git.kernel.org/stable/c/8f274e2b05fdae7a53cee83979202b5ecb49035cnvdPatch
- git.kernel.org/stable/c/a3eef5847603cd8a4110587907988c3f93c9605anvdPatch
- git.kernel.org/stable/c/bed4921055dd7bb4d2eea2729852ae18cf97a2c6nvdPatch
- git.kernel.org/stable/c/c956c3758510b448b3d4d10d1da8230e8c9bf668nvdPatch
- lists.debian.org/debian-lts-announce/2025/10/msg00008.htmlnvdThird Party Advisory
- cert-portal.siemens.com/productcert/html/ssa-032379.htmlnvd
News mentions
1- Siemens SIMATICCISA ICS Advisories