{"id":52827,"date":"2025-06-17T05:20:36","date_gmt":"2025-06-17T05:20:36","guid":{"rendered":""},"modified":"2025-10-02T00:14:47","modified_gmt":"2025-10-02T06:14:47","slug":"cve-2024-57190-critical-incorrect-access-control-vulnerability-in-erxes","status":"publish","type":"post","link":"https:\/\/www.ameeba.com\/blog\/cve-2024-57190-critical-incorrect-access-control-vulnerability-in-erxes\/","title":{"rendered":"<strong>CVE-2024-57190: Critical Incorrect Access Control Vulnerability in Erxes<\/strong>"},"content":{"rendered":"<p><strong>Overview<\/strong><\/p>\n<p>This article discusses the CVE-2024-57190, a vulnerability discovered in versions of Erxes prior to 1.6.1. The vulnerability, classified as Incorrect Access Control, allows attackers to bypass authentication and potentially compromise the system or leak data. Given the <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-30220-high-severity-xml-external-entity-xxe-vulnerability-in-geoserver-geotools-and-geonetwork\/\"  data-wpil-monitor-id=\"60605\">severity of the vulnerability<\/a>, it poses a significant threat to organizations using affected versions of Erxes. It&#8217;s therefore crucial to understand the vulnerability, its impact, and how to mitigate it.<\/p>\n<p><strong>Vulnerability Summary<\/strong><\/p>\n<p>CVE ID: CVE-2024-57190<br \/>\nSeverity: Critical (CVSS score: 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-21467-system-compromise-via-memory-corruption-in-fw-response\/\"  data-wpil-monitor-id=\"59137\">System Compromise<\/a> and Data Leakage<\/p>\n<p><strong>Affected Products<\/strong><\/p><div id=\"ameeb-1662827417\" 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>Erxes | <1.6.1\n\n<strong>How the Exploit Works<\/strong><\/p>\n<p>The exploit takes advantage of an Incorrect <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-49136-critical-vulnerability-in-listmonk-allows-unauthorized-access-to-sensitive-environment-variables\/\"  data-wpil-monitor-id=\"60349\">Access Control vulnerability<\/a> in Erxes. Specifically, an attacker can <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-48906-authentication-bypass-vulnerability-in-dsoftbus-module\/\"  data-wpil-monitor-id=\"59145\">bypass the authentication<\/a> mechanism by supplying a &#8220;User&#8221; HTTP header that contains any user. This allows the attacker to converse with any GraphQL endpoint, potentially leading to <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2024-13967-unauthorized-access-to-configuration-web-page-in-eibport-v3-knx-and-gsm\/\"  data-wpil-monitor-id=\"59333\">unauthorized access<\/a> to sensitive information and system resources.<\/p>\n<p><strong>Conceptual Example Code<\/strong><\/p>\n<p>Here&#8217;s a conceptual example of how the vulnerability might be exploited. This <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-5671-critical-buffer-overflow-vulnerability-in-totolink-n302r-plus-http-post-request-handler\/\"  data-wpil-monitor-id=\"59520\">HTTP request<\/a> includes a &#8220;User&#8221; HTTP header that falsely represents the attacker as a valid user.<\/p><div id=\"ameeb-408680479\" 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<pre><code class=\"\" data-line=\"\">GET \/graphql-endpoint HTTP\/1.1\nHost: target.example.com\nUser: Attacker<\/code><\/pre>\n<p>In this example, the &#8220;User&#8221; header contains &#8220;Attacker&#8221;, which allows the attacker to <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-41646-critical-authentication-bypass-vulnerability-in-affected-software-packages\/\"  data-wpil-monitor-id=\"59278\">bypass the authentication<\/a> mechanism and access the GraphQL endpoint.<\/p>\n<p><strong>Mitigation<\/strong><\/p>\n<p>The best way to <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-58280-object-heap-address-exposure-vulnerability-in-ark-ets\/\"  data-wpil-monitor-id=\"87308\">address this vulnerability<\/a> is to apply the vendor-supplied patch. Users should upgrade to Erxes version 1.6.1 or later. If for some reason upgrading isn&#8217;t immediately possible, a temporary mitigation measure could involve using a Web Application Firewall (WAF) or Intrusion Detection System (IDS) to monitor and block any suspicious activities. However, this should be seen as a temporary solution, as it doesn&#8217;t address the <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-24258-root-privilege-escalation-vulnerability-in-multiple-macos-versions\/\"  data-wpil-monitor-id=\"59845\">root cause of the vulnerability<\/a>.<br \/>\nOrganizations are strongly advised to follow a proactive approach to their cybersecurity strategy. Regularly updating and patching software can help <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-49155-uncontrolled-search-path-vulnerability-in-trend-micro-apex-one-data-loss-prevention-module\/\"  data-wpil-monitor-id=\"62529\">prevent most common vulnerabilities<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview This article discusses the CVE-2024-57190, a vulnerability discovered in versions of Erxes prior to 1.6.1. The vulnerability, classified as Incorrect Access Control, allows attackers to bypass authentication and potentially compromise the system or leak data. Given the severity of the vulnerability, it poses a significant threat to organizations using affected versions of Erxes. It&#8217;s [&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":[75],"asset_type":[],"severity":[],"exploit_status":[],"class_list":["post-52827","post","type-post","status-publish","format-standard","hentry","category-uncategorized","attack_vector-authentication-bypass"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/52827","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=52827"}],"version-history":[{"count":10,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/52827\/revisions"}],"predecessor-version":[{"id":80139,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/52827\/revisions\/80139"}],"wp:attachment":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/media?parent=52827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/categories?post=52827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/tags?post=52827"},{"taxonomy":"vendor","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/vendor?post=52827"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/product?post=52827"},{"taxonomy":"attack_vector","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/attack_vector?post=52827"},{"taxonomy":"asset_type","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/asset_type?post=52827"},{"taxonomy":"severity","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/severity?post=52827"},{"taxonomy":"exploit_status","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/exploit_status?post=52827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}