Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-23849

Опубликовано: 19 янв. 2026
Источник: nvd
CVSS3: 5.3
EPSS Низкий

Описание

File Browser provides a file managing interface within a specified directory and can be used to upload, delete, preview, rename, and edit files. Prior to version 2.55.0, the JSONAuth. Auth function contains a logic flaw that allows unauthenticated attackers to enumerate valid usernames by measuring the response time of the /api/login endpoint. The vulnerability exists due to a "short-circuit" evaluation in the authentication logic. When a username is not found in the database, the function returns immediately. However, if the username does exist, the code proceeds to verify the password using bcrypt (users.CheckPwd), which is a computationally expensive operation designed to be slow. This difference in execution path creates a measurable timing discrepancy. Version 2.55.0 contains a patch for the issue.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:filebrowser:filebrowser:*:*:*:*:*:*:*:*
Версия до 2.55.0 (исключая)

EPSS

Процентиль: 36%
0.00433
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-208
CWE-203

Связанные уязвимости

CVSS3: 5.3
github
8 месяцев назад

File Browser Vulnerable to Username Enumeration via Timing Attack in /api/login

EPSS

Процентиль: 36%
0.00433
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-208
CWE-203