SourceBans Material Admin CVE-2026-30761
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Lifecycle Timeline
3DescriptionCVE.org
An arbitrary file upload vulnerability in the pages/admin.uploadmapimg.php component of SourceBans Material Admin v1.1.6 allows attackers to execute arbitrary code via uploading a crafted image file.
AnalysisAI
Arbitrary file upload in SourceBans Material Admin v1.1.6 allows remote unauthenticated attackers to achieve code execution by uploading a crafted image file to the pages/admin.uploadmapimg.php endpoint. The flaw is tagged as a PHP RCE vector and has public proof-of-concept gists referenced on GitHub, though it is not listed in CISA KEV and carries a very low EPSS exploitation probability (0.02%, 5th percentile).
Technical ContextAI
SourceBans Material Admin is a PHP-based web administration interface (a Material design fork of SourceBans, commonly used to manage Source-engine game server bans). The vulnerable component pages/admin.uploadmapimg.php is intended to handle map image uploads for the admin panel. The root cause class is CWE-434 (Unrestricted Upload of File with Dangerous Type), where the application fails to adequately validate file content, extension, or MIME type before storing the file in a web-accessible directory, allowing a polyglot or disguised PHP payload to be executed by the server. Note that the provided CPE string (cpe:2.3:a:n/a:n/a) is a placeholder and does not authoritatively bind the CVE to a vendor/product entry in the NVD dictionary.
RemediationAI
No vendor-released patch version has been independently confirmed at time of analysis; the upstream tracker issue https://github.com/SB-MaterialAdmin/Web/issues/374 should be monitored for a tagged release that supersedes v1.1.6, and operators should upgrade to that fixed version as soon as it is published. As compensating controls, restrict access to the /pages/admin.uploadmapimg.php endpoint via web-server rules (for example, an nginx or Apache location block requiring an IP allowlist or a reverse-proxy authentication layer in front of the admin panel) - the trade-off is that legitimate admins must connect from approved networks or via VPN. Additionally, configure the web server to refuse PHP execution within the map-image upload directory (e.g., a php_admin_flag engine off directive or removing the .php handler for that path), which neutralizes RCE even if a malicious file lands on disk but breaks the feature if it later needs to render dynamic content. Reviewing the public PoC gists at https://gist.github.com/ng-dst/ca6663a4107fd39eaba1be2cb1d52b51 and https://gist.github.com/ng-dst/254163056c2d8a2f55259dcb79531b31 can help build detection signatures for the specific upload request pattern.
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 technique File Upload
View allShare
External POC / Exploit Code
Leaving vuln.today