CVE-2026-78060
Received Received - Intake

Cross-Site Scripting in Stock Management System 1.0

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

Publication date: 2026-08-23

Last updated on: 2026-08-23

Assigner: VulDB

Description

A vulnerability was found in SourceCodester Stock Management System 1.0. This issue affects some unknown processing of the file /php_action/getOrderReport.php. Performing a manipulation of the argument clientName/clientContact results in cross site scripting. It is possible to initiate the attack remotely. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-23
Last Modified
2026-08-23
Generated
2026-08-23
AI Q&A
2026-08-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester stock_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-78060 is a Stored Cross-Site Scripting (XSS) vulnerability in Stock Management System v1.0. It affects the file /php_action/getOrderReport.php where user input from clientName and clientContact fields is stored in a database without sanitization. When reports are generated, these inputs are directly output into HTML without encoding, allowing malicious scripts to execute in users' browsers.

Detection Guidance

To detect this vulnerability, inspect the Stock Management System for stored XSS in the /php_action/getOrderReport.php file. Check if clientName and clientContact inputs are stored without sanitization. Review database entries for malicious scripts in these fields. Monitor network traffic for unusual HTML report generation requests.

Impact Analysis

Attackers can inject malicious scripts via order forms. These scripts execute when users generate or view reports, potentially stealing cookies, session tokens, or performing other actions. A single malicious order could compromise all administrators viewing reports within the affected date range.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. Non-compliance may result in legal penalties and reputational damage.

Mitigation Strategies

Immediately sanitize all user inputs (clientName, clientContact) using htmlspecialchars() before storing in the database. Update the getOrderReport.php file to properly encode output using htmlspecialchars(). Consider implementing a web application firewall to filter malicious payloads.

Chat Assistant

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

EPSS Chart