SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2025-63607

MEDIUM · CVSS 6.1 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-31 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

TechStore 1.0 is susceptible to Cross Site Scripting (XSS) due to improper handling of the id parameter in the contact_display function, allowing attackers to inject and execute malicious JavaScript in users' browsers. This vulnerability poses a significant risk to user data and session integrity, making it critical for organizations using this application to prioritize remediation efforts to protect their users from potential exploits. Security teams and developers should address this issue promptly to mitigate the risk of client-side attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-63607
Severity
MEDIUM
CVSS
6.1
EPSS
0.22%
Java

Original NVD 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.