CVE-2024-35935

Updated on 19 May 2024

Severity

3.3 Low severity

Details

CVSS score
3.3
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Overview

About vulnerability

In the Linux kernel, the following vulnerability has been resolved:

btrfs: send: handle path ref underflow in header iterate_inode_ref()

Change BUG_ON to proper error handling if building the path buffer fails. The pointers are not printed so we don’t accidentally leak kernel addresses.

Details

Affected packages:
kernel @ 2.6.32 (+13 more)

In the Linux kernel, the following vulnerability has been resolved:

btrfs: send: handle path ref underflow in header iterate_inode_ref()

Change BUG_ON to proper error handling if building the path buffer fails. The pointers are not printed so we don’t accidentally leak kernel addresses.

Fixes