WordPress InspiryThemes RealHomes Theme Privilege Escalation Vulnerability (Jan 2025)
🗓️ 24 Jan 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 22 Views
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| CVE-2024-32444 | 22 Jan 202523:05 | – | circl | |
| WordPress plugin RealHomes 安全漏洞 | 3 Sep 202500:00 | – | cnnvd | |
| CVE-2024-32444 | 3 Sep 202506:55 | – | cve | |
| CVE-2024-32444 WordPress RealHomes theme <= 4.3.6 - Privilege Escalation vulnerability | 3 Sep 202506:55 | – | cvelist | |
| EUVD-2024-30262 | 15 Jan 202600:31 | – | euvd | |
| CVE-2024-32444 | 13 Sep 202603:24 | – | kitploit | |
| CVE-2024-32444 | 3 Sep 202507:15 | – | nvd | |
| CVE-2024-32444 | 3 Sep 202507:15 | – | osv | |
| WordPress RealHomes theme <= 4.3.6 - Privilege Escalation vulnerability | 20 Jan 202512:21 | – | patchstack | |
| PT-2025-2405 | 23 Jan 202500:00 | – | ptsecurity |
10
# SPDX-FileCopyrightText: 2025 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:inspirythemes:realhomes";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.171110");
script_version("2026-01-28T05:49:43+0000");
script_tag(name:"last_modification", value:"2026-01-28 05:49:43 +0000 (Wed, 28 Jan 2026)");
script_tag(name:"creation_date", value:"2025-01-24 08:20:50 +0000 (Fri, 24 Jan 2025)");
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_cve_id("CVE-2024-32444");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("WordPress InspiryThemes RealHomes Theme Privilege Escalation Vulnerability (Jan 2025)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Privilege escalation");
script_dependencies("gb_wordpress_themes_http_detect.nasl");
script_mandatory_keys("wordpress/theme/realhomes/detected");
script_tag(name:"summary", value:"The WordPress theme RealHomes by InspiryThemes is prone to a
privilege escalation vulnerability.");
script_tag(name:"insight", value:"This vulnerability occurs because the code that handles user
input doesn't have any authorization or nonce check. If registration is enabled on the settings
any attacker can takeover the website. The theme also doesn't check if the user is calling the
inspiry_ajax_register action with a $user_role parameter and has permission to create
Administrator role accounts, allowing anyone to generate one.");
script_tag(name:"impact", value:"The vulnerability allows any unauthenticated user to increase
their privileges and take over the WordPress site by performing a series of HTTP requests.");
script_tag(name:"affected", value:"WordPress theme RealHomes by InspiryThemes prior to version
4.3.7.");
script_tag(name:"solution", value:"Update to version 4.3.7 or later.");
script_xref(name:"URL", value:"https://www.bleepingcomputer.com/news/security/critical-zero-days-impact-premium-wordpress-real-estate-plugins/");
script_xref(name:"URL", value:"https://patchstack.com/articles/unauthenticated-privilege-escalation-vulnerability-patched-in-real-home-theme/");
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.3.7" ) ) {
report = report_fixed_ver( installed_version: version, fixed_version: "4.3.7", 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
28 Jan 2026 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 3.19.8
EPSS0.00694
SSVC