Skip to main content

SourceBans Material Admin CVE-2026-30761

HIGH
Unrestricted Upload of File with Dangerous Type (CWE-434)
2026-05-28 mitre
7.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.3 HIGH
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

3
Analysis Generated
May 29, 2026 - 16:27 vuln.today
CVSS changed
May 29, 2026 - 16:27 NVD
7.3 (HIGH)
CVE Published
May 28, 2026 - 00:00 nvd
UNKNOWN (no severity yet)

DescriptionCVE.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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-30761 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy