VDB
DEBIAN-CVE-2025-38342
DEBIAN-CVE-2025-38342
PUBLISHED
CVSS 7.099999904632568 HIGH
In the Linux kernel, the following vulnerability has been resolved: software node: Correct a OOB check in software_node_get_reference_args() software_node_get_reference_args() wants to get @index-th element, so the property value requires at least '(index + 1) * sizeof(*ref)' bytes but that can not be guaranteed by current OOB check, and may cause OOB for malformed property. Fix by using as OOB check '((index + 1) * sizeof(*ref) > prop->length)'.
Risk Scores
CVSS 3.1
7.099999904632568
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.112-1, 6.1.119-1 |
| Debian:13 | linux | 0, 0 |
| Debian:14 | linux | 0, 0 |
| Debian:12 | linux | 6.1.133-1, 6.1.135-1, 6.1.137-1 |
| Debian:11 | linux | 5.10.209-1, 0, 5.10.103-1~bpo10+1 |
Exploit Intelligence
- 3510.3.8.yml (github-poc)
Timeline
- Jul 10, 2025 CVE Published
- Apr 28, 2026 CVE Updated