CVE-2026-91848
Received Received - Intake

SQL Injection in WuzhiCMS

Vulnerability report for CVE-2026-91848, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-15

Last updated on: 2026-09-15

Assigner: VulDB

Description

A vulnerability was identified in WuzhiCMS up to 4.1.0. Affected by this issue is the function article::getDataOfJson of the file /index.php?m=content&f=article&v=getDataOfJson. The manipulation of the argument title/master_table leads to sql injection. Remote exploitation of the attack is possible. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-15
Last Modified
2026-09-15
Generated
2026-09-15
AI Q&A
2026-09-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wuzhicms wuzhicms *
wuzhicms wuzhicms to 4.1.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in WuzhiCMS versions up to 4.1.0. It exists in the article::getDataOfJson function within the file accessed via /index.php?m=content&f=article&v=getDataOfJson. Attackers can manipulate the title or master_table arguments to inject malicious SQL code, potentially accessing or altering database contents.

Detection Guidance

Check WuzhiCMS versions up to 4.1.0 for the vulnerable file /index.php?m=content&f=article&v=getDataOfJson. Look for unusual SQL queries or errors in logs related to the title or master_table parameters.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands on the database. This could lead to unauthorized data access, modification, or deletion. Sensitive information like user credentials or application data may be exposed. The exploit is publicly available, increasing the risk of attacks.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing sensitive personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A breach could result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Update WuzhiCMS to the latest version if available. If not, restrict access to the vulnerable endpoint via firewall rules. Monitor database queries for suspicious activity and disable public access to the affected function.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-91848. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart