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

7.5 · HIGH
Published Oct 1, 2025 linux EPSS 0.36% (29th pctl)

Overview

CVE-2023-53463 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

ibmvnic: Do not reset dql stats on NON_FATAL err

All ibmvnic resets, make a call to netdev_tx_reset_queue() when

re-opening the device. netdev_tx_reset_queue() resets the num_queued

and num_completed byte counters. These stats are used in Byte Queue

Limit (BQL) algorithms. The difference between these two stats tracks

the number of bytes currently sitting on the physical NIC. ibmvnic

increases the number of queued bytes though calls to

netdev_tx_sent_queue() in the drivers xmit function. When, VIOS reports

that it is done transmitting bytes, the ibmvnic device increases the

number of completed bytes through calls to netdev_tx_completed_queue().

It is important to note that the driver batches its transmit calls and

num_queued is increased every time that an skb is added to the next

batch, not necessarily when the batch is sent to VIOS for transmission.

Unlike other reset types, a NON FATAL reset will not flush the su

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.11, < 5.15.121 Affected

Frequently Asked Questions

What is CVE-2023-53463?

CVE-2023-53463 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2023-53463?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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