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

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.15% (5th pctl)

Overview

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

coresight: platform: defer connection counter increment until alloc succeeds

coresight_add_out_conn() increments nr_outconns before calling

devm_krealloc_array() and again before devm_kmalloc(). If either

allocation fails, the counter is already bumped while the corresponding

array entry is NULL or uninitialized garbage.

coresight_add_in_conn() has the same problem with nr_inconns and

devm_krealloc_array().

In both cases the probe returns -ENOMEM, which causes

coresight_get_platform_data() to call coresight_release_platform_data()

for cleanup. That function iterates up to nr_outconns (or nr_inconns)

entries and dereferences each pointer unconditionally, hitting the NULL

or garbage entry and panicking instead of failing gracefully.

Fix by moving the counter increments to after all allocations succeed,

so the struct is always consistent on any error path.

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

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

How severe is CVE-2026-72485?

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

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

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