cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-27564
1## autogenerated on 2025-03-28 15:39:452name: crowdsecurity/vpatch-CVE-2024-275643description: 'Detects SSRF attack via pictureproxy.php in ChatGPT application'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /pictureproxy.php13 - zones:14 - ARGS15 variables:16 - url17 transform:18 - lowercase19 match:20 type: regex21 value: ^(http|https|file)://2223labels:24 type: exploit25 service: http26 confidence: 327 spoofable: 028 behavior: 'http:exploit'29 label: 'ChatGPT - SSRF'30 classification:31 - cve.CVE-2024-2756432 - attack.T119033 - cwe.CWE-91834