cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-31324
1#added 2025-09-052name: crowdsecurity/vpatch-CVE-2025-313243description: "SAP NetWeaver - File Upload (CVE-2025-31324)"4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: equals12 value: "/developmentserver/metadatauploader"13 - zones:14 - ARGS15 variables:16 - contenttype17 transform:18 - lowercase19 match:20 type: equals21 value: "model"22 - zones:23 - FILENAMES24 transform:25 - lowercase26 match:27 type: contains28 value: ".jsp"29labels:30 type: exploit31 service: http32 confidence: 333 spoofable: 034 behavior: "http:exploit"35 label: "SAP NetWeaver - File Upload"36 classification:37 - cve.CVE-2025-3132438 - attack.T159539 - attack.T119040 - cwe.CWE-43441