Description
Open Mercato does not validate regex rules. An attacker with privileges to create the regex rule can add an unsafe regex to a field. When someone provide the proper string it can result in a DoS attack.


This issue was fixed in version 0.6.4.
Published: 2026-07-22
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Open Mercato does not validate the syntax of user‑defined regular expressions. An attacker who can create such a rule can insert an unsafe pattern that triggers catastrophic backtracking. When an input string matching the pattern is processed, the system may freeze or consume excessive CPU, resulting in a denial‑of‑service condition for the application and its users.

Affected Systems

Vendors: Open Mercato. Product: Open Mercato. Versions before 0.6.4 are vulnerable. The issue was fixed in 0.6.4, so any release lower than that should be considered affected.

Risk and Exploitability

CVSS score of 6.9 indicates moderate severity. EPSS score of < 1% indicates a very low exploitation probability, but the lack of regex validation makes exploitation straightforward for an account with rule‑creation rights. The vulnerability is not listed in CISA’s KEV catalog. An attacker can trigger a DoS by submitting the crafted input, which may impact availability for all users of the affected instance.

Generated by OpenCVE AI on August 3, 2026 at 23:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Open Mercato 0.6.4 or later to receive the regex‑validation fix.
  • Restrict the ability to create user‑defined regex rules to trusted administrators only, or disable the feature if not needed.
  • Monitor application performance and logs for abnormal CPU spikes or timeouts that may indicate backtracking attempts, and apply rate limiting if necessary.

Generated by OpenCVE AI on August 3, 2026 at 23:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Open Mercato
Open Mercato open Mercato
Vendors & Products Open Mercato
Open Mercato open Mercato

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 22 Jul 2026 13:00:00 +0000

Type Values Removed Values Added
Description Open Mercato does not validate regex rules. An attacker with privileges to create the regex rule can add an unsafe regex to a field. When someone provide the proper string it can result in a DoS attack. This issue was fixed in version 0.6.4.
Title ReDoS in Open Mercato
Weaknesses CWE-1333
References
Metrics cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Open Mercato Open Mercato
cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-22T18:55:41.693Z

Reserved: 2026-07-20T09:17:36.606Z

Link: CVE-2026-16270

cve-icon Vulnrichment

Updated: 2026-07-22T18:55:37.238Z

cve-icon NVD

Status : Deferred

Published: 2026-07-22T13:16:36.990

Modified: 2026-07-22T20:54:47.023

Link: CVE-2026-16270

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T00:00:09Z

Weaknesses
  • CWE-1333

    Inefficient Regular Expression Complexity