Lucene search

K
vulnrichmentApacheVULNRICHMENT:CVE-2023-52290
HistoryJul 16, 2024 - 7:37 a.m.

CVE-2023-52290 Apache StreamPark (incubating): Unchecked SQL query fields trigger SQL injection vulnerability

2024-07-1607:37:38
CWE-89
apache
github.com
6
apache streampark
sql injection
data leakage

AI Score

8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

total

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.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:apache:streampark:2.0.0:-:*:*:*:*:*:*"
    ],
    "vendor": "apache",
    "product": "streampark",
    "versions": [
      {
        "status": "affected",
        "version": "2.0.0",
        "lessThan": "2.1.4",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

AI Score

8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

total

Related for VULNRICHMENT:CVE-2023-52290