| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| Exploit for CVE-2025-6389 | 10 Dec 202518:16 | – | githubexploit | |
| Mephisto | 21 May 202605:06 | – | githubexploit | |
| Exploit for CVE-2025-6389 | 18 Apr 202619:37 | – | githubexploit | |
| CVE-2025-6389 | 25 Nov 202502:38 | – | circl | |
| WordPress plugin Sneeit Framework 代码注入漏洞 | 25 Nov 202500:00 | – | cnnvd | |
| CVE-2025-6389 | 25 Nov 202502:26 | – | cve | |
| CVE-2025-6389 Sneeit Framework <= 8.3 - Unauthenticated Remote Code Execution in sneeit_articles_pagination_callback | 25 Nov 202502:26 | – | cvelist | |
| EUVD-2025-199531 | 25 Nov 202502:26 | – | euvd | |
| CVE-2025-6389 | 25 Nov 202503:15 | – | nvd | |
| WordPress Sneeit Framework plugin <= 8.3 - Unauthenticated Remote Code Execution in sneeit_articles_pagination_callback vulnerability | 26 Nov 202506:26 | – | patchstack |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 80900
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(278112);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/02/25");
script_cve_id("CVE-2025-6389");
script_name(english:"WordPress Plugin 'Sneeit Framework' < 8.4 Code Execution");
script_set_attribute(attribute:"synopsis", value:
"The remote WordPress application has a plugin installed that is
affected by a code execution vulnerability.");
script_set_attribute(attribute:"description", value:
"The WordPress application running on the remote host has a version of
the 'Sneeit Framework' plugin that is prior to
8.4 and, thus, is affected by a code execution vulnerability. 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.");
# https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/sneeit-framework/sneeit-framework-83-unauthenticated-remote-code-execution-in-sneeit-articles-pagination-callback
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?41d4aced");
script_set_attribute(attribute:"solution", value:
"Update the 'Sneeit Framework' plugin to version 8.4 or later through the administrative dashboard.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-6389");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2025/11/24");
script_set_attribute(attribute:"patch_publication_date", value:"2025/08/05");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/12/10");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:wordpress:wordpress");
script_set_attribute(attribute:"enable_cgi_scanning", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"CGI abuses");
script_copyright(english:"This script is Copyright (C) 2025-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("wordpress_plugin_detect.nbin");
script_require_keys("installed_sw/WordPress", "www/PHP");
script_require_ports("Services/www", 80);
exit(0);
}
include("vcf.inc");
include("vcf_extras.inc");
app_info = vcf::wordpress::plugin::get_app_info(plugin:"sneeit-framework");
vcf::check_granularity(app_info:app_info, sig_segments:2);
constraints = [
{ "fixed_version" : "8.4" }
];
vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_HOLE);
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