CVE-2026-16270
Received Received - Intake

Open Mercato Regex Rule DoS Vulnerability

Vulnerability report for CVE-2026-16270, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-22

Last updated on: 2026-07-22

Assigner: CERT.PL

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-22
Last Modified
2026-07-22
Generated
2026-07-22
AI Q&A
2026-07-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
open_mercato open_mercato 0.6.4

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1333 The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Regular Expression Denial of Service (ReDoS) issue in Open Mercato. It occurs because the software does not properly validate regex rules. An attacker with sufficient privileges can create a malicious regex pattern and attach it to a field. When a specific string is provided, it triggers excessive computational load, causing a denial of service.

Detection Guidance

To detect this vulnerability, check if your Open Mercato instance is running a version older than 0.6.4. Use commands like 'npm list open_mercato' or 'grep -r "open_mercato" package.json' to verify the installed version. Monitor for unusual CPU spikes or unresponsive services during regex-heavy operations.

Impact Analysis

This vulnerability can lead to system downtime or degraded performance if exploited. Attackers could send crafted inputs that cause the regex engine to consume excessive CPU resources, potentially crashing the application or making it unresponsive for legitimate users.

Mitigation Strategies

Upgrade Open Mercato to version 0.6.4 or later immediately. If upgrading is not possible, restrict regex rule creation permissions to trusted users only. Review and remove any custom regex rules that use unbounded patterns or wildcards.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-16270. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart