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-52900

5.5 · MEDIUM
Published Aug 21, 2024 linux EPSS 0.24% (15th pctl)

Overview

CVE-2023-52900 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 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:

nilfs2: fix general protection fault in nilfs_btree_insert()

If nilfs2 reads a corrupted disk image and tries to reads a b-tree node

block by calling __nilfs_btree_get_block() against an invalid virtual

block address, it returns -ENOENT because conversion of the virtual block

address to a disk block address fails. However, this return value is the

same as the internal code that b-tree lookup routines return to indicate

that the block being searched does not exist, so functions that operate on

that b-tree may misbehave.

When nilfs_btree_insert() receives this spurious 'not found' code from

nilfs_btree_do_lookup(), it misunderstands that the 'not found' check was

successful and continues the insert operation using incomplete lookup path

data, causing the following crash:

general protection fault, probably for non-canonical address

0xdffffc0000000005: 0000 [#1] PREEMPT SMP KASAN

KASAN: null-ptr-deref in range [0x0

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, < 4.14.304 Affected

Frequently Asked Questions

What is CVE-2023-52900?

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

How severe is CVE-2023-52900?

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-52900?

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-52900?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-52900 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.