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

7.5 · HIGH
Published May 1, 2026 linux EPSS 0.43% (36th pctl)

Overview

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

net: xilinx: axienet: Fix BQL accounting for multi-BD TX packets

When a TX packet spans multiple buffer descriptors (scatter-gather),

axienet_free_tx_chain sums the per-BD actual length from descriptor

status into a caller-provided accumulator. That sum is reset on each

NAPI poll. If the BDs for a single packet complete across different

polls, the earlier bytes are lost and never credited to BQL. This

causes BQL to think bytes are permanently in-flight, eventually

stalling the TX queue.

The SKB pointer is stored only on the last BD of a packet. When that

BD completes, use skb->len for the byte count instead of summing

per-BD status lengths. This matches netdev_sent_queue(), which debits

skb->len, and naturally survives across polls because no partial

packet contributes to the accumulator.

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 >= 6.15, < 6.18.22 Affected

Frequently Asked Questions

What is CVE-2026-43031?

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

How severe is CVE-2026-43031?

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

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

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