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

5.5 · MEDIUM
Published Apr 22, 2026 linux EPSS 0.12% (2th pctl)

Overview

CVE-2026-31503 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 22, 2026 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:

udp: Fix wildcard bind conflict check when using hash2

When binding a udp_sock to a local address and port, UDP uses

two hashes (udptable->hash and udptable->hash2) for collision

detection. The current code switches to "hash2" when

hslot->count > 10.

"hash2" is keyed by local address and local port.

"hash" is keyed by local port only.

The issue can be shown in the following bind sequence (pseudo code):

bind(fd1, "[fd00::1]:8888")

bind(fd2, "[fd00::2]:8888")

bind(fd3, "[fd00::3]:8888")

bind(fd4, "[fd00::4]:8888")

bind(fd5, "[fd00::5]:8888")

bind(fd6, "[fd00::6]:8888")

bind(fd7, "[fd00::7]:8888")

bind(fd8, "[fd00::8]:8888")

bind(fd9, "[fd00::9]:8888")

bind(fd10, "[fd00::10]:8888")

/* Correctly return -EADDRINUSE because "hash" is used

* instead of "hash2". udp_lib_lport_inuse() detects the

* conflict.

*/

bind(fail_fd, "[::]:8888")

/* After one more socket is bound to "[fd00::11]:8888",

* hslot->count

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 >= 2.6.33.1, < 6.1.168 Affected

Frequently Asked Questions

What is CVE-2026-31503?

CVE-2026-31503 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 22, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-31503?

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

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

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