CVE-2025-6386 Details
Description
The parisneo/lollms repository is affected by a timing attack vulnerability in the `authenticate_user` function within the `lollms_authentication.py` file. This vulnerability allows attackers to enumerate valid usernames and guess passwords incrementally by analyzing response time differences. The affected version is the latest, and the issue is resolved in version 20.1. The vulnerability arises from the use of Python's default string equality operator for password comparison, which compares characters sequentially and exits on the first mismatch, leading to variable response times based on the number of matching initial characters.
A timing attack vulnerability has been identified in the Parisneo Lollms repository, specifically within the authenticate_user function of the lollms_authentication.py file. This vulnerability allows attackers to incrementally guess passwords and enumerate valid usernames by analyzing variations in response times. The issue arises from the use of Python's default string equality operator for password comparisons, which processes characters sequentially and terminates at the first mismatch. As a result, response times vary based on the number of initial matching characters, enabling exploitation. This vulnerability affects the latest version of the lollms repository and has been resolved in version 20.1.
Users can update to version 20.1 of the Parisneo Lollms repository to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 7, 2025CISA-ADP
Assessed Jul 7, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/parisneo/lollms/commit/f78437f7b5aa39a78c6201912faf4e0645a38c48 | [email protected] | Source CodeVendor |
| https://huntr.com/bounties/6da05485-d219-4f18-9ffc-991053524b67 | [email protected] | Technical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-203 | Observable Discrepancy | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| parisneo/lollms | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jul 7, 2025 | New CVE Received | [email protected] |
Volerion