Cyber Resilience

CVE-2024-6845

MediumPublic PoC

Published: 25 September 2024

Published
25 September 2024
Modified
20 January 2026
KEV Added
Patch
CVSS Score v3.1 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.2160 95.9th percentile
Risk Priority 24 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-6845 is a medium-severity Missing Authorization (CWE-862) vulnerability in Webdigit Chatbot With Chatgpt. Its CVSS base score is 5.3 (Medium).

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

This vulnerability is AI-related — categorised as Enterprise AI Assistants; in the Privacy and Disclosure risk domain; MITRE ATLAS techniques in scope: AI Model Inference API Access (AML.T0040), LLM Prompt Injection (AML.T0051), Manipulate AI Model (AML.T0018).

Deeper analysis

The Chatbot with ChatGPT WordPress plugin before version 2.4.6 is affected by a missing authorization vulnerability (CWE-862) in one of its REST endpoints. The flaw allows unauthenticated access to an encoded key that can be decoded to expose the configured OpenAI API key, resulting in a CVSS 5.3 impact limited to low confidentiality loss.

Unauthenticated attackers reachable over the network can invoke the unprotected endpoint to retrieve and decode the key. Successful exploitation grants access to the victim's OpenAI API credentials, enabling unauthorized queries against the associated account without any user interaction or authentication.

The referenced WPScan advisory identifies the issue in versions prior to 2.4.6 and indicates that updating to 2.4.6 or later resolves the authorization gap in the affected REST endpoint.

The vulnerability is relevant to AI/ML deployments because it directly exposes credentials for OpenAI services. EPSS rose from a low baseline to a peak of 0.2988 on 2026-03-10 before receding to the current value of 0.2160, indicating that exploitation interest increased after public disclosure.

EU & UK References

Vulnerability details

The Chatbot with ChatGPT WordPress plugin before 2.4.6 does not have proper authorization in one of its REST endpoint, allowing unauthenticated users to retrieve the encoded key and then decode it, thereby leaking the OpenAI API key

CWE(s)

AI Security AnalysisAI

AI Category
Enterprise AI Assistants
Risk Domain
Privacy and Disclosure
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
The vulnerability affects a WordPress plugin (Chatbot with ChatGPT / SmartSearchWP) that integrates OpenAI's ChatGPT for AI chatbot functionality, classifying it as an enterprise AI assistant tool for websites.

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?

Unauthenticated access to REST endpoint discloses encoded (ROT13) OpenAI API key from plugin config, enabling exploitation of public-facing web application (T1190) and theft of application access token (T1528).

MITRE ATLAS TechniquesAI

MITRE ATLAS techniques

AML.T0040: AI Model Inference API AccessAML.T0051: LLM Prompt InjectionAML.T0018: Manipulate AI ModelAML.T0024: Exfiltration via AI Inference APIAML.T0048: External Harms

Affected Assets

webdigit
chatbot with chatgpt
≤ 2.4.6

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

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.

addresses: CWE-862

Requiring attribute association with information prevents authorization from being performed without necessary security or privacy context.

addresses: CWE-862

Mandating authorization prior to allowing remote connections addresses missing authorization for remote access.

addresses: CWE-862

Mandating authorization before wireless connections are allowed prevents missing authorization for wireless access.

addresses: CWE-862

The control requires authorization before allowing mobile device connections, directly mitigating missing authorization for system access.

addresses: CWE-862

Requiring approvals for account creation and specifying authorizations ensures authorization is not missing for system access.

References