CVE-2025-62228
BaseFortify
Publication date: 2025-10-09
Last updated on: 2025-12-03
Assigner: Apache Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | flink_cdc | 3.4.0 |
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
Can you explain this vulnerability to me?
Apache Flink CDC version 3.4.0 has a SQL injection vulnerability caused by maliciously crafted identifiers such as database names or table names. This means an attacker who is a logged-in database user can exploit these crafted identifiers to perform unauthorized SQL commands.
How can this vulnerability impact me? :
This vulnerability can allow an attacker with database access to execute unauthorized SQL commands, potentially leading to data manipulation, data leakage, or disruption of database operations.
What immediate steps should I take to mitigate this vulnerability?
Update Apache Flink CDC to version 3.5.0, which addresses this SQL injection vulnerability. Since the attack requires a logged-in database user, ensure that database user privileges are properly managed and monitor for suspicious activity until the update is applied.