Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-52737

5.5 · MEDIUM
Published May 21, 2024 linux CWE-667 EPSS 0.21% (11th pctl)

Overview

CVE-2023-52737 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

btrfs: lock the inode in shared mode before starting fiemap

Currently fiemap does not take the inode's lock (VFS lock), it only locks

a file range in the inode's io tree. This however can lead to a deadlock

if we have a concurrent fsync on the file and fiemap code triggers a fault

when accessing the user space buffer with fiemap_fill_next_extent(). The

deadlock happens on the inode's i_mmap_lock semaphore, which is taken both

by fsync and btrfs_page_mkwrite(). This deadlock was recently reported by

syzbot and triggers a trace like the following:

task:syz-executor361 state:D stack:20264 pid:5668 ppid:5119 flags:0x00004004

Call Trace:

<TASK>

context_switch kernel/sched/core.c:5293 [inline]

__schedule+0x995/0xe20 kernel/sched/core.c:6606

schedule+0xcb/0x190 kernel/sched/core.c:6682

wait_on_state fs/btrfs/extent-io-tree.c:707 [inline]

wait_extent_bit+0x577/0x6f0 fs/btrfs/extent-io-tree.c

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 0, < 6.1.13 Affected

Frequently Asked Questions

What is CVE-2023-52737?

CVE-2023-52737 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-52737?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-52737?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-52737?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-52737 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.