CVE-2026-72592 PUBLISHED

dulldusk phpfm - Unauthenticated Remote Code Execution via Unrestricted PHP File Upload

Assigner: TuranSec
Reserved: 10.08.2026 Published: 10.08.2026 Updated: 10.08.2026

An unrestricted file upload vulnerability in dulldusk/phpfm through 1.8.0 allows an unauthenticated remote attacker to execute arbitrary PHP code on the server. The application ships with an empty upload extension filter ( = array) and no authentication enabled by default (auth_pass is empty string), allowing an unauthenticated attacker to upload a PHP webshell and execute it by browsing to the uploaded path.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor dulldusk
Product phpfm
Versions Default: unknown
  • affected from 0 to 1.8.0 (incl.)

Credits

  • Bekzod Tursunov (Stalker) finder

References

Problem Types

  • CWE-434: Unrestricted Upload of File with Dangerous Type CWE