We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b3f45 commit faa8452Copy full SHA for faa8452
http/cves/2020/CVE-2020-11514.yaml
@@ -20,7 +20,7 @@ info:
20
cpe: cpe:2.3:a:rankmath:seo:*:*:*:*:free:wordpress:*:*
21
metadata:
22
verified: true
23
- max-request: 1
+ max-request: 2
24
vendor: rankmath
25
product: seo
26
framework: wordpress
@@ -31,7 +31,21 @@ variables:
31
objecttype: "{{randstr}}"
32
rank: "{{to_lower(rand_text_alpha(5))}}"
33
34
+flow: http(1) && http(2)
35
+
36
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
49
- raw:
50
- |
51
POST /wp-json/rankmath/v1/updateMeta HTTP/1.1
0 commit comments