Description
SQL injection vulnerability in Crocus v.1.3.44 allows a remote attacker to escalate privileges via the RecordStateMapper.xml file
Published: 2026-07-21
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker can manipulate user‑controlled input that is passed to a SQL statement, enabling the execution of arbitrary SQL commands against the Crocus database. The flaw resides in the default configuration file RecordStateMapper.xml, where input is concatenated directly into an SQL query. Successful exploitation allows the attacker to gain elevated privileges, potentially compromising application data and escalating control over the system.

Affected Systems

Crocus v1.3.44 is affected by this vulnerability. The issue manifests in the configuration that the application uses to map record states to database operations. Administrators running this specific version without mitigation are exposed.

Risk and Exploitability

The CVSS score of 9.8 denotes critical severity. The EPSS score of less than 1% indicates that the probability of mass exploitation is presently low, and the vulnerability is not currently listed in the CISA KEV catalog. The attack vector is inferred to be remote and network‑based, requiring HTTP or another protocol that serves the RecordStateMapper.xml file. Attackers would need to craft a malicious payload that is accepted by the server and reaches the underlying SQL engine, typically by formulating a request that embeds injected code in a parameter processed by the XML handler.

Generated by OpenCVE AI on August 4, 2026 at 05:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Crocus update that resolves the RecordStateMapper.xml SQL injection flaw. If no patch is available, contact Crocus support for guidance.
  • Move or delete the RecordStateMapper.xml file from the web‑accessible directory, and restrict access via the web server (e.g., using .htaccess or firewall rules).
  • Ensure that all database interactions in Crocus use parameterized queries or stored procedures and that no user‑supplied input is concatenated into SQL statements.

Generated by OpenCVE AI on August 4, 2026 at 05:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Title Crocus RecordStateMapper.xml SQL Injection Enables Privilege Escalation

Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Streamax
Streamax streamax Crocus
Vendors & Products Streamax
Streamax streamax Crocus

Mon, 27 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Title Crocus RecordStateMapper.xml SQL Injection Enables Privilege Escalation

Wed, 22 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description SQL injection vulnerability in Crocus v.1.3.44 allows a remote attacker to escalate privileges via the RecordStateMapper.xml file
References

Subscriptions

Streamax Streamax Crocus
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-22T17:11:26.583Z

Reserved: 2026-06-08T00:00:00.000Z

Link: CVE-2026-52470

cve-icon Vulnrichment

Updated: 2026-07-22T17:10:43.027Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:00:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')