Skip to main content

MuuCMF CVE-2026-36962

| EUVDEUVD-2026-29112 HIGH
SQL Injection (CWE-89)
2026-05-11 mitre GHSA-mg69-g739-6rc3
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
vuln.today AI
9.8 CRITICAL

Unauthenticated low-complexity network SQLi giving full DB read/write and admin takeover justifies C:H/I:H/A:H; NVD's Low impact scoring appears to understate the described compromise.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

4
Analysis Generated
Jul 24, 2026 - 00:04 vuln.today
CVSS changed
May 12, 2026 - 20:22 NVD
7.3 (HIGH)
CVE Published
May 11, 2026 - 00:00 nvd
UNKNOWN (no severity yet)
CVE Published
May 11, 2026 - 00:00 nvd
HIGH 7.3

DescriptionCVE.org

SQL Injection in MuuCMF T6 v1.9.4.20260115 allows an unauthenticated attacker to compromise the entire database, achieve unauthorized administrative access, and potentially gain remote code execution by writing malicious files to the server's file system via the keyword parameter in the /index/controller/Search.php endpoint.

AnalysisAI

SQL injection in MuuCMF T6 v1.9.4.20260115 lets an unauthenticated remote attacker inject arbitrary SQL through the keyword parameter of the /index/controller/Search.php endpoint, exposing the full database and enabling forged administrative access. Because the underlying database and application run with sufficient privileges, the flaw can be escalated to write malicious files to disk and potentially achieve remote code execution. Publicly available exploit code exists (write-up by thinhneee), but the flaw is not on CISA KEV and EPSS is very low at 0.03% (10th percentile).

Technical ContextAI

MuuCMF is a PHP-based content management framework (Gitee project dameng100/muucmf). The vulnerability is a classic CWE-89 SQL Injection: user-controlled input from the search keyword parameter is concatenated into a SQL statement in the Search.php controller without parameterization or sanitization, allowing the attacker to alter query logic. Beyond data exfiltration, PHP/MySQL deployments that permit stacked queries or file operations (e.g. INTO OUTFILE) can let an attacker turn injection into arbitrary file writes within the web root, which is the described path to remote code execution. The CPE data is unhelpful here (cpe:2.3:a:n/a:n/a:*), so exact affected-component identification relies on the description and vendor repository rather than structured NVD product data.

RemediationAI

No vendor-released patch identified at time of analysis; monitor the upstream repository at https://gitee.com/dameng100/muucmf for a fixed release and apply it once published. As compensating controls, restrict or block external access to the /index/controller/Search.php search endpoint at the web server or WAF layer and add signatures for SQL metacharacters in the keyword parameter - note this may break legitimate site search. Enforce least-privilege on the MySQL account used by MuuCMF, specifically revoking FILE privilege and disabling secure_file_priv/INTO OUTFILE writes to prevent the injection from being escalated to file-write RCE (trade-off: none for most deployments, as web apps rarely need FILE). Ensure the web root and upload directories are not writable by the database or PHP process where feasible, and place the application behind authentication or IP allow-listing if it is not meant to be publicly exposed. Reference the technical write-up at https://thinhneee.github.io/posts/muucmf-sqli/ to validate mitigations.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

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-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

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

Share

CVE-2026-36962 vulnerability details – vuln.today

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