Lucene search
+L

WordPress Multiple Vulnerabilities (Nov 2009)

🗓️ 20 Nov 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

WordPress Multiple Vulnerabilities, Nov 2009. Vulnerabilities in WordPress prior to version 2.8.6 allow remote attackers to execute arbitrary PHP code and inject web script

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
WordPress < 2.8.6 Multiple Vulnerabilities
13 Nov 200900:00
nessus
nessus
Tenable Nessus
FreeBSD : wordpress -- multiple vulnerabilities (0640198a-d117-11de-b667-0030843d3802)
16 Nov 200900:00
nessus
circl
Circl
CVE-2009-3890
11 Nov 200900:00
circl
cve
CVE
CVE-2009-3890
17 Nov 200918:00
cve
cve
CVE
CVE-2009-3891
17 Nov 200918:00
cve
cvelist
Cvelist
CVE-2009-3890
17 Nov 200918:00
cvelist
cvelist
Cvelist
CVE-2009-3891
17 Nov 200918:00
cvelist
debiancve
Debian CVE
CVE-2009-3890
17 Nov 200918:00
debiancve
debiancve
Debian CVE
CVE-2009-3891
17 Nov 200918:00
debiancve
exploitdb
Exploit DB
WordPress Core < 2.8.5 - Unrestricted Arbitrary File Upload / Arbitrary PHP Code Execution
11 Nov 200900:00
exploitdb
Rows per page
# SPDX-FileCopyrightText: 2009 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.900975");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-11-20 06:52:52 +0100 (Fri, 20 Nov 2009)");
  script_tag(name:"cvss_base", value:"6.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:P/I:P/A:P");
  script_cve_id("CVE-2009-3890", "CVE-2009-3891");
  script_name("WordPress Multiple Vulnerabilities (Nov 2009)");
  script_xref(name:"URL", value:"http://secunia.com/advisories/37332");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37005");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37014");
  script_xref(name:"URL", value:"http://www.openwall.com/lists/oss-security/2009/11/15/2");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_wordpress_http_detect.nasl");
  script_mandatory_keys("wordpress/detected");

  script_tag(name:"impact", value:"Attackers can exploit this issue to execute arbitrary PHP code by uploading
  malicious PHP files and to inject arbitrary web script or HTML code which
  will be executed in a user's browser session.");

  script_tag(name:"affected", value:"WordPress version prior to 2.8.6.");

  script_tag(name:"insight", value:"- The 'wp_check_filetype()' function in /wp-includes/functions.php does not
  properly validate files before uploading them.

  - Input passed into the 's' parameter in press-this.php is not sanitised
  before being displayed to the user.");

  script_tag(name:"solution", value:"Update to Version 2.8.6 or later.");

  script_tag(name:"summary", value:"WordPress is prone to multiple vulnerabilities.");

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

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if(!wpPort = get_app_port(cpe:CPE))
  exit(0);

if(!wpVer = get_app_version(cpe:CPE, port:wpPort))
  exit(0);

if(version_is_less(version:wpVer, test_version:"2.8.6")){
  report = report_fixed_ver(installed_version:wpVer, fixed_version:"2.8.6");
  security_message(port:wpPort, 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

05 Mar 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 26
EPSS0.08427
24