OSV 1.4.0 · github-reviewed · 修改于 2026-06-09 07:49
发布时间
2026-05-12 00:11
GitHub 审查时间
2026-05-12 00:11
NVD 发布时间
2026-05-28 02:16
源文件
advisories/github-reviewed/2026/05/GHSA-c3gj-q88f-7hqj/GHSA-c3gj-q88f-7hqj.json
An authenticated SQL injection vulnerability in the elFinder MySQL volume driver (elFinderVolumeMySQL) allows any logged-in user, including users with read-only access to the affected volume, to inject SQL through a crafted target file hash. Successful exploitation can lead to unauthorized data disclosure and denial of service.
This vulnerability only affects installations configured to use the MySQL volume driver. Installations using the default LocalFileSystem driver are not affected.
A vulnerability in elFinder's MySQL volume driver (elFinderVolumeMySQL) allows authenticated SQL injection through a crafted file hash passed via the target parameter.
The issue is caused by two behaviors working together:
cacheDir(), _joinPath(), _stat(), and _fopen().Because the MySQL storage schema uses numeric id and parent_id values, an authenticated user can supply a crafted hash that alters the intended SQL query logic. Successful exploitation can lead to unauthorized data disclosure and denial of service. The extent of impact depends on the privileges granted to the configured MySQL account.
This vulnerability only affects installations configured to use the MySQL volume driver. Installations using the default LocalFileSystem driver are not affected.
An authenticated user, including a user with read-only access to the affected volume, can exploit this issue to:
The severity of data exposure depends on the privileges granted to the configured MySQL account.