CRITICAL🇵🇱 Wersja polska

CVE-2023-53894

CVSS 9.3v4.0pub. 2025-12-16upd. 2026-01-21

phpfm 1.7.9 contains an authentication bypass vulnerability that allows attackers to log in by exploiting loose type comparison in password hash validation. Attackers can craft specific password hashes beginning with 0e or 00e to bypass authentication and upload malicious PHP files to the server.

🤖 AI Analysis
How it works

The vulnerability results from the use of loose comparison operator (==) instead of strict (===) when verifying password hashes in PHP. PHP treats character strings starting with '0e' or '00e' as scientific notation for a floating-point number equal to zero, causing a crafted password hash to be considered equal to another hash with the same property. An attacker can construct an appropriate password string whose hash starts with '0e' or '00e', and the application will incorrectly confirm its correctness. After gaining access, the attacker can upload malicious PHP files to the server.

Impact

An unauthenticated remote attacker can bypass the authentication mechanism, take control of the application, and upload malicious PHP files, which consequently enables remote code execution (RCE) on the server.

Mitigation & patch

Apply patches available from the vendor according to the references. As immediate remedial actions, it is recommended to restrict access to the phpFileManager interface at the firewall or web server level (e.g., restrict access only to trusted IP addresses) and enforce strong, unique passwords whose hashes do not start with '0e'/'00e'.

Who is affected

Dulldusk phpFileManager version 1.7.9

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Dulldusk Phpfilemanager

    APP
    Dulldusk
    1.7.9
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
Auth Bypass
CWE
References

Related vulnerabilities

CVE-2019-25632MEDIUM6.9same product

phpFileManager 1.7.8 zawiera lukę local file inclusion, która umożliwia nieuwierzytelnionym ataczkownikom czyt...

CVE-2024-5673MEDIUM6.1same product

Vulnerability in Dulldusk's PHP File Manager affecting version 1.7.8. This vulnerability consists of an XSS th...