header-logo
Suggest Exploit
vendor:
Tracking Online
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: Tracking Online
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2002

Teekai’s Tracking Online Cross-Site Scripting Vulnerability

Teekai's Tracking Online is vulnerable to Cross-Site Scripting attacks due to insufficient filtering of HTML tags from certain URL parameters. An attacker can exploit this vulnerability by crafting a malicious link to a vulnerable webpage, such as http://target/page.php?action=view&id=1<script>alert(document.cookie)</script>. When a user clicks on the link, the malicious script will be executed in the user's browser.

Mitigation:

Input validation should be used to ensure that user-supplied data is properly sanitized.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/4924/info

Teekai's Tracking Online does not adequately filter HTML tags from certain URL parameters, making it prone to cross-site scripting attacks. Attackers may exploit this by creating a malicious link to a vulnerable webpage.

http://target/page.php?action=view&id=1<script>alert(document.cookie)</script >