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

7.5 · HIGH
Published Aug 22, 2026 EPSS 0.48% (39th pctl)

Overview

CVE-2026-74678 is a high-severity vulnerability. It was published on August 22, 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: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup()

When the interface has NETIF_F_SG enabled and skb_linearize() fails in

ax88179_tx_fixup(), the function returns NULL without freeing the skb.

usbnet_start_xmit() treats a NULL return from tx_fixup() as a drop

(info->flags does not set FLAG_MULTI_PACKET for this driver), jumping

to the "drop" label where it does `if (skb) dev_kfree_skb_any(skb)`.

Because tx_fixup() returned NULL, the local skb variable in

usbnet_start_xmit() is NULL, so the original skb is never freed — a

memory leak on every TX frame whose linearization fails (i.e. under

memory pressure).

Free the skb before returning, matching the error handling already used

for the pskb_expand_head() failure path in the same function.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-74678?

CVE-2026-74678 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-74678?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-74678?

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