Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-88419 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

An unrestricted upload of files with a dangerous type in the thumbnail-upload endpoint (/index.php?m=member&f=article&v=thumbUpload) of WuzhiCMS 5.0.0 allows an authenticated low-privileged member to upload a crafted .php file and execute arbitrary PHP code on the server, because the stored file extension is taken verbatim from the client-supplied filename with no extension allowlist or content validation and the file is written to the web-accessible uploadfile/ directory, from which the web server executes PHP.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/15536818056/CVE/issues/6 CISA-ADPExploitIssue TrackingTechnical Analysis
https://github.com/15536818056/CVE/issues/6 [email protected]ExploitIssue TrackingTechnical Analysis

Weakness Enumeration

CWE-IDCWE NameSource
CWE-434Unrestricted Upload of File with Dangerous TypeCISA-ADP

Affected Products

ProductVersions
WuzhiCMS
5.0.0 (semver)

CPE

  • cpe:2.3:a:wuzhicms:wuzhicms:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Restrict access to the thumbnail-upload endpoint (/index.php?m=member&f=article&v=thumbUpload) and the avatar-upload endpoint (/index.php?m=member&f=user&v=setAvatar) to authenticated users or specific IP addresses.

  • Mitigation:low effort

    Implement a web application firewall (WAF) rule to reject upload requests with a filename extension of a script type (e.g., .php, .phtml, .php3, .php4, .php5, .php7, .phar, .jsp, .asp, .aspx) for the affected endpoints.

  • Mitigation:low effort

    Disable script execution in the upload storage directory (e.g., configure Nginx or Apache to deny PHP execution in the uploadfile/ directory).

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-88419
NVD Published Date:
Sep 22, 2026
NVD Last Modified:
Sep 24, 2026
Source:
[email protected]
CVE-2026-88419 Details - Not Deferred