Description
A vulnerability was identified in mjperpinosa stumasy up to 327d1b0f2915ba79d7ef8ebb74553e987609d9be. Impacted is the function eval of the file application/pages/imba_calculator/calculate.php. The manipulation of the argument mathematical_sentence leads to code injection. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. 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 in the Stumasy application, affecting the calculate.php file that uses the eval function. The mathematical_sentence argument can be manipulated to inject arbitrary PHP code; the injection leads to Remote Code Execution. The flaw is classified as CWE-74 (Input not properly neutralized) and CWE-94 (Code generated in an unsafe manner).

Affected Systems

Any installation of the mjperpinosa Stumasy product running versions prior to the undecided fix is impacted. Because the project uses a rolling release model, no precise release number is available, but any state before the commit that addresses the issue remains vulnerable.

Risk and Exploitability

The CVSS score is 6.9, indicating a medium to high severity. The EPSS score is less than 1%, suggesting a very low but non‑zero probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. Despite the low EPSS, the exploit is publicly available and can be carried out remotely. An attacker without authentication can send a crafted request to calculate.php to execute arbitrary code, making the risk significant for publicly accessible deployments.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the application to the latest commit once a fix is released; keep the codebase current as it follows a rolling release strategy.
  • Replace or remove the eval call in calculate.php and use a safe expression parser that only evaluates numeric expressions.
  • If an immediate update is impossible, restrict access to calculate.php to authenticated users or network segments that require calculation functionality, and implement strict input validation to allow only numeric characters and standard operators.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 19: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:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in mjperpinosa stumasy up to 327d1b0f2915ba79d7ef8ebb74553e987609d9be. Impacted is the function eval of the file application/pages/imba_calculator/calculate.php. The manipulation of the argument mathematical_sentence leads to code injection. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Title mjperpinosa stumasy calculate.php eval code injection
First Time appeared Mjperpinosa
Mjperpinosa stumasy
Weaknesses CWE-74
CWE-94
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-06T18:44:00.629Z

Reserved: 2026-07-04T15:41:16.167Z

Link: CVE-2026-14749

cve-icon Vulnrichment

Updated: 2026-07-06T18:43:57.065Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-74

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

  • CWE-94

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