CVE-2025-38679

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

Configuration 2 (hide)

cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

History

08 Jan 2026, 22:30

Type Values Removed Values Added
CWE CWE-125
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.1
First Time Linux
Debian
Debian debian Linux
Linux linux Kernel
CPE cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
References () https://git.kernel.org/stable/c/06d6770ff0d8cc8dfd392329a8cc03e2a83e7289 - () https://git.kernel.org/stable/c/06d6770ff0d8cc8dfd392329a8cc03e2a83e7289 - Patch
References () https://git.kernel.org/stable/c/6f08bfb5805637419902f3d70069fe17a404545b - () https://git.kernel.org/stable/c/6f08bfb5805637419902f3d70069fe17a404545b - Patch
References () https://git.kernel.org/stable/c/8f274e2b05fdae7a53cee83979202b5ecb49035c - () https://git.kernel.org/stable/c/8f274e2b05fdae7a53cee83979202b5ecb49035c - Patch
References () https://git.kernel.org/stable/c/a3eef5847603cd8a4110587907988c3f93c9605a - () https://git.kernel.org/stable/c/a3eef5847603cd8a4110587907988c3f93c9605a - Patch
References () https://git.kernel.org/stable/c/bed4921055dd7bb4d2eea2729852ae18cf97a2c6 - () https://git.kernel.org/stable/c/bed4921055dd7bb4d2eea2729852ae18cf97a2c6 - Patch
References () https://git.kernel.org/stable/c/c956c3758510b448b3d4d10d1da8230e8c9bf668 - () https://git.kernel.org/stable/c/c956c3758510b448b3d4d10d1da8230e8c9bf668 - Patch
References () https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html - () https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html - Third Party Advisory

03 Nov 2025, 18:16

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html -

04 Sep 2025, 16:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-09-04 16:15

Updated : 2026-01-08 22:30


NVD link : CVE-2025-38679

Mitre link : CVE-2025-38679

CVE.ORG link : CVE-2025-38679


JSON object : View

Products Affected

debian

  • debian_linux

linux

  • linux_kernel
CWE
CWE-125

Out-of-bounds Read