CVE-2026-1186
Published: 02 February 2026
Summary
CVE-2026-1186 is a high-severity Path Traversal (CWE-22) vulnerability in Abcpro (inferred from references). Its CVSS base score is 8.6 (High).
Operationally, ranked at the 26.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5103
- 🇵🇱 CERT-PL: cert.pl
Vulnerability details
EAP Legislator is vulnerable to Path Traversal in file extraction functionality. Attacker can prepare zipx archive (default file type used by the Legislator application) and choose arbitrary path outside the intended directory (e.x. system startup) where files will be extracted…
more
by the victim upon opening the file. This issue was fixed in version 2.25a.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.