Description
A security flaw has been discovered in SourceCodester Pizzafy E-Commerce System 1.0. This vulnerability affects unknown code of the file /admin/ajax.php?action=confirm_order. The manipulation of the argument ID results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks.
Published: 2026-07-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability originates from unsanitized handling of the ID parameter in /admin/ajax.php?action=confirm_order of the SourceCodester Pizzafy E‑Commerce System 1.0. The lack of input filtering allows an attacker to inject arbitrary SQL fragments, enabling the execution of unintended queries against the underlying database. The impact of the injected queries is not explicitly described in the CV the flaw represents a classic SQL injection weakness consistent with CWE‑74 and CWE‑89.

Affected Systems

SourceCodester Pizzafy E‑Commerce System version 1.0 is affected. The flaw is present in the /admin/ajax.php script and applies to all installations via the ID argument of the confirm_order action and can be triggered from any machine that can reach the web server hosting the application.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity, while the EPSS score of < 1% suggests exploitation is currently unlikely but still possible. The flaw is exploitable remotely from outside the network, and the public release of an exploit indicates that attacks could be automated. Although it is not listed in CISA’s KEV catalog, the availability of a public exploit encourages monitoring.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any published update or patch from SourceCodester that addresses the confirm_order SQL injection.
  • Restrict access to the /admin/ajax.php endpoint by enforcing authentication, limiting to trusted IPs, or using network segmentation to expose it only to authorized administrators.
  • Implement input validation or use parameterized prepared statements for the ID parameter to eliminate injection opportunities.
  • Monitor web server logs for anomalous SQL activity and block offending IP addresses as a temporary measure.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A security flaw has been discovered in SourceCodester Pizzafy E-Commerce System 1.0. This vulnerability affects unknown code of the file /admin/ajax.php?action=confirm_order. The manipulation of the argument ID results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks.
Title SourceCodester Pizzafy E-Commerce System ajax.php confirm_order sql injection
First Time appeared Sourcecodester
Sourcecodester pizzafy E-commerce System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:sourcecodester:pizzafy_e-commerce_system:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester pizzafy E-commerce System
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

Sourcecodester Pizzafy E-commerce System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T17:53:16.705Z

Reserved: 2026-07-04T07:40:08.980Z

Link: CVE-2026-14713

cve-icon Vulnrichment

Updated: 2026-07-06T17:53:09.159Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:45:05Z

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')