Cyber Resilience

CVE-2026-42297

HighPublic PoCUpdated

Published: 09 May 2026

Published
09 May 2026
Modified
30 June 2026
KEV Added
Patch
CVSS Score v4 8.5 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:H/SC:N/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0052 40.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-42297 is a high-severity Missing Authorization (CWE-862) vulnerability in Argoproj Argo Workflows. Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 40.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. From version 4.0.0 to before version 4.0.5, the Sync Service's ConfigMap-backed provider (server/sync/sync_cm.go) performs zero authorization checks on all CRUD operations (create, read, update, delete).…

more

Any authenticated user — including those using fake Bearer tokens — can create, read, update, and delete Kubernetes ConfigMaps containing synchronization limits. This issue has been patched in version 4.0.5.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Missing authorization (CWE-862) on the Argo Workflows Sync Service API directly enables remote exploitation of the public-facing workflow engine to perform unauthorized ConfigMap CRUD operations.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

Affected Assets

argoproj
argo workflows
4.0.0 — 4.0.5

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.

addresses: CWE-862 CWE-425

Requiring a decision for every access request prevents missing authorization checks that would otherwise allow unauthorized access.

addresses: CWE-862 CWE-425

Always invoking the reference monitor prevents missing authorization checks for protected resources.

addresses: CWE-862 CWE-425

Requiring enforcement of authorizations ensures checks are performed rather than omitted for resources.

addresses: CWE-425 CWE-862

Decoy endpoints catch forced browsing and direct requests, deflecting attackers from legitimate resources while enabling analysis.

addresses: CWE-862 CWE-425

Prevents missing authorization checks for input operations by restricting the capability itself.

addresses: CWE-862

Requiring an access control policy ensures authorization checks are defined and applied for critical functions.

addresses: CWE-862

Reviews of access controls detect missing authorization checks on critical functions or resources.

addresses: CWE-862

Documenting permitted unauthenticated actions prevents missing authorization by making all exceptions explicit and subject to organizational review.

References