VYPR
Medium severity4.3NVD Advisory· Published Apr 13, 2026· Updated Apr 29, 2026

CVE-2026-6159

CVE-2026-6159

Description

A vulnerability has been found in code-projects Simple ChatBox up to 1.0. Affected by this vulnerability is an unknown functionality of the file /chatbox/insert.php of the component Endpoint. Such manipulation of the argument msg leads to cross site scripting. 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.

Simple ChatBox 1.0 stored XSS via msg parameter in /chatbox/insert.php allows remote attackers to inject arbitrary scripts.

The vulnerability is a stored cross-site scripting (XSS) in Simple ChatBox PHP version 1.0. The issue lies in the /chatbox/insert.php endpoint, which processes the 'msg' parameter from HTTP GET requests. The application stores user-supplied messages and later displays them without proper validation or output encoding, allowing injection of malicious HTML or JavaScript [1].

An attacker can send a crafted GET request with a malicious payload in the msg parameter, such as ``. The payload is stored and executed when any user views the chat messages. No authentication is required; the attack is remote and has low complexity [1].

Successful exploitation allows arbitrary JavaScript execution in other users' browsers, potentially leading to session hijacking, defacement, or data theft. The CVSS score is 6.1 (Medium) [1].

No patch has been released by the vendor (code-projects) as of the advisory. Mitigation involves implementing input validation and output encoding (e.g., htmlspecialchars) for the msg parameter [1]. Users should consider disabling the chatbox or using a web application firewall.

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.