CVE-2026-16229
Received Received - Intake

Cross-Site Scripting in Courier Management System

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

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: VulDB

Description

A flaw has been found in itsourcecode Courier Management System up to 1.0. Affected by this vulnerability is an unknown functionality of the file /index.php. Executing a manipulation of the argument page can lead to cross site scripting. It is possible to launch the attack remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode courier_management_system to 1.0 (inc)

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

This is a Cross-Site Scripting (XSS) vulnerability in the Courier Management System version 1.0. The flaw exists in the index.php file where the 'page' URL parameter is reflected in the page output without proper sanitization. Attackers can inject malicious JavaScript code by manipulating this parameter, which executes in the context of the user's browser.

Detection Guidance

To detect this reflected XSS vulnerability, monitor network traffic for unusual requests to /index.php with a 'page' parameter containing suspicious payloads like <script>alert(1)</script> or document.cookie theft scripts. Use tools like Burp Suite or OWASP ZAP to intercept and inspect requests. Check web server logs for repeated access to index.php with encoded or obfuscated parameters.

Impact Analysis

This vulnerability can allow attackers to perform actions on your behalf, steal session cookies, redirect you to malicious sites, or deliver malware. It can also be used to deface websites or perform phishing attacks. Since it does not require authentication, any user visiting a crafted URL could be affected.

Compliance Impact

This XSS vulnerability could lead to unauthorized data access or modification, violating GDPR's data protection principles and HIPAA's security requirements for protecting sensitive health information. Organizations may face compliance penalties if user data is compromised due to this flaw.

Mitigation Strategies

Immediately apply input validation on the 'page' parameter to reject malicious scripts. Sanitize output using htmlspecialchars() or htmlentities() before rendering. Implement Content-Security-Policy headers to restrict inline scripts. Update to a patched version if available. Conduct a security audit to identify similar issues in other parameters.

Chat Assistant

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

EPSS Chart