cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-60001## autogenerated on 2025-09-24 14:14:582name: crowdsecurity/vpatch-CVE-2023-60003description: 'Detects unauthenticated stored XSS in WordPress Popup Builder plugin via sgpb-WillOpen parameter.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /13 - zones:14 - BODY_ARGS15 variables:16 - sgpb-willopen17 transform:18 - lowercase19 - urldecode20 match:21 type: contains22 value: "<"23 - zones:24 - BODY_ARGS25 variables:26 - sgpb-is-preview27 transform:28 - lowercase29 - urldecode30 match:31 type: contains32 value: "1"3334labels:35 type: exploit36 service: http37 confidence: 338 spoofable: 039 behavior: 'http:exploit'40 label: 'WordPress Popup Builder - XSS'41 classification:42 - cve.CVE-2023-600043 - attack.T105944 - cwe.CWE-7945