CVE-2025-70024
Received Received - Intake
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
An issue pertaining to CWE-89: Improper Neutralization of Special Elements used in an SQL Command was discovered in benkeen generatedata 4.0.14.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-11
Last Modified
2026-03-12
Generated
2026-06-16
AI Q&A
2026-03-11
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
benkeen generatedata 4.0.14
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
Compliance Impact

I don't know

Detection Guidance

I don't know

Executive Summary

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.

Impact Analysis

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.

Mitigation Strategies

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.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-70024. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart