CVE-2025-14190
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-07

Last updated on: 2026-04-29

Assigner: VulDB

Description
A flaw has been found in Chanjet TPlus up to 20251121. Affected by this vulnerability is an unknown functionality of the file /tplus/ajaxpro/Ufida.T.SM.UIP.MultiCompanySettingController,Ufida.T.SM.UIP.ashx?method=Load. This manipulation of the argument currentAccId causes sql injection. It is possible to initiate the attack remotely. The exploit has been published and may 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-07
Last Modified
2026-04-29
Generated
2026-06-16
AI Q&A
2025-12-07
EPSS Evaluated
2026-06-14
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
chanjet chanjet_tplus *
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 Chanjet TPlus up to version 20251121. It occurs due to improper handling of the argument 'currentAccId' in a specific file and method, allowing an attacker to manipulate the SQL query. The attack can be initiated remotely, and an exploit has been published.

Impact Analysis

The vulnerability can allow an attacker to execute arbitrary SQL commands on the affected system remotely. This can lead to unauthorized access, data leakage, data modification, or disruption of service.

Detection Guidance

This vulnerability can be detected by sending crafted POST requests to the endpoint `/tplus/ajaxpro/Ufida.T.SM.UIP.MultiCompanySettingController,Ufida.T.SM.UIP.ashx?method=Load` with a malicious payload in the `currentAccId` parameter to test for SQL injection. For example, using curl, you can send a POST request with a JSON payload like `{ "currentAccId": "2' and 1=@@version--+" }` to check if the database version is returned or if an error indicative of SQL injection occurs. Monitoring network traffic for such suspicious POST requests targeting this endpoint can also help detect exploitation attempts. [3]

Mitigation Strategies

Immediate mitigation steps include applying restrictive firewall rules to block incoming requests to the vulnerable endpoint `/tplus/ajaxpro/Ufida.T.SM.UIP.MultiCompanySettingController,Ufida.T.SM.UIP.ashx?method=Load` especially those containing the `currentAccId` parameter. Since the vendor has not provided a patch, blocking or filtering malicious traffic at the network perimeter is critical. Additionally, monitoring logs for suspicious activity and restricting access to the affected service can reduce risk until a proper fix is available. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-14190. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart