cscli appsec-rules install crowdsecurity/vpatch-CVE-2020-136401## autogenerated on 2025-10-15 14:07:192name: crowdsecurity/vpatch-CVE-2020-136403description: 'Detects SQL injection in wpDiscuz plugin via the order parameter in wpdLoadMoreComments action.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /wp-content/plugins/wpdiscuz/utils/ajax/wpdiscuz-ajax.php13 - zones:14 - BODY_ARGS15 variables:16 - order17 transform:18 - lowercase19 - urldecode20 match:21 type: contains22 value: '('2324labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: 'http:exploit'30 label: "WpDiscuz - SQL Injection"31 classification:32 - cve.CVE-2020-1364033 - attack.T119034 - cwe.CWE-8935