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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
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

No EPSS score is available, but the CVE remains high risk because the attack requires only a crafted HTTP request containing a malicious id value. An attacker can exploit this without authentication, and the impact on confidentiality, integrity, and availability is significant. The CVE is not currently listed in the CISA KEV catalog, but the fault remains unmitigated until a vendor update or remediation is applied.

Generated by OpenCVE AI on August 31, 2026 at 21:29 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 August 31, 2026 at 21:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-31T20:30:29.806Z

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

Link: CVE-2025-63607

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2025-63607

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T21:30:05Z

Weaknesses
  • CWE-79

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