VYPR
Low severity2.4NVD Advisory· Published May 8, 2026· Updated May 8, 2026

CVE-2026-8136

CVE-2026-8136

Description

A flaw has been found in SourceCodester Pharmacy Sales and Inventory System 1.0. This affects an unknown part of the file /index.php?page=users. Executing a manipulation of the argument Name can lead to cross site scripting. The attack may be launched remotely. The exploit has been published and may be used.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

SourceCodester Pharmacy Sales and Inventory System 1.0 has a reflected XSS in the users page via the 'name' parameter, allowing remote unauthenticated script injection.

Vulnerability

Overview

The SourceCodester Pharmacy Sales and Inventory System version 1.0 contains a reflected cross-site scripting (XSS) vulnerability in the /index.php?page=users endpoint. The root cause is improper sanitization of the name parameter: user-supplied input is directly echoed to the web page without encoding or filtering, enabling attackers to inject arbitrary HTML or JavaScript code [1].

Attack

Vector

The vulnerability can be triggered remotely with no authentication required. An attacker crafts a malicious link containing a payload (e.g., <script>prompt(/xss/);</script>) in the name parameter and delivers the crafted URL to a victim. The victim's browser then executes the injected script because the server returns the payload unmodified [1].

Impact

Successful exploitation allows an attacker to execute arbitrary script code in the victim's browser. This can lead to session theft, cookie exfiltration, defacement, or redirection to malicious sites, compromising user privacy and system security [1].

Mitigation

As of the publication date, no patch has been released. The vendor, SourceCodester, offers the affected software for download [2]. Users should apply input validation and output encoding on the name parameter, and consider disabling the endpoint until a fix is provided.

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

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.