Home

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.

PUBLISHED Reserved 2025-04-16 | Published 2025-09-04 | Updated 2025-09-29 | Assigner Linux

Product status

Default status
unaffected

09c2845e8fe4fcab942929480203f504a6e0a114 (git) before a3eef5847603cd8a4110587907988c3f93c9605a
affected

09c2845e8fe4fcab942929480203f504a6e0a114 (git) before 8f274e2b05fdae7a53cee83979202b5ecb49035c
affected

09c2845e8fe4fcab942929480203f504a6e0a114 (git) before 6f08bfb5805637419902f3d70069fe17a404545b
affected

09c2845e8fe4fcab942929480203f504a6e0a114 (git) before c956c3758510b448b3d4d10d1da8230e8c9bf668
affected

09c2845e8fe4fcab942929480203f504a6e0a114 (git) before bed4921055dd7bb4d2eea2729852ae18cf97a2c6
affected

09c2845e8fe4fcab942929480203f504a6e0a114 (git) before 06d6770ff0d8cc8dfd392329a8cc03e2a83e7289
affected

Default status
affected

4.13
affected

Any version before 4.13
unaffected

6.1.149 (semver)
unaffected

6.6.103 (semver)
unaffected

6.12.43 (semver)
unaffected

6.15.11 (semver)
unaffected

6.16.2 (semver)
unaffected

6.17 (original_commit_for_fix)
unaffected

References

git.kernel.org/...c/a3eef5847603cd8a4110587907988c3f93c9605a

git.kernel.org/...c/8f274e2b05fdae7a53cee83979202b5ecb49035c

git.kernel.org/...c/6f08bfb5805637419902f3d70069fe17a404545b

git.kernel.org/...c/c956c3758510b448b3d4d10d1da8230e8c9bf668

git.kernel.org/...c/bed4921055dd7bb4d2eea2729852ae18cf97a2c6

git.kernel.org/...c/06d6770ff0d8cc8dfd392329a8cc03e2a83e7289

cve.org (CVE-2025-38679)

nvd.nist.gov (CVE-2025-38679)

Download JSON