VDB
DEBIAN-CVE-2025-38382
DEBIAN-CVE-2025-38382
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix iteration of extrefs during log replay At __inode_add_ref() when processing extrefs, if we jump into the next label we have an undefined value of victim_name.len, since we haven't initialized it before we did the goto. This results in an invalid memory access in the next iteration of the loop since victim_name.len was not initialized to the length of the name of the current extref. Fix this by initializing victim_name.len with the current extref's name length.
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.119-1~deb11u1, 6.1.128-1~deb11u1, 6.1.129-1~deb11u1 |
| Debian:12 | linux | 6.1.82-1, 6.1.85-1, 6.1.90-1 |
Timeline
- Jul 25, 2025 CVE Published
- Apr 28, 2026 CVE Updated