cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-557481## autogenerated on 2025-10-31 08:38:212name: crowdsecurity/vpatch-CVE-2025-557483description: 'Detects path traversal in XWiki Platform via resource parameter in ssx and jsx endpoints.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: regex13 value: /bin/(ssx|jsx)/14 - zones:15 - ARGS16 variables:17 - resource18 transform:19 - lowercase20 - urldecode21 match:22 type: contains23 value: '../'2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: 'http:exploit'31 label: 'XWiki - Path Traversal'32 classification:33 - cve.CVE-2025-5574834 - attack.T100635 - cwe.CWE-2336