CVE-2025-6386
NONE EPSS 29.0%
Published Jul 7, 202511mo ago · Modified Jun 17, 20261w ago
Published Jul 7, 2025 11mo ago
Last Modified Jun 17, 2026 1w ago
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.
Threat Intelligence
EPSS Exploit Probability
29.0% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-203
References 2
- github.com https://github.com/parisneo/lollms/commit/f78437f7b5aa39a78c6201912faf4e0645a38c48
- huntr.com https://huntr.com/bounties/6da05485-d219-4f18-9ffc-991053524b67
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.