cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-1389
1name: crowdsecurity/vpatch-CVE-2023-13892description: "TP-Link Archer AX21 - RCE (CVE-2023-1389)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /cgi-bin/luci/;stok=/locale12 - zones:13 - ARGS14 variables:15 - form16 match:17 type: equals18 value: country19 - zones:20 - BODY_ARGS21 - ARGS22 variables:23 - operation24 match:25 type: equals26 value: write27 - zones:28 - BODY_ARGS29 - ARGS30 variables:31 - country32 match:33 type: regex34 value: "[^a-zA-Z0-9_.-]+"3536labels:37 type: exploit38 service: http39 confidence: 340 spoofable: 041 behavior: "http:exploit"42 label: "TP-Link Archer AX21 - RCE"43 classification:44 - cve.CVE-2023-138945 - attack.T159546 - attack.T119047 - cwe.CWE-7748