Looking for the vulnerability index of Invicti's legacy products?
AppWeb Authentication Bypass (CVE-2018-8715) - Vulnerability Database

AppWeb Authentication Bypass (CVE-2018-8715)

Description

AppWeb versions prior to 7.0.3 contain an authentication bypass vulnerability due to a logic flaw in the authentication mechanism. Attackers can exploit this weakness by sending specially crafted HTTP requests that circumvent both Digest and Forms-based authentication, allowing unauthorized access to protected resources without valid credentials.

Remediation

1. Immediately upgrade AppWeb to version 7.0.3 or later, which contains fixes for this authentication bypass vulnerability.
2. Review access logs for suspicious authentication patterns or unexpected access to protected resources that may indicate exploitation attempts.
3. If immediate patching is not possible, implement additional security controls such as:
- Deploy a Web Application Firewall (WAF) to filter malicious requests
- Restrict access to the AppWeb server using network-level controls (firewall rules, IP whitelisting)
- Implement additional authentication layers at the application or reverse proxy level
4. After upgrading, verify that authentication mechanisms are functioning correctly by testing both valid and invalid authentication attempts.
5. Subscribe to AppWeb security advisories to stay informed about future vulnerabilities.

Related Vulnerabilities