CVE-2026-72852

HIGHPre-NVD 7.87.8
EchelonGraph scoreLOW confidence

This high-severity CVE scores 7.8 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:vulncheck
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: CVSS: 7.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

hank-ai/darknet sizes a convolutional layer's weight and output heap buffers by multiplying configuration fields taken from a .cfg file in unchecked 32-bit int arithmetic. In src-lib/convolutional_layer.cpp, l.nweights is computed as (c / groups) * n * size * size and l.outputs as l.out_h * l.out_w * l.out_c, and both feed xcalloc directly. A .cfg whose true dimension product exceeds INT_MAX wraps to a small or zero value, so the allocation is undersized; for example width and height of 256 with filters of 65536 gives 2^32, which wraps to 0. forward_convolutional_layer then re-derives the GEMM dimensions with a different operand order, computing k as l.size*l.size*l.c / l.groups where the allocation divided before multiplying, and reads and writes through the undersized buffer. Loading the crafted .cfg for inference or training is sufficient and no valid .weights file is required. The reported proof of concept observed a heap buffer overflow read in gemm_nn_fast under AddressSanitizer and glibc allocator metadata corruption in a release build of the same input, indicating an out-of-bounds write.

CVSS v3
7.8
EG Score
7.8(low)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
EPSS %ILE
KEV
Not listed

Published

August 20, 2026

Last Modified

August 20, 2026

Advisory Details (6)

Auto-updated Aug 20, 2026
🔬 Proof of concept available. No patch confirmed yet.
generic🟡 PoC Available

darknet Integer Overflow in Convolutional Layer Buffer Sizing Leads to Heap Buffer Overflow | Advisories | VulnCheck

https://www.vulncheck.com/advisories/darknet-integer-overflow-in-convolutional-layer-buffer-sizing-leads-to-heap-buffer-overflow
generic

GitHub - hank-ai/darknet: Darknet/YOLO object detection framework · GitHub

https://github.com/hank-ai/darknet
generic

darknet/src-lib/convolutional_layer.cpp at v6.0 · hank-ai/darknet · GitHub

https://github.com/hank-ai/darknet/blob/v6.0/src-lib/convolutional_layer.cpp#L1457
generic

darknet/src-lib/convolutional_layer.cpp at v6.0 · hank-ai/darknet · GitHub

https://github.com/hank-ai/darknet/blob/v6.0/src-lib/convolutional_layer.cpp#L811
generic

darknet/src-lib/convolutional_layer.cpp at v6.0 · hank-ai/darknet · GitHub

https://github.com/hank-ai/darknet/blob/v6.0/src-lib/convolutional_layer.cpp#L764
generic

Integer overflow in convolutional weight/output buffer sizing causes heap corruption · Issue #148 · hank-ai/darknet · GitHub

https://github.com/hank-ai/darknet/issues/148

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 2× in last 7d / 2× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-20 18:32 UTCEG score recompute
  2. 2026-08-20 18:31 UTCMITRE cvelistV5first tracked

Frequently asked(4)

What is CVE-2026-72852?
CVE-2026-72852 is a high vulnerability published on August 20, 2026. hank-ai/darknet sizes a convolutional layer's weight and output heap buffers by multiplying configuration fields taken from a .cfg file in unchecked 32-bit int arithmetic. In src-lib/convolutionallayer.cpp, l.nweights is computed as (c / groups) * n * size * size and l.outputs as l.outh l.out_w…
When was CVE-2026-72852 disclosed?
CVE-2026-72852 was first published in the National Vulnerability Database on August 20, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-72852?
CVE-2026-72852 has a CVSS v4.0 base score of 7.8 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-72852?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-72852, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-72852

Explore →

Is Your Infrastructure Affected by CVE-2026-72852?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.