vendor:
JAWS
by:
7.5
CVSS
HIGH
Cross-Site Scripting (XSS), File Disclosure, Authentication Bypass
79, 22, 287
CWE
Product Name: JAWS
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
JAWS Multiple Vulnerabilities
JAWS is prone to a cross-site scripting vulnerability. This allows a remote attacker to create a malicious URI link that includes hostile HTML and script code, which can lead to the execution of attacker-supplied code in the victim's web browser. This can result in the theft of authentication credentials and other attacks. Additionally, JAWS is reported to be prone to a file disclosure vulnerability, allowing an attacker to disclose target files by using directory traversal sequences in URI parameters. An authentication bypass vulnerability also exists, where an attacker can create a cookie derived from a known value to authenticate to the system.
Mitigation:
Ensure proper input validation and sanitization to prevent cross-site scripting and file disclosure vulnerabilities. Implement strong authentication mechanisms to prevent authentication bypass.