CVE-2025-14011
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-04

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in JIZHICMS up to 2.5.5. Impacted is the function commentlist of the file /index.php/admins/Comment/addcomment.html of the component Add Display Name Field. Performing a manipulation of the argument aid/tid results in sql injection. The attack can be initiated remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-04
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2025-12-10
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
jizhicms jizhicms to 2.5.5 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the 'aid' and 'tid' parameters in the /index.php/admins/Comment/addcomment.html page for SQL injection flaws. One method is to use SQL injection testing tools or manual injection attempts with typical SQL payloads in these parameters. Additionally, attackers can identify vulnerable targets using Google dorking with the query: inurl:index.php/admins/Comment/addcomment.html. Specific commands might include using curl or sqlmap to send crafted requests to these parameters to check for SQL injection responses. [1]


Can you explain this vulnerability to me?

This vulnerability is a SQL injection found in JIZHICMS up to version 2.5.5. It affects the commentlist function in the file /index.php/admins/Comment/addcomment.html, specifically in the Add Display Name Field component. By manipulating the aid or tid arguments, an attacker can perform SQL injection remotely. The exploit is publicly available, and the vendor did not respond to the disclosure.


How can this vulnerability impact me? :

The vulnerability allows remote attackers to perform SQL injection, which can lead to unauthorized access, modification, or deletion of data in the database. This can compromise the confidentiality, integrity, and availability of the affected system's data.


What immediate steps should I take to mitigate this vulnerability?

Since no patches or countermeasures have been provided by the vendor, immediate mitigation steps include restricting access to the vulnerable endpoint, implementing web application firewall (WAF) rules to block malicious SQL injection attempts targeting the 'aid' and 'tid' parameters, and considering replacing the affected JIZHICMS product with an alternative CMS. Monitoring for suspicious activity and applying input validation or parameter sanitization if possible are also recommended. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart