CVE-2025-21853

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Mar 12, 2025
Updated: Mar 13, 2025

Summary

CVE-2025-21853 is a vulnerability affecting the Linux kernel. This issue involves the BPF (Berkeley Packet Filter) subsystem, where holding the freeze_mutex mutex during mmap (memory mapping) operations is unnecessary and can potentially lead to deadlocks. The vulnerability was reported by syzbot, and the issue has been resolved by holding freeze_mutex only during writeability checks, proactively bumping the "write active" counter for the map, and unlocking the mutex before proceeding with the mmap logic. If any issues arise during the mmap logic, the "write active" counter increment will be undone.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share