Lucene search
+L

HP Managed Printing Administration Multiple Vulnerabilities

🗓️ 28 Dec 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 32 Views

HP Managed Printing Administration Multiple Vulnerabilities. The flaws allow attackers to create or read arbitrary files via crafted form data and improper validation of user input

Related
Refs
Code
# SPDX-FileCopyrightText: 2011 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902654");
  script_version("2026-04-28T06:28:06+0000");
  script_cve_id("CVE-2011-4166", "CVE-2011-4167", "CVE-2011-4168", "CVE-2011-4169");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
  script_tag(name:"creation_date", value:"2011-12-28 14:57:58 +0530 (Wed, 28 Dec 2011)");
  script_name("HP Managed Printing Administration Multiple Vulnerabilities");
  script_xref(name:"URL", value:"http://secunia.com/advisories/47329/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51174");
  script_xref(name:"URL", value:"http://securitytracker.com/id/1026456");
  script_xref(name:"URL", value:"http://seclists.org/bugtraq/2011/Dec/153");
  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2011/Dec/412");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-11-352/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-11-353/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-11-354/");
  script_xref(name:"URL", value:"http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c03128469");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to perform directory traversal
  attacks, create and read arbitrary files on the affected application.");

  script_tag(name:"affected", value:"HP Managed Printing Administration before 2.6.4.");

  script_tag(name:"insight", value:"The flaws are due to

  - Errors in the MPAUploader.Uploader.1.UploadFiles() and MPAUploader.dll
    allows to create arbitrary files via crafted form data.

  - An improper validation of user supplied input to
  'hpmpa/jobDelivery/Default.asp' script, allows attackers to create or
  read arbitrary files via a ../(dot dot) sequences.");

  script_tag(name:"solution", value:"Upgrade to HP Managed Printing Administration version 2.6.4 or later.");

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

  script_tag(name:"summary", value:"HP Managed Printing Administration is prone to multiple vulnerabilities.");

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("version_func.inc");

port = http_get_port(default:80);

rcvRes = http_get_cache(item:"/hpmpa/home/", port:port);

if("title>HP Managed Printing Administration" >< rcvRes)
{
  hpmpaVer = eregmatch(pattern:'<dd>v([0-9.]+)<', string:rcvRes);

  if(hpmpaVer[1] != NULL)
  {
    if(version_is_less(version:hpmpaVer[1], test_version:"2.6.4"))
    {
      report = report_fixed_ver(installed_version:hpmpaVer[1], fixed_version:"2.6.4");
      security_message(port: 0, data: report);
      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