cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-10611name: crowdsecurity/vpatch-CVE-2024-10612description: "WordPress HTML5 Video Player - SQL Injection (CVE-2024-1061)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: GET10 - zones:11 - ARGS12 variables:13 - rest_route14 match:15 type: contains16 value: /h5vp/v1/view17 - zones:18 - ARGS19 variables:20 - id21 match:22 type: libinjectionSQL2324labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: "http:exploit"30 label: "WordPress HTML5 Video Player - SQL Injection"31 classification:32 - cve.CVE-2024-106133 - attack.T159534 - attack.T119035 - cwe.CWE-89