cve/2024/CVE-2024-49877.md
2025-09-29 21:09:30 +02:00

1.4 KiB

CVE-2024-49877

Description

In the Linux kernel, the following vulnerability has been resolved:ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateWhen doing cleanup, if flags without OCFS2_BH_READAHEAD, it may triggerNULL pointer dereference in the following ocfs2_set_buffer_uptodate() ifbh is NULL.

POC

Reference

No PoCs from references.

Github