CVE-2025-6118
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-06-16

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in Das Parking Management System 停车场管理系统 6.2.0. It has been rated as critical. This issue affects some unknown processing of the file /vehicle/search of the component API. The manipulation of the argument vehicleTypeCode leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-16
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-06-16
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
das parking_management_system 6.2.0
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 Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-6118 is a critical SQL injection vulnerability in Das Parking Management System version 6.2.0. It affects the API endpoint /vehicle/search, where the vehicleTypeCode parameter is improperly handled. This allows an attacker to inject malicious SQL commands remotely without authentication, potentially accessing or manipulating sensitive data in the system. [1, 2]


How can this vulnerability impact me? :

This vulnerability can impact you by allowing unauthorized attackers to access, modify, or delete sensitive data within the Das Parking Management System. It compromises the confidentiality, integrity, and availability of the system, potentially leading to data breaches, service disruption, and unauthorized data manipulation. [1, 2]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the API endpoint `/vehicle/search` for SQL injection via the `vehicleTypeCode` parameter. You can use tools like curl or sqlmap to send crafted requests to this endpoint and observe if SQL injection is possible. For example, using curl: `curl -G 'http://<target>/vehicle/search' --data-urlencode 'vehicleTypeCode=1'` and then try injecting SQL payloads such as `' OR '1'='1` to see if the response indicates SQL injection. Alternatively, sqlmap can be used to automate detection: `sqlmap -u 'http://<target>/vehicle/search?vehicleTypeCode=1' --batch`. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

No known countermeasures or mitigations have been documented for this vulnerability. It is suggested to consider replacing the affected product. As immediate steps, restrict access to the vulnerable API endpoint if possible, monitor for suspicious activity, and apply any available updates or patches from the vendor once released. [2]


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