CVE-2026-5647
Description
A vulnerability was detected in code-projects Online Shoe Store 1.0. This affects an unknown part of the file /admin/admin_feature.php of the component Add Product Page. The manipulation of the argument product_name results in cross site scripting. The attack may be launched remotely. The exploit is now public and may be used.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Online Shoe Store 1.0 has a stored XSS bug in the admin product name field, allowing remote attackers to inject arbitrary scripts.
Vulnerability
An unauthenticated reflected cross-site scripting (XSS) vulnerability exists in the code-projects Online Shoe Store version 1.0. The issue affects the /admin/admin_feature.php file, specifically the product_name parameter on the Add Product Page. The application outputs user-supplied input directly into the web page without proper encoding or filtering, enabling an attacker to inject arbitrary HTML and JavaScript code. [1]
Exploitation
No authentication or prior authorization is required to reach the vulnerable endpoint. An attacker can craft a malicious URL containing a script payload (e.g., `) in the product_name` parameter. When an administrator visits the crafted link, the script executes in the context of the victim's session. [1]
Impact
Successful exploitation allows an attacker to execute arbitrary script code in the victim's browser. This can lead to theft of cookies and session tokens, unauthorized actions performed on behalf of the victim, web page defacement, redirection to malicious sites, and potential control over the victim's browser, compromising user privacy and system security. [1]
Mitigation
As of the publication date (April 2026), the vendor has not released a patched version. The recommended fix is to properly encode user input when outputting it to web pages, ensuring all special characters are escaped. [1]
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.
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5News mentions
0No linked articles in our index yet.