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

7.8 · HIGH
Published Oct 22, 2025 EPSS 0.15% (5th pctl)

Overview

CVE-2023-53698 is a high-severity vulnerability. It was published on October 22, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

xsk: fix refcount underflow in error path

Fix a refcount underflow problem reported by syzbot that can happen

when a system is running out of memory. If xp_alloc_tx_descs() fails,

and it can only fail due to not having enough memory, then the error

path is triggered. In this error path, the refcount of the pool is

decremented as it has incremented before. However, the reference to

the pool in the socket was not nulled. This means that when the socket

is closed later, the socket teardown logic will think that there is a

pool attached to the socket and try to decrease the refcount again,

leading to a refcount underflow.

I chose this fix as it involved adding just a single line. Another

option would have been to move xp_get_pool() and the assignment of

xs->pool to after the if-statement and using xs_umem->pool instead of

xs->pool in the whole if-statement resulting in somewhat simpler code,

but this would have led to m

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2023-53698?

CVE-2023-53698 is a high-severity vulnerability. It was published on October 22, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53698?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-53698?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-53698?

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