PT-2025-53121 · Linux · Linux Kernel

Published

2025-12-24

·

Updated

2026-02-24

·

CVE-2022-50755

CVSS v2.0

5.2

Medium

VectorAV:L/AC:L/Au:S/C:N/I:P/A:C
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The Linux kernel contains a flaw within the UDF filesystem implementation. Specifically, a double ‘brelse’ call occurs in the udf rename() function. This happens when udf find entry() returns NULL, leading to an unbalanced buffer head count. The issue was identified through syzbot reporting a warning: 'VFS: brelse: Trying to free free buffer'. The root cause is that brelse() is called on both ofibh.sbh and ofibh.ebh by udf find entry() when it returns NULL, and then again by udf rename(). The provided patch resolves this by preventing udf rename() from calling brelse() when udf find entry() returns NULL.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Buffer Overflow

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

BDU:2026-05117
CVE-2022-50755
OESA-2026-1231
SUSE-SU-2026:0263-1
SUSE-SU-2026:0316-1
SUSE-SU-2026:0317-1
SUSE-SU-2026:0411-1
SUSE-SU-2026:0617-1

Affected Products

Linux Kernel