CVE-2026-72592: dulldusk phpfm - Unauthenticated Remote Code Execution via Unrestricted PHP File Upload

Published Aug 10, 2026
·
Updated

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 ($uploadextfilter = array()) and no authentication enabled by default (authpass is empty string), allowing an unauthenticated attacker to upload a PHP webshell and execute it by browsing to the uploaded path.

Affected Software

1 affected component
dulldusk/phpfm<=1.8.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Set the upload extension filter ($upload_ext_filter) to a non-empty allowlist to block uploading executable/script files (e.g., PHP webshells). The vulnerable default ships with an empty array: $upload_ext_filter = array().

    dulldusk/phpfm $upload_ext_filter = non-empty allowlist (restrict allowed upload extensions)
  2. Configuration

    Enable authentication by setting auth_pass to a non-empty value. The vulnerable default ships with no authentication enabled by default (auth_pass is empty string), allowing unauthenticated upload.

    dulldusk/phpfm auth_pass = non-empty (enable authentication)

Event History

Aug 10, 2026
CVE Published
via MITRE·10:41 AM
Data Sourced
via MITRE·10:41 AM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-72592?

The severity of CVE-2026-72592 is critical with a score of 9.8.

2

What type of vulnerability is described in CVE-2026-72592?

CVE-2026-72592 is an Unauthenticated Remote Code Execution vulnerability due to unrestricted PHP file uploads.

3

How do I fix CVE-2026-72592?

To fix CVE-2026-72592, implement strict file upload extension filtering and enable authentication for file uploads.

4

Which software is affected by CVE-2026-72592?

CVE-2026-72592 affects the dulldusk/phpfm software, specifically version 1.8.0.

5

What risks does CVE-2026-72592 pose to my system?

CVE-2026-72592 allows an unauthenticated attacker to execute arbitrary PHP code on the server, leading to potential full system compromise.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-72592 - dulldusk phpfm - Unauthenticated Remote Code Execution via Unrestricted PHP File Upload - SecAlerts