We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f325c commit 7a42850Copy full SHA for 7a42850
1 file changed
appsec-rules/crowdsecurity/vpatch-CVE-2024-8529.yaml
@@ -0,0 +1,34 @@
1
+## autogenerated on 2026-06-17 10:33:08
2
+name: crowdsecurity/vpatch-CVE-2024-8529
3
+description: 'Detects unauthenticated SQL injection in LearnPress via c_fields parameter in /wp-json/learnpress/v1/courses endpoint.'
4
+rules:
5
+ - and:
6
+ - zones:
7
+ - URI
8
+ transform:
9
+ - lowercase
10
+ match:
11
+ type: contains
12
+ value: /wp-json/learnpress/v1/courses
13
14
+ - ARGS
15
+ variables:
16
+ - c_fields
17
18
19
+ - urldecode
20
21
22
+ value: '('
23
+
24
+labels:
25
+ type: exploit
26
+ service: http
27
+ confidence: 3
28
+ spoofable: 0
29
+ behavior: 'http:exploit'
30
+ label: 'LearnPress - SQLI'
31
+ classification:
32
+ - cve.CVE-2024-8529
33
+ - attack.T1190
34
+ - cwe.CWE-89
0 commit comments