cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-491321## autogenerated on 2025-08-06 13:53:302name: crowdsecurity/vpatch-CVE-2025-491323description: 'Detects unauthenticated remote code execution in Pterodactyl Panel via path traversal in /locales/locale.json'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /locales/locale.json14 - zones:15 - ARGS16 variables:17 - locale18 transform:19 - lowercase20 - urldecode21 match:22 type: contains23 value: '../'2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: 'http:exploit'31 label: 'Pterodactyl Panel - RCE'32 classification:33 - cve.CVE-2025-4913234 - attack.T119035 - cwe.CWE-2036