diff --git a/.appsec-tests/vpatch-CVE-2018-1207/CVE-2018-1207.yaml b/.appsec-tests/vpatch-CVE-2018-1207/CVE-2018-1207.yaml new file mode 100644 index 00000000000..36e20afe36c --- /dev/null +++ b/.appsec-tests/vpatch-CVE-2018-1207/CVE-2018-1207.yaml @@ -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 diff --git a/.appsec-tests/vpatch-CVE-2018-1207/config.yaml b/.appsec-tests/vpatch-CVE-2018-1207/config.yaml new file mode 100644 index 00000000000..c23cd89e808 --- /dev/null +++ b/.appsec-tests/vpatch-CVE-2018-1207/config.yaml @@ -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 diff --git a/appsec-rules/crowdsecurity/vpatch-CVE-2018-1207.yaml b/appsec-rules/crowdsecurity/vpatch-CVE-2018-1207.yaml new file mode 100644 index 00000000000..cb2363442a2 --- /dev/null +++ b/appsec-rules/crowdsecurity/vpatch-CVE-2018-1207.yaml @@ -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 diff --git a/collections/crowdsecurity/appsec-virtual-patching.yaml b/collections/crowdsecurity/appsec-virtual-patching.yaml index 1944dc68c87..cf5d1dac63f 100644 --- a/collections/crowdsecurity/appsec-virtual-patching.yaml +++ b/collections/crowdsecurity/appsec-virtual-patching.yaml @@ -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 diff --git a/taxonomy/scenarios.json b/taxonomy/scenarios.json index d9c02744405..23964c9cb7e 100644 --- a/taxonomy/scenarios.json +++ b/taxonomy/scenarios.json @@ -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)",