32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
id: CVE-2018-1207
|
|
|
|
info:
|
|
name: Dell iDRAC7 and iDRAC8 Devices Code Injection/RCE
|
|
author: dwisiswant0
|
|
severity: critical
|
|
reference: https://downloads.dell.com/solutions/dell-management-solution-resources/iDRAC_CVE%201207_1211_1000116.pdf
|
|
description: |
|
|
This template supports the detection part only.
|
|
|
|
Dell EMC iDRAC7/iDRAC8, versions prior to 2.52.52.52, contain CGI injection vulnerability
|
|
which could be used to execute remote code. A remote unauthenticated attacker may
|
|
potentially be able to use CGI variables to execute remote code.
|
|
|
|
https://github.com/KraudSecurity/Exploits/blob/master/CVE-2018-1207/CVE-2018-1207.py
|
|
tags: cve,cve2018,dell,injection,rce
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.80
|
|
cve-id: CVE-2018-1207
|
|
cwe-id: CWE-94
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/login?LD_DEBUG=files"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "calling init: /lib/"
|
|
part: all
|