cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-237521name: crowdsecurity/vpatch-CVE-2023-237522description: "Joomla! Webservice - Password Disclosure (CVE-2023-23752)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: regex11 value: (/config/application|/users)$12 - zones:13 - ARGS14 variables:15 - public16 transform:17 - lowercase18 match:19 type: equals20 value: "true"21labels:22 type: exploit23 service: http24 confidence: 325 spoofable: 026 behavior: "http:exploit"27 label: "Joomla! Webservice - Password Disclosure"28 classification:29 - cve.CVE-2023-2375230 - attack.T159531 - attack.T119032 - cwe.CWE-28433 - cwe.CWE-266343536