Lucene search
K

Juniper Installer Service 7.4 < 7.4r6 Privilege Escalation (JSA10644)

🗓️ 15 Sep 2014 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 72 Views

Juniper Installer Service 7.4 < 7.4r6 Privilege Escalation (JSA10644) vulnerabilit

Related
Refs
Code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(77687);
  script_version("1.5");
  script_set_attribute(attribute:"plugin_modification_date", value:"2020/10/29");

  script_cve_id("CVE-2014-3811");
  script_bugtraq_id(69797);
  script_xref(name:"IAVA", value:"2014-A-0138-S");

  script_name(english:"Juniper Installer Service 7.4 < 7.4r6 Privilege Escalation (JSA10644)");
  script_summary(english:"Checks the Juniper Installer Service version.");

  script_set_attribute(attribute:"synopsis", value:
"The remote host has a software management application installed that
is affected by a privilege escalation vulnerability.");
  script_set_attribute(attribute:"description", value:
"According to its self-reported version, the installation of Juniper
Installer Service on the remote Windows host is version 7.4 prior to
7.4r6. It is, therefore, affected by a privilege escalation
vulnerability that allows a local user to gain administrative
privileges.");
  script_set_attribute(attribute:"see_also", value:"https://kb.juniper.net/InfoCenter/index?page=content&id=JSA10644");
  script_set_attribute(attribute:"see_also", value:"https://kb.juniper.net/InfoCenter/index?page=content&id=KB29453");
  script_set_attribute(attribute:"see_also", value:"https://kb.juniper.net/InfoCenter/index?page=content&id=KB29453");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Juniper Installer Service 7.4r6 or later");
  script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2014-3811");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2014/09/10");
  script_set_attribute(attribute:"patch_publication_date", value:"2014/09/10");
  script_set_attribute(attribute:"plugin_publication_date", value:"2014/09/15");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:juniper:installer_service");
  script_set_attribute(attribute:"stig_severity", value:"I");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

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

  script_dependencies("juniper_jis_installed.nbin");
  script_require_keys("SMB/Registry/Enumerated", "installed_sw/Juniper Installer Service");

  exit(0);
}

include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("install_func.inc");

appname = "Juniper Installer Service";

# Force windows only, this client can not be installed on MacOSX
get_kb_item_or_exit("SMB/Registry/Enumerated");
get_install_count(app_name:appname, exit_if_zero:TRUE);

install = get_single_install(app_name:appname,exit_if_unknown_ver:TRUE);
version = install['version'];
fix     = "7.4.6";
path    = install['path'];

if (ver_compare(ver:version,fix:fix,strict:FALSE) < 0)
{
  port = get_kb_item("SMB/transport");
  if (!port) port = 445;

  if (report_verbosity > 0)
  {
    report =
      '\n  Install path      : ' +  path +
      '\n  Installed version : ' + version +
      '\n  Fixed version     : ' + fix + '\n';
    security_hole(port:port, extra:report);
  }
  else security_hole(port);
}
else audit(AUDIT_INST_VER_NOT_VULN, appname, version);

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

29 Oct 2020 00:00Current
5.5Medium risk
Vulners AI Score5.5
CVSS 27.2
EPSS0.00387
72