CVE-2022-50755
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-50755 is a double-free (double brelse()) vulnerability in the Linux kernel's UDF (Universal Disk Format) filesystem driver, specifically in the udf_rename() function. The flaw causes an unbalanced buffer reference count (b_count) on buffer heads, leading to kernel warnings and potential system instability. It was publicly disclosed on December 24, 2025, and affects the Linux kernel across multiple stable branches. The vulnerability carries a CVSS v3.1 base score of 5.5 (Medium), requiring only low-privilege local access with no user interaction (Red Hat CVE, Red Hat Bugzilla).

Technical details

The root cause is a double-release of buffer heads (ofibh.sbh and ofibh.ebh) classified as CWE-415 (Double Free) or more broadly as improper resource management. When udf_find_entry() returns NULL, it already calls brelse() on both buffer heads internally; however, udf_rename() also calls brelse() on the same buffer heads unconditionally, causing the buffer reference count (b_count) to become unbalanced. This triggers a kernel warning: VFS: brelse: Trying to free free buffer at fs/buffer.c:1145. The fix prevents udf_rename() from calling brelse() when udf_find_entry() returns NULL, correcting the reference counting logic (Red Hat Bugzilla).

Impact

A local attacker with low privileges can trigger the double brelse() condition by performing rename operations on a UDF-formatted filesystem, causing kernel warnings and potential system instability or crash (denial of service). The vulnerability has no confidentiality or integrity impact, but carries a high availability impact, meaning it could destabilize or crash the affected system. There is no evidence of lateral movement potential or data exposure risk beyond the denial-of-service scenario (Red Hat CVE, Red Hat Bugzilla).

Indicators of compromise

  • Logs: Kernel log entries containing VFS: brelse: Trying to free free buffer or WARNING: CPU: ... at fs/buffer.c:1145 __brelse indicate triggering of the vulnerability.
  • Process: Unusual or repeated rename operations on UDF-mounted filesystems by low-privilege users, potentially visible in audit logs or strace output.
  • System: Kernel oops or warning traces in /var/log/kern.log or dmesg output referencing udf_rename, invalidate_bh_lru, or blkdev_flush_mapping in the call stack.

Mitigation and workarounds

The fix has been committed to multiple Linux kernel stable branches (commits 4fca090, 9d2cad6, 40dba68, 78eba27). Users should update to a patched kernel version provided by their Linux distribution — Red Hat, SUSE, and other vendors have issued or are issuing kernel updates addressing this CVE. As a workaround, administrators can restrict local user access to systems with UDF filesystems mounted, or avoid mounting UDF filesystems if not required. Monitoring kernel logs for brelse-related warnings can help detect exploitation attempts (Red Hat Bugzilla, Red Hat CVE).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management