CVE-2026-5964
SQL Injection in EasyFlow .NET Allows Remote Database Manipulation
Publication date: 2026-04-20
Last updated on: 2026-04-20
Assigner: TWCERT/CC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| digiwin | easyflow | *-* |
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)?:
The SQL Injection vulnerability in EasyFlow .NET allows unauthenticated remote attackers to read, modify, and delete database contents. Such unauthorized access and manipulation of data can lead to breaches of sensitive information, which may result in non-compliance with data protection regulations like GDPR and HIPAA that require safeguarding personal and health information.
Specifically, this vulnerability could compromise the confidentiality, integrity, and availability of data, which are core principles in many compliance frameworks. Organizations using EasyFlow .NET may face increased risk of data breaches, potentially leading to legal and financial penalties under these regulations.
Can you explain this vulnerability to me?
This vulnerability is a SQL Injection flaw found in EasyFlow .NET developed by Digiwin. It allows unauthenticated remote attackers to inject arbitrary SQL commands into the system.
Through this injection, attackers can read, modify, and delete the contents of the database.
How can this vulnerability impact me? :
The impact of this vulnerability is severe because attackers can remotely and without authentication manipulate the database.
- Attackers can read sensitive data stored in the database.
- Attackers can modify existing data, potentially corrupting or altering important information.
- Attackers can delete data, leading to data loss and disruption of services.