---
id: CVE-2026-72592
title: >-
  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
summary: >-
  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 n…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-434
published: '2026-08-10'
updated: '2026-08-28'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72592'
references:
  - url: 'https://github.com/dulldusk/phpfm'
    label: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
  - url: 'https://github.com/dulldusk/phpfm/blob/master/index.php'
    label: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
tags:
  - nvd
epss: 0.00802
epssPercentile: 0.54826
ingestedAt: '2026-08-29T18:40:35.749Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
