cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-20198
1name: crowdsecurity/vpatch-CVE-2023-201982description: "CISCO IOS XE Account Creation (CVE-2023-20198)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /%77ebui_wsma_https12 - zones:13 - METHOD14 match:15 type: equals16 value: POST17labels:18 type: exploit19 service: http20 confidence: 321 spoofable: 022 behavior: "http:exploit"23 label: "CISCO IOS XE account creation"24 classification:25 - cve.CVE-2023-2019826 - attack.T159527 - attack.T119028 - cwe.CWE-287