CVE-2023-40183 – DataEase has a vulnerability to obtain user cookies
https://notcve.org/view.php?id=CVE-2023-40183
DataEase is an open source data visualization and analysis tool. Prior to version 1.18.11, DataEase has a vulnerability that allows an attacker to to obtain user cookies. The program only uses the `ImageIO.read()` method to determine whether the file is an image file or not. There is no whitelisting restriction on file suffixes. This allows the attacker to synthesize the attack code into an image for uploading and change the file extension to html. • https://github.com/dataease/dataease/commit/826513053146721a2b3e09a9c9d3ea41f8f10569 https://github.com/dataease/dataease/releases/tag/v1.18.11 https://github.com/dataease/dataease/security/advisories/GHSA-w2r4-2r4w-fjxv • CWE-434: Unrestricted Upload of File with Dangerous Type •
CVE-2023-40771
https://notcve.org/view.php?id=CVE-2023-40771
SQL injection vulnerability in DataEase v.1.18.9 allows a remote attacker to obtain sensitive information via a crafted string outside of the blacklist function. Una vulnerabilidad de inyección SQL en DataEase v1.18.9 permite a un atacante remoto obtener información confidencial a través de una cadena manipulada fuera de la función "blacklist". • https://github.com/dataease/dataease/issues/5861 • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •
CVE-2023-37258 – DataEase has a SQL injection vulnerability that can bypass blacklists
https://notcve.org/view.php?id=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. DataEase es una herramienta de análisis de visualización de datos de código abierto. • https://github.com/dataease/dataease/blob/dev/backend/src/main/java/io/dataease/controller/panel/AppLogController.java#L41 https://github.com/dataease/dataease/blob/dev/backend/src/main/java/io/dataease/ext/ExtDataSourceMapper.java https://github.com/dataease/dataease/security/advisories/GHSA-r39x-fcc6-47g4 • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •
CVE-2023-37257 – The DataEase panel and dataset have a stored XSS vulnerability
https://notcve.org/view.php?id=CVE-2023-37257
DataEase is an open source data visualization analysis tool. Prior to version 1.18.9, the DataEase panel and dataset have a stored cross-site scripting vulnerability. The vulnerability has been fixed in v1.18.9. There are no known workarounds. DataEase es una herramienta de análisis de visualización de datos de código abierto. • https://github.com/dataease/dataease/releases/tag/v1.18.9 https://github.com/dataease/dataease/security/advisories/GHSA-7cm3-9pp6-q2fq • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2023-35164 – Unauthorized users can manipulate a dashboard created by an administrator in DataEase
https://notcve.org/view.php?id=CVE-2023-35164
DataEase is an open source data visualization analysis tool to analyze data and gain insight into business trends. In affected versions a missing authorization check allows unauthorized users to manipulate a dashboard created by the administrator. This vulnerability has been fixed in version 1.18.8. Users are advised to upgrade. There are no known workarounds for this vulnerability. • https://github.com/dataease/dataease/security/advisories/GHSA-grxm-fc3h-3qgj • CWE-862: Missing Authorization •