CVE-2025-38382

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

No CVSS.

Configurations

No configuration.

History

25 Jul 2025, 13:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-07-25 13:15

Updated : 2025-07-25 15:29


NVD link : CVE-2025-38382

Mitre link : CVE-2025-38382

CVE.ORG link : CVE-2025-38382


JSON object : View

Products Affected

No product.

CWE

No CWE.