<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Adam Retail Automation Ltd. - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/adam-retail-automation-ltd./</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 10 Jul 2026 18:17:25 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/adam-retail-automation-ltd./feed.xml" rel="self" type="application/rss+xml"/><item><title>Critical SQL Injection Vulnerability in Adam Retail Automation MobilMen 20T</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-2397-mobilmen-sqli/</link><pubDate>Fri, 10 Jul 2026 18:17:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-2397-mobilmen-sqli/</guid><description>A critical SQL injection vulnerability, tracked as CVE-2026-2397 with a CVSS v3.1 score of 9.8, affects Adam Retail Automation Ltd.'s MobilMen 20T software, allowing remote attackers to execute arbitrary SQL commands due to improper neutralization of special elements in input, potentially leading to unauthorized data access or system compromise.</description><content:encoded><![CDATA[<p>A severe SQL injection vulnerability, identified as CVE-2026-2397, has been discovered in Adam Retail Automation Ltd.'s MobilMen 20T software, affecting all versions from v3 up to and including 10072026. This flaw, rated with a critical CVSS v3.1 Base Score of 9.8, allows an unauthenticated attacker to inject and execute arbitrary SQL commands. The vulnerability stems from improper neutralization of special elements used in SQL commands, which could lead to unauthorized access, modification, or deletion of sensitive database information. Successful exploitation could grant an attacker full control over the database and potentially the underlying system, enabling data exfiltration, system manipulation, or further network intrusion. The vendor has been notified but has not responded to the disclosure at the time of publication.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a vulnerable input field or parameter in the MobilMen 20T application that processes user-supplied data to construct SQL queries.</li>
<li>The attacker crafts malicious input containing SQL metacharacters and commands (e.g., single quotes, semicolons, <code>UNION SELECT</code>).</li>
<li>The attacker sends this crafted input to the vulnerable application endpoint.</li>
<li>The MobilMen 20T application fails to properly sanitize or escape the special characters within the input before incorporating it into an SQL query.</li>
<li>The malicious SQL code becomes part of the legitimate database query executed by the application.</li>
<li>The database server processes the attacker's injected SQL commands, potentially revealing sensitive data, modifying records, or executing arbitrary commands on the database server.</li>
<li>The attacker gains unauthorized access to or control over the application's database, achieving objectives such as data exfiltration or privilege escalation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-2397 could lead to complete compromise of the database underpinning the MobilMen 20T application. Attackers could gain unauthorized access to all data stored in the database, including customer information, financial records, and operational data. This could result in severe data breaches, regulatory fines, reputational damage, and significant operational disruption for affected organizations. The critical CVSS score of 9.8 indicates that the vulnerability is easily exploitable and has a high impact on confidentiality, integrity, and availability. Given the nature of retail automation software, compromise could directly affect business operations and transactional integrity.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Prioritize patching Adam Retail Automation Ltd. MobilMen 20T to a version where CVE-2026-2397 is mitigated as soon as an update becomes available.</li>
<li>Implement robust input validation and parameterized queries in all applications, especially those processing user input for database interactions, to prevent SQL injection vulnerabilities like CVE-2026-2397.</li>
<li>Deploy web application firewalls (WAFs) to detect and block common SQL injection patterns in HTTP requests; ensure WAF rules are updated to cover CVE-2026-2397 related attack vectors.</li>
<li>Enable comprehensive logging for web server access and database activity, and monitor for unusual query patterns, errors, or large data transfers that could indicate exploitation of CVE-2026-2397.</li>
<li>Regularly perform security audits and penetration tests on applications, focusing on input validation and database interaction logic, to identify and remediate vulnerabilities similar to CVE-2026-2397.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>sql-injection</category><category>vulnerability</category><category>cve</category><category>data-exfiltration</category></item><item><title>CVE-2026-2398: Authorization Bypass Leads to Privilege Escalation in Adam Retail Automation MobilMen 20T</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-2398-mobilmen-auth-bypass/</link><pubDate>Fri, 10 Jul 2026 17:19:48 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-2398-mobilmen-auth-bypass/</guid><description>An authorization bypass vulnerability, identified as CVE-2026-2398, exists in Adam Retail Automation Ltd.'s MobilMen 20T software, affecting versions from v3 through 10072026, allowing an attacker to achieve privilege escalation by manipulating user-controlled keys.</description><content:encoded><![CDATA[<p>CVE-2026-2398 describes a critical authorization bypass vulnerability within Adam Retail Automation Ltd.'s MobilMen 20T software, impacting versions v3 through 10072026. This flaw enables attackers to achieve privilege escalation by exploiting user-controlled keys within the application's authorization mechanisms. Successful exploitation could grant an unauthorized actor elevated access to sensitive functions or data within MobilMen 20T, compromising the integrity and confidentiality of retail automation processes. The vendor, Adam Retail Automation Ltd., was contacted regarding this disclosure but has not provided a response, increasing the urgency for users to be aware of and mitigate this risk. Given the high CVSS v3.1 base score of 8.8, this vulnerability poses a significant threat to affected organizations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies a mechanism within Adam Retail Automation Ltd. MobilMen 20T where authorization decisions are based on a user-controlled key.</li>
<li>The attacker analyzes the application's processing of this key, identifying how it validates or interprets key values.</li>
<li>The attacker crafts a malicious or specially formatted key value designed to subvert the application's authorization logic.</li>
<li>The crafted key is submitted to MobilMen 20T through an accessible input vector, such as an API endpoint, a web form, or a configuration file.</li>
<li>The vulnerable MobilMen 20T application processes the malicious key, failing to properly validate it, thereby bypassing its intended authorization checks.</li>
<li>As a result, the attacker gains unauthorized access to functions or data that should be restricted, effectively achieving privilege escalation within the MobilMen 20T environment.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-2398 allows an attacker to bypass authorization controls, leading directly to privilege escalation within Adam Retail Automation Ltd.'s MobilMen 20T application. This could enable an unauthorized individual to access, modify, or delete sensitive retail data, disrupt operational workflows, or gain control over critical system functions. The lack of a vendor response further exacerbates the risk, leaving affected organizations potentially exposed to significant data breaches, operational downtime, and reputational damage. The broad version range (v3 through 10072026) suggests a substantial number of installations could be at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li><strong>CVE-2026-2398</strong>: Immediately monitor for an official patch or mitigation guidance from Adam Retail Automation Ltd. for MobilMen 20T.</li>
<li><strong>Log sources</strong>: Implement robust logging for all authentication and authorization events within MobilMen 20T to detect unusual access patterns or privilege changes.</li>
<li><strong>Affected Products</strong>: If possible, isolate or restrict network access to all installations of Adam Retail Automation Ltd. MobilMen 20T versions v3 through 10072026 until a patch is available.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>authorization-bypass</category><category>privilege-escalation</category><category>vulnerability</category><category>CVE</category></item></channel></rss>