{"id":63700,"date":"2025-08-09T19:36:01","date_gmt":"2025-08-09T19:36:01","guid":{"rendered":""},"modified":"2025-08-30T20:33:28","modified_gmt":"2025-08-31T02:33:28","slug":"cve-2025-50341-sql-injection-vulnerability-in-axelor-5-2-4","status":"publish","type":"post","link":"https:\/\/www.ameeba.com\/blog\/cve-2025-50341-sql-injection-vulnerability-in-axelor-5-2-4\/","title":{"rendered":"<strong>CVE-2025-50341: SQL Injection Vulnerability in Axelor 5.2.4<\/strong>"},"content":{"rendered":"<p><strong>Overview<\/strong><\/p>\n<p>The CVE-2025-50341 is a high-risk, Boolean-based SQL injection vulnerability discovered in Axelor 5.2.4, an open-source business suite. This vulnerability can be exploited via the _domain parameter, allowing potential attackers to manipulate the SQL query logic and determine true\/false conditions. The exploitation of this <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-7571-critical-vulnerability-in-utt-hiper-840g-leading-to-buffer-overflow\/\"  data-wpil-monitor-id=\"71538\">vulnerability could lead<\/a> to significant data exposure or further system exploitation. Given the potentially severe impact, understanding this threat and applying appropriate mitigation measures are crucial for all users of Axelor 5.2.4.<\/p>\n<p><strong>Vulnerability Summary<\/strong><\/p>\n<p>CVE ID: CVE-2025-50341<br \/>\nSeverity: Critical (9.8)<br \/>\nAttack Vector: Network<br \/>\nPrivileges Required: None<br \/>\nUser Interaction: None<br \/>\nImpact: <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-21432-memory-corruption-vulnerability-resulting-in-potential-system-compromise-or-data-leakage\/\"  data-wpil-monitor-id=\"75806\">System compromise and data<\/a> leakage<\/p>\n<p><strong>Affected Products<\/strong><\/p><div id=\"ameeb-12154430\" 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>Axelor | 5.2.4<\/p>\n<p><strong>How the Exploit Works<\/strong><\/p>\n<p>The CVE-2025-50341 vulnerability takes advantage of a flaw in the way the _domain parameter in <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-43193-critical-memory-handling-vulnerability-in-macos\/\"  data-wpil-monitor-id=\"71716\">Axelor<\/a> 5.2.4 handles SQL queries. By manipulating the logic of these queries, an attacker can introduce additional conditions into the SQL statements. This leads to a Boolean-based <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-7918-sql-injection-vulnerability-in-winmatrix3-web-package\/\"  data-wpil-monitor-id=\"71548\">SQL injection vulnerability<\/a>, where the attacker can extract data by asking true or false questions and observing the application&#8217;s responses. If successfully exploited, this <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-6505-unauthorized-access-and-impersonation-vulnerability-in-progress-software-s-hybrid-data-pipeline-server\/\"  data-wpil-monitor-id=\"71394\">vulnerability can lead to unauthorized access to sensitive data<\/a> or further system compromise.<\/p>\n<p><strong>Conceptual Example Code<\/strong><\/p><div id=\"ameeb-1144628105\" 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>Here&#8217;s a conceptual example of how the vulnerability might be exploited. This example is a sample HTTP request:<\/p>\n<pre><code class=\"\" data-line=\"\">POST \/axelor-crm HTTP\/1.1\nHost: target.example.com\nContent-Type: application\/json\n{ &quot;_domain&quot;: &quot;1&#039; OR &#039;1&#039;=&#039;1&#039;; --&quot; }<\/code><\/pre>\n<p>In this example, `1&#8242; OR &#8216;1&#8217;=&#8217;1&#8242;; &#8211;` is injected into the _domain parameter. This input manipulates the SQL query logic to always return true, potentially exposing sensitive <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-53495-unauthorized-access-data-leakage-in-wikimedia-foundation-mediawiki-abusefilter-extension\/\"  data-wpil-monitor-id=\"72550\">data or providing unauthorized access<\/a> to the system.<\/p>\n<p><strong>Mitigation<\/strong><\/p>\n<p>Users of <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-44955-critical-vulnerability-in-ruckus-network-director-allows-jail-users-to-gain-root-access\/\"  data-wpil-monitor-id=\"76071\">Axelor<\/a> 5.2.4 are strongly advised to apply the vendor&#8217;s patch to rectify this vulnerability. In situations where immediate patching is not possible, using Web Application Firewalls (WAF) or Intrusion Detection Systems (IDS) can serve as temporary mitigation. However, these do not provide a permanent solution and may not fully protect against all <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-40741-stack-based-overflow-vulnerability-in-solid-edge-se2025-leading-to-potential-system-compromise\/\"  data-wpil-monitor-id=\"75805\">potential exploits of this vulnerability<\/a>. It is crucial to apply the vendor patch as soon as feasibly possible to ensure maximum security.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview The CVE-2025-50341 is a high-risk, Boolean-based SQL injection vulnerability discovered in Axelor 5.2.4, an open-source business suite. This vulnerability can be exploited via the _domain parameter, allowing potential attackers to manipulate the SQL query logic and determine true\/false conditions. The exploitation of this vulnerability could lead to significant data exposure or further system exploitation. [&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":[74],"asset_type":[],"severity":[],"exploit_status":[],"class_list":["post-63700","post","type-post","status-publish","format-standard","hentry","category-uncategorized","attack_vector-sql-injection"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/63700","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=63700"}],"version-history":[{"count":7,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/63700\/revisions"}],"predecessor-version":[{"id":68540,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/63700\/revisions\/68540"}],"wp:attachment":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/media?parent=63700"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/categories?post=63700"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/tags?post=63700"},{"taxonomy":"vendor","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/vendor?post=63700"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/product?post=63700"},{"taxonomy":"attack_vector","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/attack_vector?post=63700"},{"taxonomy":"asset_type","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/asset_type?post=63700"},{"taxonomy":"severity","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/severity?post=63700"},{"taxonomy":"exploit_status","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/exploit_status?post=63700"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}