Description
A vulnerability was identified in a2ui-project a2ui up to 0.10.6. Affected is an unknown function of the file renderers/web_core/src/v0_9/basic_catalog/functions/safe_regex.ts of the component Basic Catalog. Such manipulation leads to inefficient regular expression complexity. The attack can be launched remotely.
Published: 2026-09-15
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

The vulnerability resides in an unknown function within safe_regex.ts of the Basic Catalog component of a2ui. The function processes input that can be crafted to produce regular expressions with exponential complexity, causing excessive CPU or memory consumption. An attacker can exploit this remotely by supplying such input during.

Affected Systems

The issue affects a2ui, a project by a2ui-project, up to version 0.10.6. The vulnerability lies in the Basic Catalog component, specifically the safe_regex.ts file. Systems running any version of a2ui older than 0.10.7 are potentially exposed.

Risk and Exploitability

The CVSS score of 6.9 corresponds to a medium severity. The EPSS score of less than 1% indicates a very low likelihood that the vulnerability will be targeted in the wild. KEV catalog, suggesting it has not yet seen widespread exploitation. Since the attack can be launched remotely by supplying crafted input to the catalog rendering process, the risk is primarily in environments exposed to untrusted user input. The moderate severity combined with the low exploitation probability suggests diligent monitoring and timely patching should be sufficient for most deployments.

Generated by OpenCVE AI on September 16, 2026 at 20:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade a2ui later, where the regex processing has been hardened.
  • If an immediate upgrade is not possible, restrict or sanitize catalog input to remove complex or nested regex patterns before they reach the vulnerable function.
  • Monitor system resources and application logs for patterns of high CPU or memory usage during catalog rendering, which may indicate attempts to exploit the regex inefficiency.

Generated by OpenCVE AI on September 16, 2026 at 20:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 15 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in a2ui-project a2ui up to 0.10.6. Affected is an unknown function of the file renderers/web_core/src/v0_9/basic_catalog/functions/safe_regex.ts of the component Basic Catalog. Such manipulation leads to inefficient regular expression complexity. The attack can be launched remotely.
Title a2ui-project a2ui Basic Catalog safe_regex.ts redos
First Time appeared A2ui-project
A2ui-project a2ui
Weaknesses CWE-1333
CWE-400
CPEs cpe:2.3:a:a2ui-project:a2ui:*:*:*:*:*:*:*:*
Vendors & Products A2ui-project
A2ui-project a2ui
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:N/A:P/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:X/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

A2ui-project A2ui
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-16T19:13:23.487Z

Reserved: 2026-09-15T15:35:54.705Z

Link: CVE-2026-92114

cve-icon Vulnrichment

Updated: 2026-09-16T19:13:18.769Z

cve-icon NVD

Status : Deferred

Published: 2026-09-15T22:17:03.943

Modified: 2026-09-16T19:18:03.710

Link: CVE-2026-92114

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-17T04:30:08Z

Weaknesses
  • CWE-1333

    Inefficient Regular Expression Complexity

  • CWE-400

    Uncontrolled Resource Consumption