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-2026-45860

7.5 · HIGH
Published May 27, 2026 linux EPSS 0.68% (50th pctl)

Overview

CVE-2026-45860 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 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:

netfilter: nf_conncount: increase the connection clean up limit to 64

After the optimization to only perform one GC per jiffy, a new problem

was introduced. If more than 8 new connections are tracked per jiffy the

list won't be cleaned up fast enough possibly reaching the limit

wrongly.

In order to prevent this issue, only skip the GC if it was already

triggered during the same jiffy and the increment is lower than the

clean up limit. In addition, increase the clean up limit to 64

connections to avoid triggering GC too often and do more effective GCs.

This has been tested using a HTTP server and several

performance tools while having nft_connlimit/xt_connlimit or OVS limit

configured.

Output of slowhttptest + OVS limit at 52000 connections:

slow HTTP test status on 340th second:

initializing: 0

pending: 432

connected: 51998

error: 0

closed: 0

service

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.10.248, < 5.10.252 Affected

Frequently Asked Questions

What is CVE-2026-45860?

CVE-2026-45860 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-45860?

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-2026-45860?

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-2026-45860?

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