Vulnerability Description
A path traversal vulnerability exists in parisneo/lollms version 2.1.0, specifically in the SPA catch-all route implemented in `backend/routers/ui.py`. The vulnerability arises from the improper handling of user-controlled path input, which is directly joined into a filesystem path without sanitization or containment checks. URL-encoded dot-dot sequences (`%2e%2e`) bypass Starlette's built-in path normalization and are resolved by Python's `pathlib`, allowing an unauthenticated attacker to read arbitrary files on the server. This issue has been resolved in version 3.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/parisneo/lollms/commit/9bc6431ae7b708da76d51e7626a7cf48ff2b1d
- https://huntr.com/bounties/af3f40a3-38a1-49d8-a5ae-3d72b9b05b98
- https://huntr.com/bounties/af3f40a3-38a1-49d8-a5ae-3d72b9b05b98
FAQ
What is CVE-2026-10595?
CVE-2026-10595 is a vulnerability with a CVSS score of 7.5 (HIGH). A path traversal vulnerability exists in parisneo/lollms version 2.1.0, specifically in the SPA catch-all route implemented in `backend/routers/ui.py`. The vulnerability arises from the improper handl...
How severe is CVE-2026-10595?
CVE-2026-10595 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-10595?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.