Lucene search
+L

WordPress Information Disclosure Vulnerability (Jul 2025) - Linux

🗓️ 22 Jul 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

WordPress has an information disclosure vulnerability allowing remote guessing of private post titles.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2025-54352
29 Jul 202515:00
circl
cnnvd
CNNVD
WordPress 安全漏洞
21 Jul 202500:00
cnnvd
cve
CVE
CVE-2025-54352
21 Jul 202500:00
cve
cvelist
Cvelist
CVE-2025-54352
21 Jul 202500:00
cvelist
debiancve
Debian CVE
CVE-2025-54352
21 Jul 202500:00
debiancve
githubexploit
GithubExploit
Exploit for CVE-2025-54352
8 Oct 202504:00
githubexploit
euvd
EUVD
EUVD-2025-22048
3 Oct 202520:07
euvd
kitploit
Kitploit
CVE-2025-54352
10 Sep 202601:31
kitploit
kitploit
Kitploit
XML-RPC-Pingback-Vulnerability
6 Sep 202605:18
kitploit
kitploit
Kitploit
XMLRPC-Pingback-vulnerability-POC
10 Sep 202615:28
kitploit
Rows per page
# 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:wordpress:wordpress";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.128169");
  script_version("2025-09-22T07:08:28+0000");
  script_tag(name:"last_modification", value:"2025-09-22 07:08:28 +0000 (Mon, 22 Sep 2025)");
  script_tag(name:"creation_date", value:"2025-07-22 02:44:16 +0000 (Tue, 22 Jul 2025)");
  script_tag(name:"cvss_base", value:"2.6");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:P/I:N/A:N");

  script_cve_id("CVE-2025-54352");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  script_tag(name:"solution_type", value:"NoneAvailable");

  script_name("WordPress Information Disclosure Vulnerability (Jul 2025) - Linux");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2025 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_wordpress_http_detect.nasl", "os_detection.nasl");
  script_mandatory_keys("wordpress/detected", "Host/runs_unixoide");

  script_tag(name:"summary", value:"WordPress is prone to an information disclosure
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"WordPress allows remote attackers to guess titles of private and
  draft posts via pingback.ping XML-RPC requests.

  NOTE: The vendor is not changing this behavior.");

  script_tag(name:"affected", value:"WordPress versions 3.5.x through 6.8.2.");

  script_tag(name:"solution", value:"No known solution is available as of 23rd July, 2025.
  Information regarding this issue will be updated once solution details are available.");

  script_xref(name:"URL", value:"https://github.com/advisories/GHSA-585c-5qcq-7fgc");
  script_xref(name:"URL", value:"https://www.imperva.com/blog/beware-a-threat-actor-could-steal-the-titles-of-your-private-and-draft-wordpress-posts/");

  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_in_range(version: version, test_version: "3.5", test_version2: "6.8.2")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "None", install_path: location);
  security_message(port: port, data: report);
  exit(0);
}

exit(0);

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