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

5.5 · MEDIUM
Published Sep 15, 2025 linux CWE-476 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53260 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 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:

ovl: fix null pointer dereference in ovl_permission()

Following process:

P1 P2

path_lookupat

link_path_walk

inode_permission

ovl_permission

ovl_i_path_real(inode, &realpath)

path->dentry = ovl_i_dentry_upper(inode)

drop_cache

__dentry_kill(ovl_dentry)

iput(ovl_inode)

ovl_destroy_inode(ovl_inode)

dput(oi->__upperdentry)

dentry_kill(upperdentry)

dentry_unlink_inode

upperdentry->d_inode = NULL

realinode = d_inode(realpath.dentry) // return NULL

inode_permission(realinode)

inode->i_sb // NULL pointer dereference

, will trigger an null pointer dereference at realinode:

[ 335.664979] BUG: kernel NULL pointer dereference,

address: 0000000000000002

[ 335.668032] CPU: 0 PID: 2592 Comm: ls Not tainted 6.3.0

[ 335.

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 >= 5.19, < 6.1.43 Affected

Frequently Asked Questions

What is CVE-2023-53260?

CVE-2023-53260 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53260?

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

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

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