Skip to content

Commit faa8452

Browse files
committed
Update CVE-2020-11514.yaml
1 parent 66b3f45 commit faa8452

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

http/cves/2020/CVE-2020-11514.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ info:
2020
cpe: cpe:2.3:a:rankmath:seo:*:*:*:*:free:wordpress:*:*
2121
metadata:
2222
verified: true
23-
max-request: 1
23+
max-request: 2
2424
vendor: rankmath
2525
product: seo
2626
framework: wordpress
@@ -31,7 +31,21 @@ variables:
3131
objecttype: "{{randstr}}"
3232
rank: "{{to_lower(rand_text_alpha(5))}}"
3333

34+
flow: http(1) && http(2)
35+
3436
http:
37+
- method: GET
38+
path:
39+
- "{{BaseURL}}/wp-content/plugins/seo-by-rank-math/readme.txt"
40+
41+
matchers:
42+
- type: dsl
43+
internal: true
44+
dsl:
45+
- 'status_code == 200'
46+
- 'contains(body, "Rank Math")'
47+
condition: and
48+
3549
- raw:
3650
- |
3751
POST /wp-json/rankmath/v1/updateMeta HTTP/1.1

0 commit comments

Comments
 (0)