Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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
Network-reachable admin panel justifies AV:N; race-condition-assisted sanitization bypass raises AC:H; administrator role required so PR:H; full CIA impact on the web server.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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
Lifecycle Timeline
1DescriptionCVE.org
Discuz! X5.0 releases 20260320 through 20260501 contain a local file inclusion vulnerability that allows authenticated administrators to execute arbitrary code by importing a specially crafted plugin configuration containing path traversal sequences in the directory attribute. Attackers can trigger an exception during plugin installation to bypass sanitization routines, causing malicious paths to be stored unsanitized and subsequently passed to include(), which combined with file upload functionality escalates to arbitrary code execution in the context of the web server user.
AnalysisAI
Authenticated remote code execution in Discuz! X5.0 releases 20260320 through 20260501 allows administrators to chain a path traversal flaw in the plugin import routine with file upload functionality to run arbitrary PHP as the web server user. Publicly available exploit code exists (published by Karma Insecurity / VulnCheck) demonstrating a race-condition-assisted bypass of sanitization, but the issue is not listed in CISA KEV and no public EPSS signal was provided. The high PR:H requirement limits attackers to those already holding administrator credentials or able to obtain them.
Technical ContextAI
Discuz! X5.0 is a widely deployed PHP-based forum and community platform from Comsenz/Tencent (CPE cpe:2.3:a:discuz!:discuz!_x5.0). The root cause is CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program - a.k.a. PHP Remote File Inclusion / LFI). The plugin installation workflow parses a configuration archive containing a 'directory' attribute that is meant to identify a sandboxed plugin folder; the installer attempts to sanitize this value, but an exception raised mid-installation short-circuits sanitization, leaving raw '../' path-traversal sequences persisted in plugin state. That tainted directory string is later concatenated into an include() call, so any file the attacker can land on disk - most easily via the platform's own file-upload features - is interpreted as PHP. This is the same LFI-to-RCE primitive that has historically affected PHP CMS platforms whose plugin loaders treat persisted configuration as trusted.
RemediationAI
No vendor-released patch identified at time of analysis, so the primary action is to upgrade to a Discuz! X5.0 build later than 20260501 as soon as the vendor publishes one - track the VulnCheck advisory at https://www.vulncheck.com/advisories/discuz-x5-0-local-file-inclusion-via-enable-disable-php-plugin-directory and the Karma Insecurity write-up at https://karmainsecurity.com/KIS-2026-11 for the fixed build identifier. Until a patched build is available, restrict access to the admin control panel (admin.php and the plugin management endpoints) to a VPN or office IP allowlist, enforce MFA on all administrator accounts, and rotate any admin credentials that may have been shared, since the bug is only reachable with administrator privileges. As a deeper compensating control, disable the plugin import/enable-disable functionality at the web-server level (for example by denying access to the plugin installation script via an nginx or Apache location block) - this neutralizes the vulnerable code path but breaks the legitimate plugin install workflow until a patch is applied. Hardening PHP with open_basedir scoped to the Discuz! installation directory and forbidding writes to directories also covered by include paths will blunt the LFI-to-RCE escalation at the cost of breaking plugins that legitimately need broader filesystem access.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-98 – PHP Remote File Inclusion
View allSame technique File Upload
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36794
GHSA-prqv-jwmw-qpp3