cscli appsec-rules install crowdsecurity/vpatch-CVE-2014-51811## autogenerated on 2026-02-25 14:30:412name: crowdsecurity/vpatch-CVE-2014-51813description: 'Detects path traversal in Last.fm Rotation plugin via snode parameter in lastfm-proxy.php'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /wp-content/plugins/lastfm-rotation/lastfm-proxy.php14 - zones:15 - ARGS16 variables:17 - snode18 transform:19 - lowercase20 - urldecode21 match:22 type: contains23 value: '../'2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: 'http:exploit'31 label: "Last.fm Rotation - Local File Inclusion"32 classification:33 - cve.CVE-2014-518134 - attack.T119035 - cwe.CWE-2236