Cyber Resilience

CVE-2026-39968

High

Published: 22 May 2026

Published
22 May 2026
Modified
26 May 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
EPSS Score 0.0027 18.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-39968 is a high-severity Improper Access Control (CWE-284) vulnerability. Its CVSS base score is 7.1 (High).

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

EU & UK References

Vulnerability details

TypeBot is a chatbot builder tool. In versions 3.15.2 and prior, the fix for GHSA-4xc5-wfwc-jw47 ("Credential Theft via Client-Side Script Execution and API Authorization Bypass") is incomplete. While the builder's getCredentials tRPC endpoint was patched with workspace membership checks, the…

more

bot-engine runtime still allows any authenticated user to use credentials from any workspace via the preview chat endpoint. The bot-engine's getCredentials() utility function uses a falsy check (if (workspaceId && ...)) for workspace ownership validation. Since the preview endpoint accepts a client-controlled workspaceId field and the Zod schema allows empty strings, an attacker can supply workspaceId: "" to bypass credential ownership verification entirely. Exploitation can result in credential exfiltration, external service abuse, financial damage and a data breach.

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.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Authz bypass in public preview endpoint directly enables exploitation of public-facing app (T1190) to access/exfiltrate improperly protected workspace credentials (T1552).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

Affected Assets

In
inferred from references and description; NVD did not file a CPE for this CVE

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-284 CWE-639

Ensuring access control decisions are made and applied to every request before enforcement directly prevents improper access control by requiring policy-based checks.

addresses: CWE-284 CWE-639

Enforcing approved authorizations directly implements access control policies to block unauthorized access.

addresses: CWE-284 CWE-522

Training covers access control policies and the consequences of improper access grants or usage by users.

addresses: CWE-284 CWE-522

Documenting role-based training completion allows verification that only trained individuals receive or retain access, making improper access control harder to exploit through untrained personnel.

addresses: CWE-284 CWE-522

Documented and acknowledged rules define permitted access, reducing improper access control by establishing clear behavioral boundaries and accountability.

addresses: CWE-284 CWE-522

Disabling all system access and revoking credentials upon termination directly prevents improper access control by former personnel.

addresses: CWE-284

The access control policy and procedures directly mandate and enforce proper access control mechanisms across the organization.

addresses: CWE-284

Device lock enforces restricted access until re-authentication, directly reducing unauthorized use of active sessions.

References