CVE-2023-52290: Apache StreamPark (incubating): Unchecked SQL query fields trigger SQL injection vulnerability
In streampark-console the list pages(e.g: application pages), users can sort page by field. This sort field is sent from the front-end to the back-end, and the SQL query is generated using this field. However, because this sort field isn't validated, there is a risk of SQL injection vulnerability. The attacker must successfully log into the system to launch an attack, which may cause data leakage. Since no data will be written, so this is a low-impact vulnerability.
Mitigation:
all users should upgrade to 2.1.4, Such parameters will be blocked.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2023-52290?
CVE-2023-52290 has been assessed with a high severity level due to the potential for SQL injection.
How do I fix CVE-2023-52290?
To fix CVE-2023-52290, ensure that proper input validation and sanitization are implemented for the sort fields in SQL queries.
What are the potential impacts of CVE-2023-52290?
The potential impacts of CVE-2023-52290 include unauthorized access to the database and manipulation of data through SQL injection attacks.
What versions of Apache StreamPark are affected by CVE-2023-52290?
CVE-2023-52290 affects Apache StreamPark up to but not including version 2.1.4.
Is there a patch available for CVE-2023-52290?
As of now, a specific patch for CVE-2023-52290 has not been released, so users should implement security best practices until a fix is provided.