Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
6DescriptionCVE.org
A vulnerability in parisneo/lollms, up to and including version 2.2.0, allows unauthenticated users to upload and process files through the /api/files/extract-text endpoint. This endpoint does not enforce authentication, unlike other file-related endpoints, and lacks the Depends(get_current_active_user) dependency. This issue can lead to denial of service (DoS) through resource exhaustion, information disclosure, and violation of the application's documented security policies.
AnalysisAI
Unauthenticated file upload in parisneo/lollms versions ≤2.2.0 enables remote attackers to submit arbitrary files for text extraction without authentication via the /api/files/extract-text endpoint. The vulnerability (CWE-287: Improper Authentication) allows resource exhaustion DoS attacks and potential information disclosure, with CVSS 7.5 (High) reflecting network-accessible attack surface requiring no privileges. …
Unlock full vulnerability intelligence
- Risk assessment & exploitation conditions
- Attack chain visualization
- Remediation with exact patch versions
- Threat intelligence from 22 sources
- Personal watchlist & email alerts
Free forever · No credit card required
Attack ChainAIDerived
Hypothetical attack flow derived from CVE metadata
Vulnerability AssessmentAI
| Exploitation | Unauthenticated remote attacker can exploit parisneo/lollms up to version 2.2.0 by sending crafted file uploads to the `/api/files/extract-text` endpoint, which lacks authentication enforcement. … Additional conditions and limiting factors are described in the full assessment. |
| Risk Assessment | Real-world risk is elevated due to the network-accessible attack vector (AV:N) and zero authentication requirements (PR:N), enabling trivial exploitation by unauthenticated internet-facing attackers. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in. |
| Exploit Scenario | An unauthenticated remote attacker identifies an internet-facing lollms instance (via Shodan, certificate transparency logs, or targeted reconnaissance) and sends crafted HTTP POST requests to the `/api/files/extract-text` endpoint with large or specially crafted files. Since no authentication is required, the attacker can repeatedly upload files to exhaust server memory and CPU resources during text extraction processing, causing denial of service for legitimate users. … |
| Remediation | Upstream fix available via GitHub commit a6625dc83786ff21d109b0d545ca61b770607ef3, which adds the missing authentication dependency to the vulnerable endpoint. … Detailed patch versions, workarounds, and compensating controls in full report. |
Recommended ActionAI
Within 24 hours: Identify all instances of LOLLMS ≤2.2.0 in your environment and restrict network access to the /api/files/extract-text endpoint via firewall or API gateway rules. …
Sign in for detailed remediation steps and compensating controls.
Threat intelligence, references, and detailed analysis are available after sign-in.
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17035