Description
A vulnerability was determined in a2ui-project a2ui up to 0.10.6. This affects the function processMessages of the file renderers/web_core/src/v0_9/processing/message-processor.ts of the component Message Parsing. This manipulation causes dynamically-determined object attributes. The attack can be initiated remotely. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-16
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Potential data manipulation and privilege escalation
Action: Assess impact
AI Analysis

Impact

The flaw lies in the processMessages function of message-processor.ts, where dynamically determined object attributes are set without proper validation. An attacker who can reach the that force the application to assign object properties that are normally restricted. This vulnerability is classified as CWE-913 and CWE-915, indicating improper control of resource allocation and improper validation of object names. While the CVE description does not confirm remote code execution, the uncontrolled manipulation of object attributes could allow an attacker to alter application state, overwrite critical data, or potentially elevate privileges within the application context.

Affected Systems

Deployments of the a2ui-project a2ui package version 0.10.6 or earlier are affected. The vulnerable function resides in renderers/web_core/src/v0_9/processing/message-processor.ts of the Message Parsing component. Any environment that exposes this processing endpoint to untrusted input, such as via a WebSocket or REST API, could be at risk. Versions newer than 0.10.6 are not listed as vulnerable.

Risk and Exploitability

The CVSS base score of 5.3 places the vulnerability in the medium risk range than 1 % suggests a very low but non‑zero likelihood of exploitation. The issue is not listed in the CISA KEV catalog. Exploitation requires remote access to the message parsing endpoint and the ability to send crafted messages; no public exploit code has been reported. Therefore, organizations should evaluate whether the message endpoint is exposed to untrusted messages to reduce the attack surface.

Generated by OpenCVE AI on September 16, 2026 at 18:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an available fix or upgrade to a later a2ui release once the maintainers provide a patch
  • Limit the message parsing endpoint to trusted networks or apply firewall rules to block external access
  • Enforce strict input validation so that only allowed object names are assigned and validate resource allocation before assignment and investigate suspicious patterns

Generated by OpenCVE AI on September 16, 2026 at 18:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 17 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 16 Sep 2026 02:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in a2ui-project a2ui up to 0.10.6. This affects the function processMessages of the file renderers/web_core/src/v0_9/processing/message-processor.ts of the component Message Parsing. This manipulation causes dynamically-determined object attributes. The attack can be initiated remotely. The project was informed of the problem early through an issue report but has not responded yet.
Title a2ui-project a2ui Message Parsing message-processor.ts processMessages dynamically-determined object attributes
First Time appeared A2ui-project
A2ui-project a2ui
Weaknesses CWE-913
CWE-915
CPEs cpe:2.3:a:a2ui-project:a2ui:*:*:*:*:*:*:*:*
Vendors & Products A2ui-project
A2ui-project a2ui
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/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-17T17:06:13.556Z

Reserved: 2026-09-15T18:29:12.619Z

Link: CVE-2026-92217

cve-icon Vulnrichment

Updated: 2026-09-17T17:06:06.264Z

cve-icon NVD

Status : Deferred

Published: 2026-09-16T02:17:38.997

Modified: 2026-09-17T18:17:14.273

Link: CVE-2026-92217

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T18:45:10Z

Weaknesses
  • CWE-913

    Improper Control of Dynamically-Managed Code Resources

  • CWE-915

    Improperly Controlled Modification of Dynamically-Determined Object Attributes