
Public advisory for CVE-2025-50341 in Axelor
CVE ID: CVE-2025-50341
Reporter: Milad Seddigh
Product: Axelor
Affected Versions: v5.2.4
Impact: Sql Injection → exfiltrating database content.
A Boolean-based SQL injection vulnerability was discovered in the “_domain” parameter of the Axelor. An attacker can manipulate the SQL query logic and determine true/false conditions, potentially leading to data exposure or further exploitation.
1- Login to your account. 2- Intercept the requests that include the “_domain” parameter in the body. 3- Insert a Boolean payload (or 1=1) in the “domain” parameter. 4- Insert a Boolean payload (or 1=2) in the “domain” parameter. 5- Observe the difference in server response for when 1=1 and 1=2. 6- Dump all database contents.