Description
A security vulnerability has been detected in mjperpinosa stumasy up to 327d1b0f2915ba79d7ef8ebb74553e987609d9be. This affects the function add_definition of the file application/PHP/objects/notes/add_into_dictionary.php. Such manipulation of the argument reference leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-05
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the add_definition function of Stumasy’s add_into_dictionary.php. A malicious reference argument can be crafted to inject JavaScript that is rendered later, allowing an attacker to execute arbitrary client‑side code. The CVE description confirms the vulnerability is exploitable remotely and that attack code has been publicly disclosed. The weakness is reflected in CWE‑79 (XSS) and CWE‑94 (Improper Software Interpretation), indicating improper validation and potential execution of injected code.

Affected Systems

The project is developed by mjperpinosa and the affected product is Stumasy. Due to a rolling‑release delivery model, exact version numbers are not published; any code earlier than commit 327d1b0f2915ba79d7ef8ebb74553e987609d9be is likely vulnerable.

Risk and Exploitability

The CVSS score of 5.1 denotes moderate severity, while the EPSS score of <1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Attackers would likely target the add_into_dictionary.php endpoint with an HTTP request that includes a crafted reference value. The description does not state whether authentication is required, so it remains uncertain whether unauthenticated users can trigger the flaw; a lack of access control could broaden the attack surface.

Generated by OpenCVE AI on July 26, 2026 at 21:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest available release or commit that addresses the flaw in the add_into_dictionary.php endpoint, or wherever the reference argument validation has been fixed.
  • Enforce strict input validation and output encoding for the reference parameter to neutralise malicious data before rendering.
  • Restrict access to add_into_dictionary.php, ensuring that only authorised users can invoke it, thereby limiting exploitation possibilities.

Generated by OpenCVE AI on July 26, 2026 at 21:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 05 Jul 2026 14:15:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in mjperpinosa stumasy up to 327d1b0f2915ba79d7ef8ebb74553e987609d9be. This affects the function add_definition of the file application/PHP/objects/notes/add_into_dictionary.php. Such manipulation of the argument reference leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.
Title mjperpinosa stumasy add_into_dictionary.php add_definition cross site scripting
First Time appeared Mjperpinosa
Mjperpinosa stumasy
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:mjperpinosa:stumasy:*:*:*:*:*:*:*:*
Vendors & Products Mjperpinosa
Mjperpinosa stumasy
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Mjperpinosa Stumasy
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T13:08:48.416Z

Reserved: 2026-07-04T15:50:24.498Z

Link: CVE-2026-14752

cve-icon Vulnrichment

Updated: 2026-07-06T13:08:45.343Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:30:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')