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.
Published: 2025-11-25
Score: 9.8 Critical
EPSS: 76.1% High
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Sneeit Framework WordPress plugin contains a critical Remote Code Execution flaw in the sneeit_articles_pagination_callback() function. By passing unchecked user input to call_user_func(), an attacker can execute arbitrary PHP code on the web server. This enables the creation of backdoors, the addition of privileged user accounts, and full compromise of server confidentiality, integrity, and availability. The weakness is identified as a code injection vulnerability (CWE-94).

Affected Systems

All installations of the Sneeit Framework plugin version 8.3 or earlier are affected. The flaw is present in the plugin itself and not in core WordPress. No specific patched version is listed, but upgrading beyond 8.3 removes the vulnerable callback.

Risk and Exploitability

The CVSS score of 9.8 reflects critical severity, and an EPSS score of 76% indicates that exploitation is both possible and relatively likely at this time. The vulnerability is not in the CISA KEV catalog. Based on the description, the likely attack vector is an unauthenticated HTTP request to the sneeit_articles_pagination_callback() endpoint containing crafted parameters that are passed directly to call_user_func(). The lack of authentication checks means any visitor could trigger the flaw. Once exploited, the attacker can run arbitrary code, jeopardizing the entire WordPress site and underlying server.

Generated by OpenCVE AI on August 24, 2026 at 23:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Sneeit Framework to the latest release above version 8.3, which removes the vulnerable callback.
  • If an upgrade cannot be performed immediately, block or remove unauthenticated access to the sneeit_articles_pagination_callback() function and sanitize any user‑supplied parameters so that call_user_func() is no longer invoked with untrusted data.
  • Implement strict input validation and avoid the use of call_user_func() for processing user input; follow best practices for safe code evaluation to prevent similar injection flaws in the future.

Generated by OpenCVE AI on August 24, 2026 at 23:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 01 Dec 2025 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Vendors & Products Wordpress
Wordpress wordpress

Tue, 25 Nov 2025 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 25 Nov 2025 03:00:00 +0000

Type Values Removed Values Added
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.
Title Sneeit Framework <= 8.3 - Unauthenticated Remote Code Execution in sneeit_articles_pagination_callback
Weaknesses CWE-94
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:17:17.744Z

Reserved: 2025-06-20T02:01:57.382Z

Link: CVE-2025-6389

cve-icon Vulnrichment

Updated: 2025-11-25T14:39:18.690Z

cve-icon NVD

Status : Deferred

Published: 2025-11-25T03:15:44.990

Modified: 2026-06-17T10:01:47.043

Link: CVE-2025-6389

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T23:15:04Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')