CVE-2024-6674
Published: 29 October 2024
Summary
CVE-2024-6674 is a high-severity Origin Validation Error (CWE-346) vulnerability in Lollms Lollms Web Ui. 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 43.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
This vulnerability is AI-related — categorised as Other Platforms; in the Privacy and Disclosure risk domain; MITRE ATLAS techniques in scope: Adversarial AI Attack Implementations (AML.T0016.000), AML.T0040.000, Direct (AML.T0051.000).
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-47725
Vulnerability details
A CORS misconfiguration in parisneo/lollms-webui prior to version 10 allows attackers to steal sensitive information such as logs, browser sessions, and settings containing private API keys from other services. This vulnerability can also enable attackers to perform actions on behalf…
more
of a user, such as deleting a project or sending a message. The issue impacts the confidentiality and integrity of the information.
- CWE(s)
AI Security AnalysisAI
- AI Category
- Other Platforms
- Risk Domain
- Privacy and Disclosure
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- parisneo/lollms-webui is a web UI platform for managing and running large language models (LLMs), fitting under 'Other Platforms' as it provides a deployment interface for AI models rather than core frameworks, libraries, or specific AI subdomains.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CORS misconfiguration enables exploitation of public-facing web application (T1190) to steal logs (T1654), browser sessions (T1539), and private API keys from settings (T1528), facilitating unauthorized actions on behalf of users.
MITRE ATLAS TechniquesAI
MITRE ATLAS techniques
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.
Requires unique identification of the service before communications, addressing failures to validate the origin of the interaction.
Trusted path establishment enforces validation that the communication originates from and reaches only the intended trusted system components.
Enforces validation of the true origin of DNS responses via signatures and chain-of-trust mechanisms.
Enforces origin validation of name/address data, eliminating reliance on unverified or impersonated DNS sources.
Mandates origin validation so that only legitimate endpoints can continue the authenticated session.