CVE-2025-14962
Unknown Unknown - Not Provided

Remote Cross-Site Scripting in Simple Stock System Chat Module

Vulnerability report for CVE-2025-14962, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-19

Last updated on: 2026-04-29

Assigner: VulDB

Description

A flaw has been found in code-projects Simple Stock System 1.0. The impacted element is an unknown function of the file /market/chatuser.php. This manipulation causes cross site scripting. The attack is possible to be carried out remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-19
Last Modified
2026-04-29
Generated
2026-07-06
AI Q&A
2025-12-20
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects simple_stock_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The provided resources do not specify how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

CVE-2025-14962 is a reflective Cross-Site Scripting (XSS) vulnerability in version 1.0 of the Simple Stock System PHP application, specifically in the chatuser.php file. The vulnerability occurs because the application does not properly filter or escape user-supplied input taken from the URL parameter and stored in the database before outputting it back to the webpage. This allows attackers to inject malicious JavaScript code that executes in the victim's browser, potentially leading to actions like stealing cookies or hijacking sessions. Exploitation requires no authentication and can be done remotely. [1, 2, 3]

Impact Analysis

This vulnerability can impact you by allowing attackers to execute malicious scripts in the browsers of users visiting the affected application. This can lead to theft of user cookies, session hijacking, phishing attacks, and other malicious activities that compromise system security and data integrity. Since the attack can be performed remotely without authentication, it poses a significant risk to both users and the system. [1, 2]

Detection Guidance

This vulnerability can be detected by checking for the presence of the vulnerable file 'chatuser.php' in the /market/ directory of the Simple Stock System 1.0 installation. Additionally, Google dorking can be used with the query 'inurl:market/chatuser.php' to identify potentially vulnerable targets. Detection can also involve monitoring for suspicious HTTP POST requests containing malicious payloads in the 'chat_msg' parameter or URL parameters like 'user' that may include script tags or JavaScript code. Specific commands are not provided, but using web vulnerability scanners or manual inspection of HTTP requests for reflected XSS payloads targeting 'chatuser.php' is recommended. [3, 1]

Mitigation Strategies

Immediate mitigation steps include escaping all output by converting special characters such as <, >, ', ", and / to their corresponding HTML entities to prevent script execution. Additionally, force browsers not to parse unexpected content types by setting appropriate PHP headers, and enable XSS filtering modes in the application or web server. Since no known countermeasures or mitigations currently exist, replacing or updating the affected software is suggested. Immediate corrective actions are advised to protect system security and data integrity. [1, 3]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-14962. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart