Description
A weakness has been identified in imhamzaazam ecommerceFlask up to cb7d9e24c30a99379651b7493b32048126ef402b. The affected element is an unknown function. This manipulation causes cross-site request forgery. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A weakness has been identified in imhamzaazam ecommerceFlask that allows a remote attacker to send crafted HTTP requests to an unknown function, resulting in a classic CSRF vulnerability (CWE-352) and the ability to exercise privileged actions bypassing authentication checks (CWE-862). The likely attack vector is remotely initiating state‑changing requests that do not require user interaction, and it is inferred that an attacker can perform unauthorized actions on behalf of an user. The CVSS score of 5.3 indicates moderate severity, and the EPSS score of less than 1% suggests a low likelihood of exploitation at the time of analysis. The CVE is not listed in the CISA KEV catalog. The likely attack vector is sending crafted requests to the unknown function, exploiting the absence of a CSRF token or origin validation, which allows an attacker to forge requests that would normally require user interaction. Because no official fix is available, the risk persists until the vendor implements proper CSRF protection or releases a fixed version.

Affected Systems

The application sourced from the imhamzaazam github repository, named ecommerceFlask, is affected. Version information is unavailable because the project follows a rolling release model and has not yet released a patched version; any current deployment of the software may therefore remain vulnerable until an update is provided.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score of less than 1% suggests a low likelihood that this vulnerability will be actively exploited. The vulnerability is not listed in the CISA KEV catalog, implying no widespread exploitation has been reported. Attackers can likely use the flaw by sending a forged HTTP request to the unknown function; this request can be crafted remotely and does not require the victim to take any action, allowing the attacker to perform unauthorized state‑changing operations on the target system.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor‑provided fix when released
  • Implement an anti‑CSRF token mechanism for all state‑changing requests in the session cookie with the SameSite attribute set to "Lax" or "Strict" to limit cross‑request submission
  • Require additional authentication checks or re‑authentication for privileged endpoints

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description A weakness has been identified in imhamzaazam ecommerceFlask up to cb7d9e24c30a99379651b7493b32048126ef402b. The affected element is an unknown function. This manipulation causes cross-site request forgery. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The project was informed of the problem early through an issue report but has not responded yet.
Title imhamzaazam ecommerceFlask cross-site request forgery
First Time appeared Imhamzaazam
Imhamzaazam ecommerceflask
Weaknesses CWE-352
CWE-862
CPEs cpe:2.3:a:imhamzaazam:ecommerceflask:*:*:*:*:*:*:*:*
Vendors & Products Imhamzaazam
Imhamzaazam ecommerceflask
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Imhamzaazam Ecommerceflask
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T13:04:16.385Z

Reserved: 2026-07-05T18:36:52.340Z

Link: CVE-2026-14800

cve-icon Vulnrichment

Updated: 2026-07-06T13:04:12.784Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-862

    Missing Authorization