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

7.5 · HIGH
Published Aug 15, 2026 EPSS 0.38% (31th pctl)

Overview

CVE-2026-74576 is a high-severity vulnerability. It was published on August 15, 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:

mm/slab: prevent unbounded recursion in free path with new kmalloc type

Commit 280ea9c3154b ("mm/slab: avoid allocating slabobj_ext array from

its own slab") avoided recursive allocation of obj_exts from kmalloc

caches of the same size, by bumping the obj_exts array's allocation

size whenever the array size equals the size of the object being

allocated.

However, as reported by Danielle Costantino and Shakeel Butt,

even slabs from kmalloc caches of different sizes can form a cycle

by allocating obj_exts arrays from each other [1]:

What happened: a KMALLOC_NORMAL slab's obj_exts array (used by

allocation profiling / memcg accounting) is itself kmalloc()'d from a

KMALLOC_NORMAL cache, so the "slab holds another slab's obj_exts array"

relation can form cycles. With sizeof(struct slabobj_ext) == 16 and

the host's geometry:

- kmalloc-512 has 64 objects/slab -> array is 64*16 == 1024 bytes,

served from km

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

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

How severe is CVE-2026-74576?

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

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

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