CVE-2026-7268
Description
A vulnerability has been found in SourceCodester Pizzafy Ecommerce System 1.0. This impacts the function save_category of the file /admin/ajax.php?action=save_category. Such manipulation of the argument Name leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Pizzafy Ecommerce System 1.0 suffers from an unauthenticated SQL injection in /admin/ajax.php via the 'name' parameter, enabling remote attackers to extract the full database.
Root
Cause CVE-2026-7268 describes an SQL injection vulnerability in the Pizzafy Ecommerce System 1.0, specifically within the save_category function of /admin/ajax.php?action=save_category. The name parameter is directly concatenated into SQL queries without sanitization, as shown in the vulnerable source code where $data = " name = '$name' "; is used in both INSERT and UPDATE statements [1]. This allows an attacker to inject arbitrary SQL commands.
Attack
Vector The injection is trivially exploitable via HTTP POST requests to the vulnerable endpoint. No authentication is required, and the attack is performed remotely [1]. Using an error-based SQL injection technique, an attacker can supply crafted name values that trigger database errors revealing sensitive information, or perform blind inference to extract data row by row [1].
Impact
Successful exploitation results in full compromise of the database. An attacker can extract the entire database schema, table names, column structures, and user credentials (including password hashes). Furthermore, the attacker can delete or modify any records, leading to data integrity loss. Mass deletion could cause a denial of service, and extracted session data may allow privilege escalation to admin roles [1].
Status
As of this publication, the vendor has not released a patch. The vulnerability was publicly disclosed along with a proof-of-concept exploit, increasing the risk of active exploitation [1]. Users of the Pizzafy Ecommerce System 1.0 should apply input validation or parameterized queries immediately, or consider replacing the software if no update is forthcoming.
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: =1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6News mentions
0No linked articles in our index yet.