cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-290281## autogenerated on 2025-09-24 14:24:502name: crowdsecurity/vpatch-CVE-2024-290283description: 'Detects SSRF vulnerability in Memos API /o/get/httpmeta endpoint via url parameter.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /o/get/httpmeta13 - zones:14 - ARGS15 variables:16 - url17 transform:18 - lowercase19 - urldecode20 match:21 type: startsWith22 value: http2324labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: 'http:exploit'30 label: 'Memos - SSRF'31 classification:32 - cve.CVE-2024-2902833 - attack.T119034 - cwe.CWE-91835