Cyber Resilience

CVE-2026-3432

Critical

Published: 02 March 2026

Published
02 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/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.0030 21.5th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-3432 is a critical-severity Missing Authorization (CWE-862) vulnerability in Sim Sim. Its CVSS base score is 9.3 (Critical).

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

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-3432 is a critical authorization bypass vulnerability (CWE-862) in SimStudio versions below 0.5.74, specifically within the `/api/auth/oauth/token` endpoint. This flaw enables a code path that skips all authorization checks when the `credentialAccountUserId` and `providerId` parameters are supplied, allowing unauthorized retrieval of sensitive OAuth data. The issue carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N), highlighting its high severity due to network accessibility, low complexity, and lack of prerequisites.

Unauthenticated attackers can exploit this vulnerability remotely by providing any target user's ID along with a provider name via the affected endpoint. Successful exploitation grants the attacker the victim's OAuth access tokens, enabling credential theft and subsequent unauthorized access to linked third-party services.

The Tenable research advisory (TRA-2026-13) at https://www.tenable.com/security/research/tra-2026-13 details mitigation strategies, including upgrading to SimStudio version 0.5.74 or later to address the bypass.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

On SimStudio version below to 0.5.74, the `/api/auth/oauth/token` endpoint contains a code path that bypasses all authorization checks when provided with `credentialAccountUserId` and `providerId` parameters. An unauthenticated attacker can retrieve OAuth access tokens for any user by supplying their user…

more

ID and a provider name, effectively stealing credentials to third-party services.

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.
T1528 Steal Application Access Token Credential Access
Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.
Why these techniques?

The vulnerability is an authorization bypass in a public-facing API endpoint (T1190: Exploit Public-Facing Application), directly enabling theft of OAuth access tokens for any user (T1528: Steal Application Access Token).

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

CVEs Like This One

CVE-2026-3431Same product: Sim Sim
CVE-2025-9801Same product: Sim Sim
CVE-2026-5371Shared CWE-862
CVE-2025-69311Shared CWE-862
CVE-2026-3266Shared CWE-862
CVE-2026-45438Shared CWE-862
CVE-2025-23477Shared CWE-862
CVE-2025-68834Shared CWE-862
CVE-2026-22663Shared CWE-862
CVE-2024-12544Shared CWE-862

Affected Assets

sim
sim
≤ 0.5.74

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

AC-3 mandates enforcement of approved authorizations for access to sensitive resources like OAuth tokens, directly countering the bypass of authorization checks in the /api/auth/oauth/token endpoint.

prevent

SI-2 requires timely identification, reporting, and correction of flaws such as the authorization bypass, enabling patching to SimStudio 0.5.74 or later as recommended.

prevent

SI-10 requires validation of information inputs like credentialAccountUserId and providerId to prevent unauthorized parameter-driven bypasses of authorization logic.

References