CVE-2026-32140: Dataease: Redshift JDBC RCE Bypass
Dataease is an open source data visualization analysis tool. Prior to 2.10.20, By controlling the IniFile parameter, an attacker can force the JDBC driver to load an attacker-controlled configuration file. This configuration file can inject dangerous JDBC properties, leading to remote code execution. The Redshift JDBC driver execution flow reaches a method named getJdbcIniFile. The getJdbcIniFile method implements an aggressive automatic configuration file discovery mechanism. If not explicitly restricted, it searches for a file named rsjdbc.ini. In a JDBC URL context, users can explicitly specify the configuration file via URL parameters, which allows arbitrary files on the server to be loaded as JDBC configuration files. Within the Redshift JDBC driver properties, the parameter IniFile is explicitly supported and used to load an external configuration file. This vulnerability is fixed in 2.10.20.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-32140?
The severity of CVE-2026-32140 is classified as critical due to potential remote code execution risks.
How do I fix CVE-2026-32140?
To fix CVE-2026-32140, you should upgrade to Dataease version 2.10.20 or later.
What software is affected by CVE-2026-32140?
CVE-2026-32140 affects Dataease versions prior to 2.10.20.
Can CVE-2026-32140 be exploited remotely?
Yes, CVE-2026-32140 can be exploited remotely if an attacker can control the IniFile parameter.
What type of attack is associated with CVE-2026-32140?
CVE-2026-32140 is associated with remote code execution attacks via an attacker-controlled configuration file.