CVE-2025-70025
Cross-Site Scripting in GenerateData 4.0.14 Allows Injection
Publication date: 2026-03-10
Last updated on: 2026-03-10
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-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-70025 is a vulnerability found in benkeen generatedata version 4.0.14. It is related to CWE-79, which involves Improper Neutralization of Input During Web Page Generation.
This flaw allows attackers to inject malicious scripts into web pages generated by the application, leading to cross-site scripting (XSS) attacks.
How can this vulnerability impact me? :
The vulnerability can enable attackers to execute unauthorized scripts in the context of the affected web pages.
This can lead to unauthorized access to user data and potentially compromise the security of users interacting with those web pages.
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
What immediate steps should I take to mitigate this vulnerability?
The vulnerability CVE-2025-70025 is a cross-site scripting (XSS) issue caused by improper neutralization of input during web page generation in benkeen generatedata version 4.0.14.
To mitigate this vulnerability, you should update benkeen generatedata to a version where this issue is fixed or apply patches if available.
Additionally, ensure proper input validation and output encoding in your web application to prevent malicious script injection.