MEDIUMCVSS 6.1Vulnerability

CVE-2026-81334

darknet subscripts its layer array with an index taken from a configuration file without checking it against the array's length. The array is allocated in src-lib/darknet_network.cpp as xcalloc(net.n, sizeof(Darknet::Layer)), sized to exactly the number of layer sections the file declares. The shortcut, scale_channels and sam sections supply that index through their from field and the route section through its layers field, and parse_shortcut_section in src-lib/darknet_cfg.cpp reads net.layers[index].outputs with no bounds check, which reads past the allocation. The dispatch loop in create_network then reuses the same index to assign net.layers[l.index].use_bin_output and net.layers[l.index].keep_delta_gpu, writing past the allocation at an offset the file controls, with a fixed one-byte value. Parsing a crafted configuration file is sufficient: the parse runs before any weights file is opened and needs no non-default option, so the result is a reliable crash and a write whose location, though not its value, is chosen by whoever supplied the file.

Properties

severity
MEDIUM
cvss_severity
MEDIUM
cvss_score
6.1
retrieved_at
2026-09-25T15:10:03+00:00
score
6.1
last_source
NVD
cve_id
CVE-2026-81334
cvss_vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H
signal_observed_at
2026-09-25T15:10:03+00:00
vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H
published_at
2026-08-27T17:20:53.683
last_modified
2026-09-24T20:43:32.537

Related Entities (3)

DESCRIBED_BY (1)

→[Source]NVD

HAS_WEAKNESS (2)

→[Weakness]Out-of-bounds Write
→[Weakness]Out-of-bounds Read

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-81334 (CVSS 6.1) — Ninja Signal Threat Intelligence | Ninja Signal