CVE-2025-6386
Last modified
CVE-2025-6386 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-6386?
How severe is CVE-2025-6386?
How do I fix CVE-2025-6386?
Are you affected by CVE-2025-6386?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
