simplephp CVE-2026-38931
MEDIUMSeverity by source
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Primary rating from Vendor (mitre) · only source for this CVE.
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Lifecycle Timeline
1DescriptionCVE.org
A stored cross-site scripting (XSS) vulnerability in the /admin/config-module.php component of creatorsofcode simplephp GitHub commit 5184cff (Latest as of 2026-02-27) via injecting a crafted payload.
AnalysisAI
Stored cross-site scripting in creatorsofcode's simplephp admin panel allows authenticated low-privileged users to inject persistent malicious scripts via the /admin/config-module.php configuration endpoint. When an administrator or privileged user subsequently views the affected page, the stored payload executes in their browser context, enabling session hijacking, credential theft, or unauthorized administrative actions. A proof-of-concept exists per SSVC intelligence; this CVE is not currently listed in CISA KEV.
Technical ContextAI
This is a CWE-79 (Improper Neutralization of Input During Web Page Generation - Stored XSS) vulnerability in the PHP-based simplephp web application by creatorsofcode. The affected component is /admin/config-module.php, a configuration management endpoint within the application's admin panel, where user-supplied input is insufficiently sanitized before being persisted and rendered back to users. The CVSS scope modifier is Changed (S:C), indicating the vulnerability crosses security boundaries - a payload injected by a low-privileged user executes within the browser context of a different, potentially higher-privileged user. No CPE strings were provided in the source data; the affected version is confirmed as GitHub commit 5184cff, identified as the latest commit as of 2026-02-27. Tags confirm the technology stack is PHP.
Affected ProductsAI
creatorsofcode simplephp is affected at GitHub commit 5184cff, confirmed as the latest available commit as of 2026-02-27. No CPE strings or explicit version range were provided in the source data - the affected scope beyond this specific commit is not independently confirmed. Vendor project sites are listed as http://creatorsofcode.com and http://simplephp.com. Researcher disclosure is available at https://moworn.github.io/post/cve-2026-38931/.
RemediationAI
No vendor-released patch has been identified at time of analysis. The researcher's public disclosure is documented at https://moworn.github.io/post/cve-2026-38931/ and should be reviewed for any mitigations noted there. As compensating controls, administrators should restrict network access to the /admin/config-module.php endpoint and the broader admin panel to trusted IP addresses or VPN-only access - this directly limits the attacker's ability to submit the crafted payload (trade-off: operational inconvenience for remote admins). Deploying a Content Security Policy (CSP) response header with a strict script-src directive will reduce the impact of any successful XSS injection by blocking inline script execution, though misconfigured CSP can break legitimate admin functionality and requires testing. Input validation and output encoding should be applied at the application level to the config-module.php form fields as a permanent fix when patching. Monitoring admin panel access logs for unexpected low-privileged user activity on configuration endpoints is also advisable.
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-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today