SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-19201

MEDIUM · CVSS 6.6 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the Windows SIPA event log parser in Google go-attestation versions up to 0.6.1, allowing attackers to exploit uncontrolled recursion in the (*WinEvents).readELAMAggregation function. By submitting a specially crafted Windows event log with deeply nested elamAggregation headers, an attacker can induce a denial of service through a stack overflow, causing the verifier application to crash. Organizations using affected versions of Google go-attestation should prioritize patching to mitigate potential disruptions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-19201
Severity
MEDIUM
CVSS
6.6
EPSS
0.28%
Windows

Original NVD Description

An uncontrolled recursion vulnerability in the Windows SIPA event log parser of Google go-attestation versions up to and including 0.6.1 allows an attacker to cause a denial of service (DoS). The (*WinEvents).readELAMAggregation function recurses for every nested elamAggregation sub-event without enforcing a maximum recursion depth limit, while the size guard is bypassed on recursive execution paths. By submitting a crafted Windows event log containing deeply nested elamAggregation headers, an attacker can exhaust the goroutine call stack, triggering an unrecoverable fatal runtime error (stack overflow) that immediately crashes the verifier application.