Vulnerability Description
DataEase is an open source data visualization analysis tool. In Dataease, the PostgreSQL data source in the data source function can customize the JDBC connection parameters and the PG server target to be connected. In backend/src/main/java/io/dataease/provider/datasource/JdbcProvider.java, PgConfiguration class don't filter any parameters, directly concat user input. So, if the attacker adds some parameters in JDBC url, and connect to evil PG server, the attacker can trigger the PG jdbc deserialization vulnerability, and eventually the attacker can execute through the deserialization vulnerability system commands and obtain server privileges. The vulnerability has been fixed in v1.18.25.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Dataease | Dataease | < 1.18.25 |
Related Weaknesses (CWE)
References
- https://github.com/dataease/dataease/commit/86eafc4d77f0bbc0eaa7fc58e5076a085257Patch
- https://github.com/dataease/dataease/security/advisories/GHSA-jgg7-w629-wcpcVendor Advisory
FAQ
What is CVE-2024-47074?
CVE-2024-47074 is a vulnerability with a CVSS score of 9.8 (CRITICAL). DataEase is an open source data visualization analysis tool. In Dataease, the PostgreSQL data source in the data source function can customize the JDBC connection parameters and the PG server target t...
How severe is CVE-2024-47074?
CVE-2024-47074 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-2024-47074?
Check the references section above for vendor advisories and patch information. Affected products include: Dataease Dataease.