CVE-2026-19998
Received Received - Intake

Cross-Site Scripting in Online Shopping System 1.0

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

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulDB

Description

A weakness has been identified in code-projects Online Shopping System 1.0. Impacted is an unknown function of the file offersmail.php. Executing a manipulation of the argument email can lead to cross site scripting. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects online_shopping_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

This is a Reflected Cross-Site Scripting (XSS) vulnerability in the Online Shopping System 1.0. It occurs in the offersmail.php file where user input from the email parameter is directly embedded into the HTML response without sanitization. Attackers can inject malicious JavaScript via the email field, which executes in the victim's browser when the page loads.

Detection Guidance

To detect this vulnerability, inspect the offersmail.php file for direct output of user-supplied email input without sanitization. Check if the email parameter is reflected in HTML responses. Use tools like Burp Suite or OWASP ZAP to intercept and modify POST requests to /offersmail.php with test XSS payloads such as <script>alert(1)</script>.

Impact Analysis

An attacker could steal session cookies, hijack user accounts, phish for credentials, or redirect users to malicious sites. The impact depends on user privileges and system configuration. The vulnerability is triggered via a crafted HTTP POST request to offersmail.php with a malicious email payload.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by enabling attacks such as session cookie theft or account hijacking, which may lead to unauthorized access to personal or health data. The XSS flaw allows malicious scripts to execute in user browsers, potentially exposing sensitive information.

Mitigation Strategies

Immediately apply input validation and output encoding to the email parameter in offersmail.php. Sanitize all user inputs using functions like htmlspecialchars() before embedding them in HTML. Consider upgrading to a framework with built-in XSS protections if possible.

Chat Assistant

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

EPSS Chart