CVE-2023-37941 – Apache Superset: Metadata db write access can lead to remote code execution
https://notcve.org/view.php?id=CVE-2023-37941
If an attacker gains write access to the Apache Superset metadata database, they could persist a specifically crafted Python object that may lead to remote code execution on Superset's web backend. The Superset metadata db is an 'internal' component that is typically only accessible directly by the system administrator and the superset process itself. Gaining access to that database should be difficult and require significant privileges. This vulnerability impacts Apache Superset versions 1.5.0 up to and including 2.1.0. Users are recommended to upgrade to version 2.1.1 or later. Si un atacante obtiene acceso de escritura a la base de datos de metadatos de Apache Superset, podría conservar un objeto Python específicamente manipulado que puede conducir a la ejecución remota de código en el backend web de Superset. La base de datos de metadatos del Superset es un componente "interno" al que normalmente solo pueden acceder directamente el administrador del sistema y el propio proceso del Superset. • https://github.com/Barroqueiro/CVE-2023-37941 http://packetstormsecurity.com/files/175094/Apache-Superset-2.0.0-Remote-Code-Execution.html https://lists.apache.org/thread/6qk1zscc06yogxxfgz2bh2bvz6vh9g7h https://github.com/Paradoxis/Flask-Unsign https://vulcan.io/blog/cve-2023-27524-in-apache-superset-what-you-need-to-know https://www.horizon3.ai/cve-2023-27524-insecure-default-configuration-in-apache-superset-leads-to-remote-code-execution https://www.horizon3.ai/apache-superset-part-ii-rce-credential-harve • CWE-502: Deserialization of Untrusted Data •
CVE-2023-39265 – Apache Superset: Possible Unauthorized Registration of SQLite Database Connections
https://notcve.org/view.php?id=CVE-2023-39265
Apache Superset would allow for SQLite database connections to be incorrectly registered when an attacker uses alternative driver names like sqlite+pysqlite or by using database imports. This could allow for unexpected file creation on Superset webservers. Additionally, if Apache Superset is using a SQLite database for its metadata (not advised for production use) it could result in more severe vulnerabilities related to confidentiality and integrity. This vulnerability exists in Apache Superset versions up to and including 2.1.0. Apache Superset permitiría que las conexiones de bases de datos SQLite se registraran incorrectamente cuando un atacante utiliza nombres de controladores alternativos como sqlite+pysqlite o utiliza importaciones de bases de datos. • http://packetstormsecurity.com/files/175094/Apache-Superset-2.0.0-Remote-Code-Execution.html https://lists.apache.org/thread/pwdzsdmv4g5g1n2h9m7ortfnxmhr7nfy https://github.com/Paradoxis/Flask-Unsign https://vulcan.io/blog/cve-2023-27524-in-apache-superset-what-you-need-to-know https://www.horizon3.ai/cve-2023-27524-insecure-default-configuration-in-apache-superset-leads-to-remote-code-execution https://www.horizon3.ai/apache-superset-part-ii-rce-credential-harvesting-and-more https://github.com/horizon3ai/C • CWE-20: Improper Input Validation •
CVE-2023-39264 – Apache Superset: Stack traces enabled by default
https://notcve.org/view.php?id=CVE-2023-39264
By default, stack traces for errors were enabled, which resulted in the exposure of internal traces on REST API endpoints to users. This vulnerability exists in Apache Superset versions up to and including 2.1.0. De forma predeterminada, se habilitaron los traces de memoria para errores, lo que resultó en la exposición de los seguimientos internos en los endpoints de la API REST para los usuarios. Esta vulnerabilidad existe en las versiones de Apache Superset hasta la versión 2.1.0 incluida. • https://lists.apache.org/thread/y65t1of7hb445n86o1vdzjct7rfwlx75 • CWE-209: Generation of Error Message Containing Sensitive Information •
CVE-2023-27523 – Apache Superset: Improper data permission validation on Jinja templated queries
https://notcve.org/view.php?id=CVE-2023-27523
Improper data authorization check on Jinja templated queries in Apache Superset up to and including 2.1.0 allows for an authenticated user to issue queries on database tables they may not have access to. La verificación incorrecta de la autorización de datos en las consultas con la plantilla de Jinja en Apache Superset hasta la versión 2.1.0 incluida permite que un usuario autenticado emita consultas en tablas de bases de datos a las que quizás no tenga acceso. • https://lists.apache.org/thread/3y97nmwm956b6zg3l8dh9oj0w7dj945h • CWE-863: Incorrect Authorization •
CVE-2023-36388 – Apache Superset: Improper API permission for low privilege users allows for SSRF
https://notcve.org/view.php?id=CVE-2023-36388
Improper REST API permission in Apache Superset up to and including 2.1.0 allows for an authenticated Gamma users to test network connections, possible SSRF. El permiso incorrecto de la API REST en Apache Superset hasta la versión 2.1.0 incluida permite que los usuarios de Gamma autenticados prueben las conexiones de red, dando lugar a un posible Server-Side Request Forgery (SSRF). • https://lists.apache.org/thread/ccmjjz4jp17yc2kcd18qshmdtf7qorfs • CWE-918: Server-Side Request Forgery (SSRF) •