CVE-2025-54379
BaseFortify
Publication date: 2025-07-24
Last updated on: 2025-10-10
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lfedge | ekuiper | 2.1.5 |
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?
This vulnerability is a critical SQL Injection flaw in the getLast API functionality of the LF Edge eKuiper project versions before 2.2.1. It allows unauthenticated remote attackers to execute arbitrary SQL statements on the underlying SQLite database by manipulating the table name input in an API request.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to data theft, corruption, deletion, and full compromise of the database.
What immediate steps should I take to mitigate this vulnerability?
Upgrade LF Edge eKuiper to version 2.2.1 or later, as this version contains the fix for the critical SQL Injection vulnerability in the getLast API functionality.