Cyber Resilience

CVE-2026-72745

Published
11 August 2026
Modified
12 August 2026
CVSS Score N/A
EPSS Score 0.0036 29th percentile
Risk Priority 0 floored blend · peak EPSS

Summary

CVE-2026-72745 is a uncategorised-severity an unspecified weakness vulnerability. Its CVSS base score is N/A.

Operationally, ranked at the 29th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority as it's a duplicate of CVE-2026-73242.

CWE(s)
None listed

Related Threats

CVEs Like This One

CVE-2025-48071Shared CWE-122
CVE-2025-0611Shared CWE-122
CVE-2026-65679Shared CWE-122
CVE-2025-64680Shared CWE-122
CVE-2026-6846Shared CWE-122
CVE-2026-3560Shared CWE-122
CVE-2025-70067Shared CWE-122
CVE-2026-50484Shared CWE-122
CVE-2025-5479Shared CWE-122
CVE-2026-22697Shared CWE-122

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation (including fuzzing and memory-error detectors) can discover heap overflows after they have been coded.

Input validation enforces bounds checking on data written to heap buffers, directly stopping the overflow condition from being introduced.

Security engineering principles require use of memory-safe constructs and bounds-checked allocation routines that avoid introducing heap overflows.

Memory-protection mechanisms limit the ability of a heap overflow to execute attacker-controlled code or corrupt adjacent structures.

References