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.
Published: 2026-08-31
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Scripting via the email parameter in the Newsletter Subscription component.
Action: Patch
AI Analysis

Impact

A stored cross‑site scripting vulnerability exists in the offersmail.php file of the Online Shopping System. When a user submits an email address, the value is stored without proper sanitization, allowing an attacker to inject malicious script that runs in the browsers of anyone who views the affected page or receives the subscription email. This flaw enables the attacker to steal session cookies, deface content, or redirect users to phishing sites. Additionally, the listing of CWE‑94 suggests potential code injection capabilities when rendering the stored data, increasing the risk of further exploitation. The malicious payload does not require local access and can be triggered remotely by simply crafting a subscription request with a malicious email address.

Affected Systems

The vulnerability affects code‑projects Online Shopping System version 1.0. No other downstream product versions or patches are documented. Users running this version of the Shopping System, particularly the Newsletter Subscription module, are at risk.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity vulnerability. Although the EPSS score is unavailable, the public release of an exploit and the ability to trigger the attack from a remote source suggest a realistic threat of exploitation. The vulnerability is not listed in the CISA KEV catalog. Attackers can abuse the flaw by sending crafted requests to the offersmail.php endpoint from any internet‑connected device, leveraging the stored XSS to compromise victim browsers.

Generated by OpenCVE AI on August 31, 2026 at 15:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑issued patch or upgrade to a newer version of the Online Shopping System that removes the XSS flaw.
  • Validate and sanitize the email input before storing or rendering it, ensuring that no executable script can be embedded.
  • Configure a strict Content Security Policy to restrict execution of inline scripts and disallow execution of untrusted content.

Generated by OpenCVE AI on August 31, 2026 at 15:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
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.
Title code-projects Online Shopping System Newsletter Subscription offersmail.php cross site scripting
First Time appeared Code-projects
Code-projects online Shopping System
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:code-projects:online_shopping_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects online Shopping System
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Code-projects Online Shopping System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T14:21:34.727Z

Reserved: 2026-08-30T18:16:06.923Z

Link: CVE-2026-82700

cve-icon Vulnrichment

Updated: 2026-08-31T14:21:30.819Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T14:17:27.367

Modified: 2026-08-31T20:56:08.800

Link: CVE-2026-82700

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T16:00:06Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')