CVE-2025-70024
SQL Injection in benkeen generatedata 4.0.14 Allows Data Manipulation
Publication date: 2026-03-11
Last updated on: 2026-03-12
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| benkeen | generatedata | 4.0.14 |
Helpful Resources
Exploitability
| 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 Powered Q&A
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
Can you explain this vulnerability to me?
CVE-2025-70024 is a vulnerability in benkeen generatedata version 4.0.14 related to CWE-89, which involves improper neutralization of special elements used in SQL commands, commonly known as SQL injection.
This flaw occurs because the software does not adequately sanitize or validate user input before including it in SQL queries, allowing attackers to manipulate these queries.
As a result, attackers can potentially gain unauthorized access to or modify the underlying database.
How can this vulnerability impact me? :
This vulnerability can allow attackers to manipulate SQL queries executed by the application, which may lead to unauthorized access to sensitive data or unauthorized modification of the database.
Such unauthorized access or changes can compromise the security and integrity of the data managed by generatedata 4.0.14.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability in generatedata 4.0.14 is due to improper neutralization of special elements in SQL commands, leading to SQL injection risks.
Immediate mitigation steps include:
- Avoid using the vulnerable version 4.0.14 of generatedata; upgrade to a version where this issue is fixed if available.
- Implement proper input validation and sanitization to ensure user-supplied data is safely handled before being used in SQL queries.
- Use parameterized queries or prepared statements to prevent SQL injection.
- Restrict database permissions to limit the impact of a potential SQL injection attack.