Lord of Large Language Models vulnerable to Observable Discrepancy attack via authenticate_user function
High severity
GitHub Reviewed
Published
Jul 7, 2025
to the GitHub Advisory Database
•
Updated Jul 8, 2025
Description
Published by the National Vulnerability Database
Jul 7, 2025
Published to the GitHub Advisory Database
Jul 7, 2025
Reviewed
Jul 8, 2025
Last updated
Jul 8, 2025
The parisneo/lollms repository is affected by a timing attack vulnerability in the
authenticate_user
function within thelollms_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 commit f78437f. 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.References