Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .appsec-tests/vpatch-CVE-2018-1207/CVE-2018-1207.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## autogenerated on 2025-09-25 10:25:18
id: CVE-2018-1207
info:
name: CVE-2018-1207
author: crowdsec
severity: info
description: CVE-2018-1207 testing
tags: appsec-testing
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/login?LD_DEBUG=files"
cookie-reuse: true
matchers:
- type: status
status:
- 403
5 changes: 5 additions & 0 deletions .appsec-tests/vpatch-CVE-2018-1207/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## autogenerated on 2025-09-25 10:25:18
appsec-rules:
- ./appsec-rules/crowdsecurity/base-config.yaml
- ./appsec-rules/crowdsecurity/vpatch-CVE-2018-1207.yaml
nuclei_template: CVE-2018-1207.yaml
33 changes: 33 additions & 0 deletions appsec-rules/crowdsecurity/vpatch-CVE-2018-1207.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## autogenerated on 2025-09-25 10:25:18
name: crowdsecurity/vpatch-CVE-2018-1207
description: 'Detects remote code injection in Dell iDRAC7/8 devices via LD_DEBUG CGI variable.'
rules:
- and:
- zones:
- URI
transform:
- lowercase
match:
type: contains
value: /cgi-bin/login
- zones:
- ARGS
variables:
- ld_debug
transform:
- lowercase
match:
type: equals
value: files

labels:
type: exploit
service: http
confidence: 3
spoofable: 0
behavior: 'http:exploit'
label: 'Dell Idrac7/8 - RCE'
classification:
- cve.CVE-2018-1207
- attack.T1190
- cwe.CWE-94
1 change: 1 addition & 0 deletions collections/crowdsecurity/appsec-virtual-patching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ appsec-rules:
- crowdsecurity/vpatch-CVE-2024-51977
- crowdsecurity/vpatch-CVE-2022-31499
- crowdsecurity/vpatch-CVE-2025-57819
- crowdsecurity/vpatch-CVE-2018-1207
- crowdsecurity/vpatch-CVE-2024-0204
- crowdsecurity/vpatch-CVE-2020-25078
author: crowdsecurity
Expand Down
22 changes: 22 additions & 0 deletions taxonomy/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,28 @@
"CWE-78"
]
},
"crowdsecurity/vpatch-CVE-2018-1207": {
"name": "crowdsecurity/vpatch-CVE-2018-1207",
"description": "Detects remote code injection in Dell iDRAC7/8 devices via LD_DEBUG CGI variable.",
"label": "Dell Idrac7/8 - RCE",
"behaviors": [
"http:exploit"
],
"mitre_attacks": [
"TA0001:T1190"
],
"confidence": 3,
"spoofable": 0,
"cti": true,
"service": "http",
"created_at": "2025-03-31 19:08:27",
"cves": [
"CVE-2018-1207"
],
"cwes": [
"CWE-94"
]
},
"crowdsecurity/vpatch-CVE-2018-13379": {
"name": "crowdsecurity/vpatch-CVE-2018-13379",
"description": "Fortinet FortiOS - Credentials Disclosure (CVE-2018-13379)",
Expand Down
Loading