CVE-2025-22370
Awaiting Analysis Awaiting Analysis - Queue

BaseFortify

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

Publication date: 2025-03-11

Last updated on: 2025-03-11

Assigner: Dutch Institute for Vulnerability Disclosure

Description

Many fields for the web configuration interface of the firmware for Mennekes Smart / Premium Chargingpoints can be abused to execute arbitrary SQL commands because the values are insufficiently neutralized.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-03-11
Last Modified
2025-03-11
Generated
2026-07-26
AI Q&A
2025-03-11
EPSS Evaluated
2026-07-25
NVD

Affected Vendors & Products

Currently, no data is known.

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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2025-22370 is a SQL Injection vulnerability found in the web configuration interface of the firmware for Mennekes Smart / Premium Chargingpoints. This vulnerability arises because certain fields in the interface do not properly neutralize user input, allowing an attacker to execute arbitrary SQL commands.

Detection Guidance

To detect this SQL Injection vulnerability (CVE-2025-22370) on your network or system, you can use tools like SQLMap or Burp Suite to test for SQL injection points in the web configuration interface of the Mennekes Chargingpoint firmware. Additionally, you can use the following command to check for SQL injection vulnerabilities in a web application: `curl -X GET 'http://<target-url>?param=1' --data 'param=1 OR 1=1'`. This command attempts to exploit a common SQL injection pattern.

Impact Analysis

The impact of this vulnerability can include unauthorized access to the database, data leakage, data manipulation, or even complete control over the affected system. If exploited, it could lead to significant security breaches, affecting the integrity and confidentiality of sensitive information.

Compliance Impact

This vulnerability could lead to non-compliance with regulations such as GDPR and HIPAA, which mandate the protection of personal and sensitive data. If an attacker exploits this vulnerability to access or manipulate personal data, it could result in data breaches, leading to legal penalties and loss of trust.

Mitigation Strategies

To mitigate the SQL Injection vulnerability in Mennekes Chargingpoint firmware, you should immediately update the firmware to the latest version provided by the vendor, as updates often include security patches. Additionally, implement input validation and parameterized queries in your web application to prevent SQL injection attacks. Restrict access to the web configuration interface to trusted IP addresses only and monitor logs for any suspicious activity.

Chat Assistant

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

EPSS Chart