WordPress Multiple Vulnerabilities (Jan 2024) - Windows
🗓️ 31 Jan 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType
openvas🔗 plugins.openvas.org👁 48 Views
| Reporter | Title | Published | Views | Family All 30 |
|---|---|---|---|---|
| The vulnerability of the WordPress website content management system, related to the unlimited download of dangerous files, allows a hacker to execute arbitrary commands. | 19 Apr 202400:00 | – | bdu_fstec | |
| CVE-2024-31210 | 15 Apr 202418:21 | – | circl | |
| WordPress 安全漏洞 | 4 Apr 202400:00 | – | cnnvd | |
| CVE-2024-31210 | 4 Apr 202422:59 | – | cve | |
| CVE-2024-31210 PHP file upload bypass via Plugin installer | 4 Apr 202422:59 | – | cvelist | |
| [SECURITY] [DSA 5685-1] wordpress security update | 8 May 202421:49 | – | debian | |
| CVE-2024-31210 | 4 Apr 202422:59 | – | debiancve | |
| Debian dsa-5685 : wordpress - security update | 9 May 202400:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2024-31210 | 18 Aug 202500:00 | – | nessus | |
| WordPress < 6.6.1 | 2 Aug 202400:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2024 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:wordpress:wordpress";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.114318");
script_version("2026-01-08T05:48:01+0000");
script_tag(name:"last_modification", value:"2026-01-08 05:48:01 +0000 (Thu, 08 Jan 2026)");
script_tag(name:"creation_date", value:"2024-01-31 16:14:37 +0000 (Wed, 31 Jan 2024)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2026-01-07 20:13:40 +0000 (Wed, 07 Jan 2026)");
script_cve_id("CVE-2024-31210");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("WordPress Multiple Vulnerabilities (Jan 2024) - Windows");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_wordpress_http_detect.nasl", "os_detection.nasl");
script_mandatory_keys("wordpress/detected", "Host/runs_windows");
script_tag(name:"summary", value:"WordPress is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The following flaws exist:
- CVE-2024-31210: PHP File Upload bypass via Plugin Installer (requiring admin privileges)
- Remote Code Execution (RCE) POP Chains vulnerability");
script_tag(name:"affected", value:"WordPress version 6.4.3 and prior.");
script_tag(name:"solution", value:"Update to version 4.1.40, 4.2.37, 4.3.33, 4.4.32, 4.5.31,
4.6.28, 4.7.28, 4.8.24, 4.9.25, 5.0.21, 5.1.18, 5.2.20, 5.3.17, 5.4.15, 5.5.14, 5.6.13, 5.7.11,
5.8.9, 5.9.9, 6.0.7, 6.1.5, 6.2.4, 6.3.3, 6.4.3 or later.");
script_xref(name:"URL", value:"https://wordpress.org/news/2024/01/wordpress-6-4-3-maintenance-and-security-release/");
script_xref(name:"URL", value:"https://www.wordfence.com/blog/2024/01/the-wordpress-6-4-3-security-update-what-you-need-to-know/");
script_xref(name:"URL", value:"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-x79f-xrjv-jx5r");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less(version: version, test_version: "4.1.40")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.1.40", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "4.2", test_version_up: "4.2.37")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.2.37", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "4.3", test_version_up: "4.3.33")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.3.33", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "4.4", test_version_up: "4.4.32")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.4.32", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "4.5", test_version_up: "4.5.31")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.5.31", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "4.6", test_version_up: "4.6.28")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.6.28", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "4.7", test_version_up: "4.7.28")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.7.28", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "4.8", test_version_up: "4.8.24")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.8.24", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "4.9", test_version_up: "4.9.25")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.9.25", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.0", test_version_up: "5.0.21")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.0.21", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.1", test_version_up: "5.1.18")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.1.18", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.2", test_version_up: "5.2.20")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.2.20", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.3", test_version_up: "5.3.17")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.3.17", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.4", test_version_up: "5.4.15")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.4.15", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.5", test_version_up: "5.5.14")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.5.14", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.6", test_version_up: "5.6.13")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.6.13", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.7", test_version_up: "5.7.11")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.7.11", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.8", test_version_up: "5.8.9")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.8.9", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "5.9", test_version_up: "5.9.9")) {
report = report_fixed_ver(installed_version: version, fixed_version: "5.9.9", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "6.0", test_version_up: "6.0.7")) {
report = report_fixed_ver(installed_version: version, fixed_version: "6.0.7", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "6.1", test_version_up: "6.1.5")) {
report = report_fixed_ver(installed_version: version, fixed_version: "6.1.5", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "6.2", test_version_up: "6.2.4")) {
report = report_fixed_ver(installed_version: version, fixed_version: "6.2.4", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "6.3", test_version_up: "6.3.3")) {
report = report_fixed_ver(installed_version: version, fixed_version: "6.3.3", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "6.4", test_version_up: "6.4.3")) {
report = report_fixed_ver(installed_version: version, fixed_version: "6.4.3", install_path: location);
security_message(port: port, data: report);
exit(0);
}
exit(99);
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
08 Jan 2026 00:00Current
8.1High risk
Vulners AI Score8.1
CVSS 3.17.6 - 8.8
EPSS0.00945
SSVC