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

9.8 · CRITICAL
Published Sep 15, 2025 linux CWE-129 EPSS 0.38% (31th pctl)

Overview

CVE-2023-53192 is a critical-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

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

vxlan: Fix nexthop hash size

The nexthop code expects a 31 bit hash, such as what is returned by

fib_multipath_hash() and rt6_multipath_hash(). Passing the 32 bit hash

returned by skb_get_hash() can lead to problems related to the fact that

'int hash' is a negative number when the MSB is set.

In the case of hash threshold nexthop groups, nexthop_select_path_hthr()

will disproportionately select the first nexthop group entry. In the case

of resilient nexthop groups, nexthop_select_path_res() may do an out of

bounds access in nh_buckets[], for example:

hash = -912054133

num_nh_buckets = 2

bucket_index = 65535

which leads to the following panic:

BUG: unable to handle page fault for address: ffffc900025910c8

PGD 100000067 P4D 100000067 PUD 10026b067 PMD 0

Oops: 0002 [#1] PREEMPT SMP KASAN NOPTI

CPU: 4 PID: 856 Comm: kworker/4:3 Not tainted 6.5.0-rc2+ #34

Hardware name: QEMU Standard PC (i440FX + PIIX, 1996

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.8, < 5.10.190 Affected

Frequently Asked Questions

What is CVE-2023-53192?

CVE-2023-53192 is a critical-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2023-53192?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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-53192?

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

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