CVE-2026-7264: SourceCodester Pizzafy Ecommerce System ajax.php get_cart_items sql injection
A weakness has been identified in SourceCodester Pizzafy Ecommerce System 1.0. Impacted is the function getcartitems of the file /admin/ajax.php?action=getcartitems. Executing a manipulation of the argument ID can lead to sql injection. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-7264?
CVE-2026-7264 is classified as a critical severity vulnerability due to its potential for SQL injection that can compromise the affected system.
How does CVE-2026-7264 exploit the SourceCodester Pizzafy Ecommerce System?
CVE-2026-7264 exploits the get_cart_items function in the /admin/ajax.php file by manipulating the ID argument to execute SQL injection attacks.
What versions of the SourceCodester Pizzafy Ecommerce System are affected by CVE-2026-7264?
CVE-2026-7264 affects version 1.0 of the SourceCodester Pizzafy Ecommerce System.
How can I fix CVE-2026-7264 in my application?
To fix CVE-2026-7264, sanitize and validate input data in the get_cart_items function to prevent SQL injection vulnerabilities.
Are there any workarounds for CVE-2026-7264 while a fix is being developed?
A temporary workaround for CVE-2026-7264 includes disabling or restricting access to the vulnerable /admin/ajax.php endpoint.