CVE-2026-82700
Received Received - Intake

Cross-Site Scripting in Online Shopping System 1.0

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

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A vulnerability was found in code-projects Online Shopping System 1.0. Affected by this vulnerability is an unknown functionality of the file /offersmail.php of the component Newsletter Subscription. The manipulation of the argument email results in cross site scripting. The attack may be performed from remote. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

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
Executive Summary

This is a Stored Cross-Site Scripting (XSS) vulnerability in the Online Shopping System PHP v1.0. The flaw exists in the newsletter subscription feature, specifically in the /offersmail.php file where the email parameter is not properly validated or sanitized. Attackers can inject malicious scripts via the email input, which are then stored in the database and executed when viewed by other users, such as administrators.

Detection Guidance

To detect this vulnerability, inspect the /offersmail.php endpoint for improper handling of the email parameter. Check if user input is stored without validation and rendered unsafely in HTML pages. Look for direct inclusion of user-supplied data in administrative interfaces or pages.

Impact Analysis

An attacker could exploit this to inject malicious JavaScript that executes when privileged users view the affected pages. This may lead to session hijacking, theft of cookies or sensitive data, unauthorized actions on behalf of users, or phishing attacks. Users with admin access could have their sessions compromised, allowing attackers to perform actions like modifying system settings or stealing user information.

Compliance Impact

This vulnerability could lead to unauthorized access to user data, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. If exploited, it may result in data breaches, unauthorized data access, or disclosure, potentially leading to legal penalties, fines, or reputational damage for organizations handling sensitive user data.

Mitigation Strategies

Implement input validation for the email parameter using functions like filter_var. Apply output encoding with htmlspecialchars when rendering user input in HTML. Deploy a restrictive Content Security Policy (CSP) to limit script execution.

Chat Assistant

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

EPSS Chart