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

7.8 · HIGH
Published Aug 21, 2026 EPSS 0.12% (2th pctl)

Overview

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

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

net/sched: cls_route: fix fastmap use-after-free on filter

The route4 classifier maintains a 16-slot fastmap cache that stores raw

struct route4_filter pointers indexed by (id, iif). The reader

(route4_classify) populates this cache via route4_set_fastmap() for every

classified packet that hits a filter. The writer (route4_delete,

route4_change) clears the cache via route4_reset_fastmap() before

RCU-deferred kfree of the filter.

This creates a UAF race:

1. Reader walks the RCU-protected bucket chain, finds filter f

2. Writer unlinks f, calls route4_reset_fastmap(), then tcf_queue_work()

3. Reader calls route4_set_fastmap() and writes f into the cache

*after* the writer's reset, caching a pointer about to be freed

4. After the RCU grace period, kfree(f) executes

5. Next classified packet on the same (id, iif) tuple hits the stale

fastmap entry and reads f->res from freed memory

Reproduced with an mdelay

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

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

How severe is CVE-2026-74583?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-74583?

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

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