Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .appsec-tests/vpatch-CVE-2024-8529/CVE-2024-8529.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## autogenerated on 2026-06-17 10:33:08
id: CVE-2024-8529
info:
name: CVE-2024-8529
author: crowdsec
severity: info
description: CVE-2024-8529 testing
tags: appsec-testing
http:
- raw:
- |
GET /wp-json/learnpress/v1/courses?c_fields=(SELECT(0)FROM(SELECT(SLEEP(8)))a)/*test*/ HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
matchers:
- type: status
status:
- 403
5 changes: 5 additions & 0 deletions .appsec-tests/vpatch-CVE-2024-8529/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## autogenerated on 2026-06-17 10:33:08
appsec-rules:
- ./appsec-rules/crowdsecurity/base-config.yaml
- ./appsec-rules/crowdsecurity/vpatch-CVE-2024-8529.yaml
nuclei_template: CVE-2024-8529.yaml
34 changes: 34 additions & 0 deletions appsec-rules/crowdsecurity/vpatch-CVE-2024-8529.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## autogenerated on 2026-06-17 10:33:08
name: crowdsecurity/vpatch-CVE-2024-8529
description: 'Detects unauthenticated SQL injection in LearnPress via c_fields parameter in /wp-json/learnpress/v1/courses endpoint.'
rules:
- and:
- zones:
- URI
transform:
- lowercase
match:
type: contains
value: /wp-json/learnpress/v1/courses
- zones:
- ARGS
variables:
- c_fields
transform:
- lowercase
- urldecode
match:
type: contains
value: '('

labels:
type: exploit
service: http
confidence: 3
spoofable: 0
behavior: 'http:exploit'
label: 'LearnPress - SQLI'
classification:
- cve.CVE-2024-8529
- attack.T1190
- cwe.CWE-89
1 change: 1 addition & 0 deletions collections/crowdsecurity/appsec-virtual-patching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ appsec-rules:
- crowdsecurity/vpatch-CVE-2023-42793
- crowdsecurity/vpatch-CVE-2023-50164
- crowdsecurity/vpatch-CVE-2023-38205
- crowdsecurity/vpatch-CVE-2024-8529
- crowdsecurity/vpatch-CVE-2023-24489
- crowdsecurity/vpatch-CVE-2026-23744
- crowdsecurity/vpatch-CVE-2021-3129
Expand Down
Loading