vendor:
Pivot
by:
InterN0T
4,3
CVSS
MEDIUM
Cross Site Scripting and HTML Injection
79
CWE
Product Name: Pivot
Affected Version From: 1.40.4
Affected Version To: 1.40.7
Patch Exists: YES
Related CWE: N/A
CPE: a:pivotlog:pivot
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
2009
Pivot – XSS and HTML Injection Vulnerabilities
Pivot is a web-based tool to help maintain dynamic sites, like weblogs or online journals. It is written in PHP and does not require additional libraries or databases to function. The vulnerability is present in the url, menu, sort, check[], edituser, edit, blog, and cat functions. Path disclosure can be triggered by sending a request to tb.php with a valid tb_id. Cross Site Scripting can be triggered when one is not logged in, and when logged in as an administrator. HTML Injection can be triggered by sending a request to index.php with a valid sort parameter. Cross Site Scripting can also be triggered using the post method.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.