PULSE
EN VIVO14señales / 24h
FEED
ransomthegentlemen reclama a Promatrix · US · Technologyransomthegentlemen reclama a Malaysian Nuclear Agency · MY · Government & Defenseransomthegentlemen reclama a Delkart Industries Pvt · IN · Manufacturingransomthegentlemen reclama a ETA Technology Pvt · IN · Technologyransomthegentlemen reclama a Kontact Consortium India Pvt · IN · Otherransomthegentlemen reclama a Upanal CNC Solutions · PE · Manufacturingransomthegentlemen reclama a Indus Protech Solutions · IN · Technologyransomthegentlemen reclama a Angel Hotel · GB · Hospitalityransomthegentlemen reclama a The Garfield County Sheriff Office · US · Government & Defenseransommorpheus reclama a Yue Ki Industrial · TW · Manufacturingransomincransom reclama a harwal.net · AE · Not Foundransomakira reclama a Northwood Country Club · Hospitalityransomsection9 reclama a ****.com.pa · PA · Not Foundransomspacebears reclama a StellarRAD Systems · US · Technologyransomthegentlemen reclama a Promatrix · US · Technologyransomthegentlemen reclama a Malaysian Nuclear Agency · MY · Government & Defenseransomthegentlemen reclama a Delkart Industries Pvt · IN · Manufacturingransomthegentlemen reclama a ETA Technology Pvt · IN · Technologyransomthegentlemen reclama a Kontact Consortium India Pvt · IN · Otherransomthegentlemen reclama a Upanal CNC Solutions · PE · Manufacturingransomthegentlemen reclama a Indus Protech Solutions · IN · Technologyransomthegentlemen reclama a Angel Hotel · GB · Hospitalityransomthegentlemen reclama a The Garfield County Sheriff Office · US · Government & Defenseransommorpheus reclama a Yue Ki Industrial · TW · Manufacturingransomincransom reclama a harwal.net · AE · Not Foundransomakira reclama a Northwood Country Club · Hospitalityransomsection9 reclama a ****.com.pa · PA · Not Foundransomspacebears reclama a StellarRAD Systems · US · Technology
← Todos los CVEs
CVE Watch29 jul 2026

CVE-2026-10684

In subsys/debug/coredump/coredump_shell.c, print_coredump_hdr() used the 16-bit tgt_code field of a stored Zephyr coredump header directly a

CVSS

3.0

Bajo

EPSS

KEV

Exploit Today

0-100

Publicado: 29 jul 2026 · Última mod.: 29 jul 2026 · CWE-125

EPSS · 30d

Sin historial EPSS suficiente todavía.

Descripción técnica

In subsys/debug/coredump/coredump_shell.c, print_coredump_hdr() used the 16-bit tgt_code field of a stored Zephyr coredump header directly as an index into coredump_target_code2str[], a fixed 7-element array of string pointers, with no bounds check. A stored coredump whose tgt_code is >= 7 causes an out-of-bounds read of a char* up to ~64K entries past the array; that value is passed as the %s argument to shell_print, which dereferences and walks it as a string. The result is either disclosure of device memory contents to the shell user or a crash when the out-of-bounds pointer is unmapped. The defect is reached via the coredump print shell command (cmd_coredump_print_stored_dump -> pretty_print_coredump -> parse_and_print_coredump -> print_coredump_hdr). The tgt_code field is device-generated and in-range during normal crash handling, so triggering requires local shell access plus the ability to stage or corrupt the stored coredump in the flash/in-memory backend. Introduced in v4.2.0 (commit 13abd7fe730) and present through v4.4.0; fixed by clamping out-of-range codes to the 'unknown' (index 0) entry.

Referencias oficiales
CVEs relacionados
CVECVSSEPSSKEVRExplotTítuloVis.
CVE-2026-17995
Out of bounds read in Dawn in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. (Chromium security severity: Low)6h
CVE-2026-17869
Out of bounds read in WebXR in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. (Chromium security severity: Medium)6h
CVE-2026-17772
Out of bounds read in WebGL in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. (Chromium security severity: Medium)6h
CVE-2026-17770
Out of bounds read in Media in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)6h
CVE-2026-17745
Out of bounds read in Skia in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)6h
CVE-2026-17701
Insufficient validation of untrusted input in ANGLE in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)6h