Vulnerability Details : CVE-2023-37258
DataEase is an open source data visualization analysis tool. Prior to version 1.18.9, DataEase has a SQL injection vulnerability that can bypass blacklists. The vulnerability has been fixed in v1.18.9. There are no known workarounds.
Vulnerability category: Sql Injection
Products affected by CVE-2023-37258
- cpe:2.3:a:dataease:dataease:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-37258
0.13%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 49 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-37258
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST | |
8.8
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
2.8
|
5.9
|
GitHub, Inc. |
CWE ids for CVE-2023-37258
-
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.Assigned by: security-advisories@github.com (Primary)
References for CVE-2023-37258
-
https://github.com/dataease/dataease/blob/dev/backend/src/main/java/io/dataease/ext/ExtDataSourceMapper.java
dataease/backend/src/main/java/io/dataease/ext/ExtDataSourceMapper.java at dev · dataease/dataease · GitHubProduct
-
https://github.com/dataease/dataease/security/advisories/GHSA-r39x-fcc6-47g4
DataEase has a SQL injection vulnerability that can bypass blacklists · Advisory · dataease/dataease · GitHubExploit;Vendor Advisory
-
https://github.com/dataease/dataease/blob/dev/backend/src/main/java/io/dataease/controller/panel/AppLogController.java#L41
dataease/backend/src/main/java/io/dataease/controller/panel/AppLogController.java at dev · dataease/dataease · GitHubProduct
Jump to