Description
A security flaw has been discovered in mjperpinosa stumasy up to 327d1b0f2915ba79d7ef8ebb74553e987609d9be. The affected element is the function Notes_controller::accessing_dictionary_authorization of the file application/PHP/objects/notes/accessing_dictionary_authorization.php. The manipulation of the argument Password results in sql injection. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection that occurs in the Notes controller’s accessing_dictionary_authorization function when the Password parameter is concatenated directly into a SQL query without any sanitization. An attacker able to influence this value can trigger arbitrary SQL commands, enabling the disclosure, modification, or deletion of database contents. The weakness is identified as CWE‑74 and CWE‑89 and would fully compromise the confidentiality, integrity, and availability of the application’s stored data.

Affected Systems

Instances of the Stumasy application built from mjperpinosa’s code where the accessing_dictionary_authorization function still processes the Password argument unsafely are affected. Because the project follows a rolling‑release model and does not publish discrete version numbers, the exact state is determined by the committed code; any deployment that has not incorporated a fix (i.e., has not removed the insecure string concatenation) remains vulnerable.

Risk and Exploitability

The CVSS score of 6.9 places this as a medium‑severity flaw. The EPSS score of less than 1% suggests a low probability of exploitation in the wild, but a publicly available exploit is already circulating and can be launched from any remote host. The vulnerability is not listed in the CISA KEV catalog; however, the remote attack surface and the existence of an exploit emphasize the need for prompt mitigation.

Generated by OpenCVE AI on August 1, 2026 at 19:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Replace the vulnerable concatenation in accessing_dictionary_authorization with a parameterized SQL statement or a safe stored‑procedure that takes the Password value as a bound parameter.
  • If an immediate code update is not feasible, implement input validation on the Password field to escape or reject SQL metacharacters before the query is formed.
  • Enforce strict access control on this endpoint so that only authenticated users with the appropriate role may invoke it, reducing the reachable attack surface.
  • Run a code audit or automated security scanning against the repository to confirm that no similar unsanitized query constructions remain.

Generated by OpenCVE AI on August 1, 2026 at 19:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 05 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in mjperpinosa stumasy up to 327d1b0f2915ba79d7ef8ebb74553e987609d9be. The affected element is the function Notes_controller::accessing_dictionary_authorization of the file application/PHP/objects/notes/accessing_dictionary_authorization.php. The manipulation of the argument Password results in sql injection. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Title mjperpinosa stumasy accessing_dictionary_authorization.php accessing_dictionary_authorization sql injection
First Time appeared Mjperpinosa
Mjperpinosa stumasy
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:mjperpinosa:stumasy:*:*:*:*:*:*:*:*
Vendors & Products Mjperpinosa
Mjperpinosa stumasy
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Mjperpinosa Stumasy
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-07T02:50:24.885Z

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

Link: CVE-2026-14750

cve-icon Vulnrichment

Updated: 2026-07-07T02:50:20.861Z

cve-icon NVD

Status : Deferred

Published: 2026-07-05T14:16:54.673

Modified: 2026-07-07T04:17:44.590

Link: CVE-2026-14750

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T19:30:10Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')