Vulnerability Description
Dataease is an open source data visualization analysis tool. Dataease prior to 1.15.2 has a deserialization vulnerability. In Dataease, the Mysql data source in the data source function can customize the JDBC connection parameters and the Mysql server target to be connected. In `backend/src/main/java/io/dataease/provider/datasource/JdbcProvider.java`, the `MysqlConfiguration` class does not filter any parameters. If an attacker adds some parameters to a JDBC url and connects to a malicious mysql server, the attacker can trigger the mysql jdbc deserialization vulnerability. Through the deserialization vulnerability, the attacker can execute system commands and obtain server privileges. Version 1.15.2 contains a patch for this issue.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Dataease | Dataease | < 1.15.2 |
Related Weaknesses (CWE)
References
- https://github.com/dataease/dataease/commit/956ee2d6c9e81349a60aef435efc046888e1PatchThird Party Advisory
- https://github.com/dataease/dataease/pull/3328PatchThird Party Advisory
- https://github.com/dataease/dataease/releases/tag/v1.15.2Release NotesThird Party Advisory
- https://github.com/dataease/dataease/security/advisories/GHSA-q4qq-jhjv-7rh2ExploitThird Party Advisory
- https://github.com/dataease/dataease/commit/956ee2d6c9e81349a60aef435efc046888e1PatchThird Party Advisory
- https://github.com/dataease/dataease/pull/3328PatchThird Party Advisory
- https://github.com/dataease/dataease/releases/tag/v1.15.2Release NotesThird Party Advisory
- https://github.com/dataease/dataease/security/advisories/GHSA-q4qq-jhjv-7rh2ExploitThird Party Advisory
FAQ
What is CVE-2022-39312?
CVE-2022-39312 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Dataease is an open source data visualization analysis tool. Dataease prior to 1.15.2 has a deserialization vulnerability. In Dataease, the Mysql data source in the data source function can customize ...
How severe is CVE-2022-39312?
CVE-2022-39312 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2022-39312?
Check the references section above for vendor advisories and patch information. Affected products include: Dataease Dataease.