Description
TechStore 1.0 is vulnerable to Cross Site Scripting (XSS). In contact_display, the application echoes the id parameter verbatim into the rendered page, permitting execution of attacker-supplied JavaScript in users browser.
Published: 2026-08-31
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Scripting that enables arbitrary JavaScript execution in users' browsers
Action: Apply patch
AI Analysis

Impact

TechStore 1.0 contains a reflected cross‑site scripting flaw in the contact_display feature, where an attacker can supply a crafted id parameter that is echoed directly into the rendered page. The unsanitized input permits the injection of JavaScript code that will run with the privileges of any user viewing the page, potentially allowing theft of session cookies, credential replay, or redirection to malicious sites.

Affected Systems

The vulnerability is limited to the TechStore 1.0 web application. No other versions or vendor products are listed, and no detailed version ranges are provided in this advisory.

Risk and Exploitability

The CVSS score of 6.1 classifies this flaw as moderate severity, and the EPSS score of <1% indicates a low probability of exploitation. However, because the vulnerability is triggered by a simple crafted HTTP request with no authentication, an attacker can still exploit it easily once it is discovered. The impact on confidentiality, integrity, and availability remains significant, allowing arbitrary JavaScript execution in the victim’s browser. The flaw is not listed in the CISA KEV catalog, but the fault remains unmitigated until a vendor update or remediation is applied.

Generated by OpenCVE AI on September 2, 2026 at 04:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or update to a version that removes the reflected id output.
  • If a patch is not yet available, modify the contact_display code to encode or validate the id parameter before rendering it.
  • Deploy a site‑wide Content Security Policy that disallows inline scripting and restricts script sources.

Generated by OpenCVE AI on September 2, 2026 at 04:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 05:00:00 +0000

Type Values Removed Values Added
Title Reflected Cross‑Site Scripting via ID Parameter in TechStore 1.0

Tue, 01 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

ssvc

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


Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Nooncarlett
Nooncarlett techstore
Vendors & Products Nooncarlett
Nooncarlett techstore

Mon, 31 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
Title Reflected Cross‑Site Scripting via ID Parameter in TechStore 1.0
Weaknesses CWE-79

Mon, 31 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description TechStore 1.0 is vulnerable to Cross Site Scripting (XSS). In contact_display, the application echoes the id parameter verbatim into the rendered page, permitting execution of attacker-supplied JavaScript in users browser.
References

Subscriptions

Nooncarlett Techstore
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-01T14:08:39.940Z

Reserved: 2025-10-27T00:00:00.000Z

Link: CVE-2025-63607

cve-icon Vulnrichment

Updated: 2026-09-01T14:06:22.366Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T21:17:06.210

Modified: 2026-09-01T21:00:36.830

Link: CVE-2025-63607

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T04:45:17Z

Weaknesses
  • CWE-79

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