Lucene search
K

HP LaserJet Improper Neutralization of Input During Web Page Generation (CVE-2009-2684)

🗓️ 04 May 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 4 Views

HP LaserJet printers suffer cross-site scripting via support_param.html and configuration parameters.

Related
Refs
Code
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(505346);
  script_version("1.2");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/05/06");

  script_cve_id("CVE-2009-2684");

  script_name(english:"HP LaserJet Improper Neutralization of Input During Web Page Generation (CVE-2009-2684)");

  script_set_attribute(attribute:"synopsis", value:
"The remote OT asset is affected by a vulnerability.");
  script_set_attribute(attribute:"description", value:
"Multiple cross-site scripting (XSS) vulnerabilities in Jetdirect and
the Embedded Web Server (EWS) on certain HP LaserJet and Color
LaserJet printers, and HP Digital Senders, allow remote attackers to
inject arbitrary web script or HTML via the (1) Product_URL or (2)
Tech_URL parameter in an Apply action to the support_param.html/config
script.

This plugin only works with Tenable.ot.
Please visit https://www.tenable.com/products/tenable-ot for more information.");
  script_set_attribute(attribute:"see_also", value:"http://marc.info/?l=bugtraq&m=125493484205823&w=2");
  script_set_attribute(attribute:"see_also", value:"https://exchange.xforce.ibmcloud.com/vulnerabilities/53677");
  script_set_attribute(attribute:"solution", value:
"Refer to the vendor advisory.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2009-2684");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_cwe_id(79);

  script_set_attribute(attribute:"vuln_publication_date", value:"2009/10/13");
  script_set_attribute(attribute:"patch_publication_date", value:"2009/10/13");
  script_set_attribute(attribute:"plugin_publication_date", value:"2026/05/04");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_3000n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_3600n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_3800n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_4700n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_4730_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_6040_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_cm4730_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_cp3505");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_cp4005n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:color_laserjet_cp6015");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_2410");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_2420");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_2430n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_4240");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_4250n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_4345_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_4350n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_5200n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_9040_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_9040n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_9050_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_9050n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_m3027_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_m3035_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_m4345x_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_m5025_mfp");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_m9040_mpf");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_m9050_mpf");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_p3005n");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_p4014");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:hp:laserjet_p4515");
  script_set_attribute(attribute:"generated_plugin", value:"former");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Tenable.ot");

  script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("tenable_ot_api_integration.nasl");
  script_require_keys("Tenable.ot/HP");

  exit(0);
}


include('tenable_ot_cve_funcs.inc');

get_kb_item_or_exit('Tenable.ot/HP');

var asset = tenable_ot::assets::get(vendor:'HP');

var vuln_cpes = {
    "cpe:/h:hp:color_laserjet_3000n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_3600n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_3800n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_4700n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_4730_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_6040_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_cm4730_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_cp3505" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_cp4005n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:color_laserjet_cp6015" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_2410" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_2420" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_2430n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_4240" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_4250n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_4345_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_4350n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_5200n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_9040_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_9040n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_9050_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_9050n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_m3027_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_m3035_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_m4345x_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_m5025_mfp" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_m9040_mpf" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_m9050_mpf" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_p3005n" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_p4014" :
        {"family" : "LaserJet"},
    "cpe:/h:hp:laserjet_p4515" :
        {"family" : "LaserJet"}
};

tenable_ot::cve::compare_and_report(asset:asset, cpes:vuln_cpes, severity:SECURITY_WARNING);

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

06 May 2026 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.0223
4