Vulnerabilities > CVE-2011-0997 - Improper Input Validation vulnerability in multiple products

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
low complexity
isc
debian
canonical
CWE-20
nessus
exploit available

Summary

dhclient in ISC DHCP 3.0.x through 4.2.x before 4.2.1-P1, 3.1-ESV before 3.1-ESV-R1, and 4.1-ESV before 4.1-ESV-R2 allows remote attackers to execute arbitrary commands via shell metacharacters in a hostname obtained from a DHCP message, as demonstrated by a hostname that is provided to dhclient-script.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.

Exploit-Db

idEDB-ID:37623

Nessus

  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-1108-2.NASL
    descriptionUSN-1108-1 fixed vulnerabilities in DHCP. Due to an error, the patch to fix the vulnerability was not properly applied on Ubuntu 9.10 and higher. This update fixes the problem. Sebastian Krahmer discovered that the dhclient utility incorrectly filtered crafted responses. An attacker could use this flaw with a malicious DHCP server to execute arbitrary code, resulting in root privilege escalation. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id55067
    published2011-06-13
    reporterUbuntu Security Notice (C) 2011-2019 Canonical, Inc. / NASL script (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/55067
    titleUbuntu 9.10 / 10.04 LTS / 10.10 : dhcp3 vulnerability (USN-1108-2)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Ubuntu Security Notice USN-1108-2. The text 
    # itself is copyright (C) Canonical, Inc. See 
    # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered 
    # trademark of Canonical, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(55067);
      script_version("1.11");
      script_cvs_date("Date: 2019/09/19 12:54:27");
    
      script_cve_id("CVE-2011-0997");
      script_bugtraq_id(47176);
      script_xref(name:"USN", value:"1108-2");
    
      script_name(english:"Ubuntu 9.10 / 10.04 LTS / 10.10 : dhcp3 vulnerability (USN-1108-2)");
      script_summary(english:"Checks dpkg output for updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Ubuntu host is missing a security-related patch."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "USN-1108-1 fixed vulnerabilities in DHCP. Due to an error, the patch
    to fix the vulnerability was not properly applied on Ubuntu 9.10 and
    higher. This update fixes the problem.
    
    Sebastian Krahmer discovered that the dhclient utility incorrectly
    filtered crafted responses. An attacker could use this flaw with a
    malicious DHCP server to execute arbitrary code, resulting in root
    privilege escalation.
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Ubuntu security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://usn.ubuntu.com/1108-2/"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected dhcp3-client package."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:dhcp3-client");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:10.04:-:lts");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:10.10");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:9.10");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2011/04/08");
      script_set_attribute(attribute:"patch_publication_date", value:"2011/04/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2011/06/13");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"Ubuntu Security Notice (C) 2011-2019 Canonical, Inc. / NASL script (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Ubuntu Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("ubuntu.inc");
    include("misc_func.inc");
    
    if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/Ubuntu/release");
    if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu");
    release = chomp(release);
    if (! preg(pattern:"^(9\.10|10\.04|10\.10)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 9.10 / 10.04 / 10.10", "Ubuntu " + release);
    if ( ! get_kb_item("Host/Debian/dpkg-l") ) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu);
    
    flag = 0;
    
    if (ubuntu_check(osver:"9.10", pkgname:"dhcp3-client", pkgver:"3.1.2-1ubuntu7.3")) flag++;
    if (ubuntu_check(osver:"10.04", pkgname:"dhcp3-client", pkgver:"3.1.3-2ubuntu3.2")) flag++;
    if (ubuntu_check(osver:"10.10", pkgname:"dhcp3-client", pkgver:"3.1.3-2ubuntu6.2")) flag++;
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_HOLE,
        extra      : ubuntu_report_get()
      );
      exit(0);
    }
    else
    {
      tested = ubuntu_pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "dhcp3-client");
    }
    
  • NASL familySlackware Local Security Checks
    NASL idSLACKWARE_SSA_2011-097-01.NASL
    descriptionNew dhcp packages are available for Slackware 9.0, 9.1, 10.0, 10.1, 10.2, 11.0, 12.0, 12.1, 12.2, 13.0, 13.1, and -current to fix a security issue.
    last seen2020-06-01
    modified2020-06-02
    plugin id54900
    published2011-05-28
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/54900
    titleSlackware 10.0 / 10.1 / 10.2 / 11.0 / 12.0 / 12.1 / 12.2 / 13.0 / 13.1 / 9.0 / 9.1 / current : dhcp (SSA:2011-097-01)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Slackware Security Advisory 2011-097-01. The text 
    # itself is copyright (C) Slackware Linux, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(54900);
      script_version("1.11");
      script_cvs_date("Date: 2019/10/25 13:36:21");
    
      script_cve_id("CVE-2011-0997");
      script_bugtraq_id(47176);
      script_xref(name:"SSA", value:"2011-097-01");
    
      script_name(english:"Slackware 10.0 / 10.1 / 10.2 / 11.0 / 12.0 / 12.1 / 12.2 / 13.0 / 13.1 / 9.0 / 9.1 / current : dhcp (SSA:2011-097-01)");
      script_summary(english:"Checks for updated package in /var/log/packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Slackware host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "New dhcp packages are available for Slackware 9.0, 9.1, 10.0, 10.1,
    10.2, 11.0, 12.0, 12.1, 12.2, 13.0, 13.1, and -current to fix a
    security issue."
      );
      # http://www.slackware.com/security/viewer.php?l=slackware-security&y=2011&m=slackware-security.593345
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?c953cd80"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected dhcp package.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:slackware:slackware_linux:dhcp");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:10.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:10.1");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:10.2");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:11.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:12.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:12.1");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:12.2");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:13.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:13.1");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:9.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:slackware:slackware_linux:9.1");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2011/04/07");
      script_set_attribute(attribute:"plugin_publication_date", value:"2011/05/28");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.");
      script_family(english:"Slackware Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Slackware/release", "Host/Slackware/packages");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("slackware.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Slackware/release")) audit(AUDIT_OS_NOT, "Slackware");
    if (!get_kb_item("Host/Slackware/packages")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Slackware", cpu);
    
    
    flag = 0;
    if (slackware_check(osver:"9.0", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i386", pkgnum:"1_slack9.0")) flag++;
    
    if (slackware_check(osver:"9.1", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack9.1")) flag++;
    
    if (slackware_check(osver:"10.0", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack10.0")) flag++;
    
    if (slackware_check(osver:"10.1", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack10.1")) flag++;
    
    if (slackware_check(osver:"10.2", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack10.2")) flag++;
    
    if (slackware_check(osver:"11.0", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack11.0")) flag++;
    
    if (slackware_check(osver:"12.0", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack12.0")) flag++;
    
    if (slackware_check(osver:"12.1", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack12.1")) flag++;
    
    if (slackware_check(osver:"12.2", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack12.2")) flag++;
    
    if (slackware_check(osver:"13.0", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"i486", pkgnum:"1_slack13.0")) flag++;
    if (slackware_check(osver:"13.0", arch:"x86_64", pkgname:"dhcp", pkgver:"3.1_ESV_R1", pkgarch:"x86_64", pkgnum:"1_slack13.0")) flag++;
    
    if (slackware_check(osver:"13.1", pkgname:"dhcp", pkgver:"4.1_ESV_R2", pkgarch:"i486", pkgnum:"1_slack13.1")) flag++;
    if (slackware_check(osver:"13.1", arch:"x86_64", pkgname:"dhcp", pkgver:"4.1_ESV_R2", pkgarch:"x86_64", pkgnum:"1_slack13.1")) flag++;
    
    if (slackware_check(osver:"current", pkgname:"dhcp", pkgver:"4.2.1_P1", pkgarch:"i486", pkgnum:"1")) flag++;
    if (slackware_check(osver:"current", arch:"x86_64", pkgname:"dhcp", pkgver:"4.2.1_P1", pkgarch:"x86_64", pkgnum:"1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:slackware_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE9_12696.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53312
    published2011-04-07
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/53312
    titleSuSE9 Security Update : dhcpcd (YOU Patch Number 12696)
  • NASL familySuSE Local Security Checks
    NASL idSUSE9_12697.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53636
    published2011-05-04
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/53636
    titleSuSE9 Security Update : dhcp6 (YOU Patch Number 12697)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-2217.NASL
    descriptionSebastian Krahmer and Marius Tomaschewski discovered that dhclient of dhcp3, a DHCP client, is not properly filtering shell meta-characters in certain options in DHCP server responses. These options are reused in an insecure fashion by dhclient scripts. This allows an attacker to execute arbitrary commands with the privileges of such a process by sending crafted DHCP options to a client using a rogue server.
    last seen2020-03-17
    modified2011-04-11
    plugin id53344
    published2011-04-11
    reporterThis script is Copyright (C) 2011-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53344
    titleDebian DSA-2217-1 : dhcp3 - missing input sanitization
  • NASL familySuSE Local Security Checks
    NASL idSUSE_DHCP6-7465.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id57182
    published2011-12-13
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/57182
    titleSuSE 10 Security Update : dhcp6 (ZYPP Patch Number 7465)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_2_DHCP-110406.NASL
    descriptionA rogue dhcp server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53706
    published2011-05-05
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53706
    titleopenSUSE Security Update : dhcp (openSUSE-SU-2011:0320-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_3_DHCPCD-110411.NASL
    descriptionA rogue dhcp server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id75468
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/75468
    titleopenSUSE Security Update : dhcpcd (openSUSE-SU-2011:0352-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE9_12698.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53354
    published2011-04-11
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/53354
    titleSuSE9 Security Update : dhcp (YOU Patch Number 12698)
  • NASL familyVMware ESX Local Security Checks
    NASL idVMWARE_VMSA-2011-0010.NASL
    descriptiona. Service Console update for DHCP The DHCP client daemon, dhclient, does not properly sanatize certain options in DHCP server replies. An attacker could send a specially crafted DHCP server reply, that is saved on the client system and evaluated by a process that assumes the option is trusted. This could lead to arbitrary code execution with the privileges of the evaluating process. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CVE-2011-0997 to this issue. b. Service Console update for glibc This patch updates the glibc package for ESX service console to glibc-2.5-58.7602.vmw. This fixes multiple security issues in glibc, glibc-common and nscd including possible local privilege escalation. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the identifiers CVE-2010-0296, CVE-2011-0536, CVE-2011-1095, CVE-2011-1071, CVE-2011-1658 and CVE-2011-1659 to these issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id55747
    published2011-08-01
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/55747
    titleVMSA-2011-0010 : VMware ESX third-party updates for Service Console packages glibc and dhcp
  • NASL familySuSE Local Security Checks
    NASL idSUSE_DHCP-7451.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id57180
    published2011-12-13
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/57180
    titleSuSE 10 Security Update : dhcp (ZYPP Patch Number 7451)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2011-4897.NASL
    descriptionThis is a SECURITY release of ISC DHCP, which fixes one security related bug (CVE-2011-0997) in dhclient. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id53396
    published2011-04-13
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53396
    titleFedora 14 : dhcp-4.2.0-21.P2.fc14 (2011-4897)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_DHCP-7456.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53403
    published2011-04-13
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/53403
    titleSuSE 10 Security Update : dhcp (ZYPP Patch Number 7456)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_DHCP-7430.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id57179
    published2011-12-13
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/57179
    titleSuSE 10 Security Update : dhcp (ZYPP Patch Number 7430)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20110408_DHCP_ON_SL4_X.NASL
    descriptionIt was discovered that the DHCP client daemon, dhclient, did not sufficiently sanitize certain options provided in DHCP server replies, such as the client hostname. A malicious DHCP server could send such an option with a specially crafted value to a DHCP client. If this option
    last seen2020-06-01
    modified2020-06-02
    plugin id61014
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61014
    titleScientific Linux Security Update : dhcp on SL4.x,SL5.x,SL6.x i386/x86_64
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-1108-1.NASL
    descriptionSebastian Krahmer discovered that the dhclient utility incorrectly filtered crafted responses. An attacker could use this flaw with a malicious DHCP server to execute arbitrary code, resulting in root privilege escalation. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id53372
    published2011-04-12
    reporterUbuntu Security Notice (C) 2011-2019 Canonical, Inc. / NASL script (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53372
    titleUbuntu 6.06 LTS / 8.04 LTS / 9.10 / 10.04 LTS / 10.10 : dhcp3 vulnerability (USN-1108-1)
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201301-06.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201301-06 (ISC DHCP: Denial of Service) Multiple vulnerabilities have been discovered in ISC DHCP. Please review the CVE identifiers referenced below for details. Impact : The vulnerabilities might allow remote attackers to execute arbitrary code or cause a Denial of Service. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id63440
    published2013-01-09
    reporterThis script is Copyright (C) 2013-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/63440
    titleGLSA-201301-06 : ISC DHCP: Denial of Service
  • NASL familyMisc.
    NASL idAIRPORT_FIRMWARE_7_6.NASL
    descriptionAccording to the firmware version collected via SNMP, the copy of dhclient-script included with the remote Apple Time Capsule / AirPort Express Base Station / AirPort Extreme Base Station reportedly fails to strip shell meta-characters in a hostname obtained from a DHCP response. A remote attacker might be able to leverage this vulnerability to execute arbitrary code on the affected device.
    last seen2020-06-01
    modified2020-06-02
    plugin id56855
    published2011-11-16
    reporterThis script is Copyright (C) 2011-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/56855
    titleApple Time Capsule and AirPort Base Station (802.11n) Firmware < 7.6 (APPLE-SA-2011-11-10-2)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2011-10705.NASL
    descriptionThis update fixes a pair of defects that could cause the server to halt upon processing certain packets. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id56096
    published2011-09-07
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/56096
    titleFedora 14 : dhcp-4.2.0-23.P2.fc14 (2011-10705)
  • NASL familyF5 Networks Local Security Checks
    NASL idF5_BIGIP_SOL13219.NASL
    descriptionThe ISC Dynamic Host Configuration Protocol (DHCP) client, dhclient ,in versions 3.0.x through 4.2.x before 4.2.1-P1, 3.1-ESV before 3.1-ESV-R1, and 4.1-ESV before 4.1-ESV-R2 allows remote attackers to execute arbitrary commands by way of shell metacharacters in a hostname obtained from a DHCP message, as demonstrated by a hostname that is provided to dhclient-script.
    last seen2020-06-01
    modified2020-06-02
    plugin id78132
    published2014-10-10
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78132
    titleF5 Networks BIG-IP : DHCP Client vulnerability (SOL13219)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_4_DHCP-110406.NASL
    descriptionA rogue dhcp server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id75813
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/75813
    titleopenSUSE Security Update : dhcp (openSUSE-SU-2011:0321-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_DHCPV6-110401.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53402
    published2011-04-13
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/53402
    titleSuSE 11.1 Security Update : dhcpv6 (SAT Patch Number 4317)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-2216.NASL
    descriptionSebastian Krahmer and Marius Tomaschewski discovered that dhclient of isc-dhcp, a DHCP client, is not properly filtering shell meta-characters in certain options in DHCP server responses. These options are reused in an insecure fashion by dhclient scripts. This allows an attacker to execute arbitrary commands with the privileges of such a process by sending crafted DHCP options to a client using a rogue server.
    last seen2020-03-17
    modified2011-04-11
    plugin id53343
    published2011-04-11
    reporterThis script is Copyright (C) 2011-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53343
    titleDebian DSA-2216-1 : isc-dhcp - missing input sanitization
  • NASL familySuSE Local Security Checks
    NASL idSUSE9_12699.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53355
    published2011-04-11
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/53355
    titleSuSE9 Security Update : dhcpcd (YOU Patch Number 12699)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2011-0848.NASL
    descriptionThis is a SECURITY release of ISC DHCP, which fixes two security related bugs: CVE-2011-0413: DHCPv6 server CVE-2011-0997: dhclient Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id53478
    published2011-04-19
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53478
    titleFedora 13 : dhcp-4.1.2-4.ESV.R2.fc13 (2011-0848)
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2011-073.NASL
    descriptionA vulnerability has been found and corrected in ISC DHCP : dhclient in ISC DHCP 3.0.x through 4.2.x before 4.2.1-P1, 3.1-ESV before 3.1-ESV-R1, and 4.1-ESV before 4.1-ESV-R2 allows remote attackers to execute arbitrary commands via shell metacharacters in a hostname obtained from a DHCP message (CVE-2011-0997). Additionally for Corporate Server 4 and Enterprise Server 5 ISC DHCP has been upgraded from the 3.0.7 version to the 4.1.2-P1 version which brings many enhancements such as better ipv6 support. Packages for 2009.0 are provided as of the Extended Maintenance Program. Please visit this link to learn more: http://store.mandriva.com/product_info.php?cPath=149 products_id=490 The updated packages have upgraded to the 4.1.2-P1 version and patched to correct this issue.
    last seen2020-06-01
    modified2020-06-02
    plugin id53369
    published2011-04-12
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53369
    titleMandriva Linux Security Advisory : dhcp (MDVSA-2011:073)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2011-0428.NASL
    descriptionUpdated dhcp packages that fix one security issue are now available for Red Hat Enterprise Linux 4, 5, and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. It was discovered that the DHCP client daemon, dhclient, did not sufficiently sanitize certain options provided in DHCP server replies, such as the client hostname. A malicious DHCP server could send such an option with a specially crafted value to a DHCP client. If this option
    last seen2020-06-01
    modified2020-06-02
    plugin id53339
    published2011-04-11
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53339
    titleCentOS 4 / 5 : dhcp (CESA-2011:0428)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2011-4934.NASL
    descriptionThis is a SECURITY release of ISC DHCP, which fixes one security related bug (CVE-2011-0997) in dhclient. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id53454
    published2011-04-18
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53454
    titleFedora 15 : dhcp-4.2.1-4.P1.fc15 (2011-4934)
  • NASL familyOracleVM Local Security Checks
    NASL idORACLEVM_OVMSA-2016-0058.NASL
    descriptionThe remote OracleVM system is missing necessary patches to address critical security updates : - exit(2) after sending DHCPDECLINE when dhclient has been started with
    last seen2020-06-01
    modified2020-06-02
    plugin id91742
    published2016-06-22
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/91742
    titleOracleVM 3.2 : dhcp (OVMSA-2016-0058)
  • NASL familyMisc.
    NASL idVMWARE_VMSA-2011-0010_REMOTE.NASL
    descriptionThe remote VMware ESX host is missing a security-related patch. It is, therefore, affected by multiple vulnerabilities, including arbitrary code execution vulnerabilities, in several third-party components and libraries : - DHCP - glibc
    last seen2020-06-01
    modified2020-06-02
    plugin id89679
    published2016-03-04
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/89679
    titleVMware ESX Third-Party Libraries Multiple Vulnerabilities (VMSA-2011-0010) (remote check)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2011-0428.NASL
    descriptionFrom Red Hat Security Advisory 2011:0428 : Updated dhcp packages that fix one security issue are now available for Red Hat Enterprise Linux 4, 5, and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. It was discovered that the DHCP client daemon, dhclient, did not sufficiently sanitize certain options provided in DHCP server replies, such as the client hostname. A malicious DHCP server could send such an option with a specially crafted value to a DHCP client. If this option
    last seen2020-06-01
    modified2020-06-02
    plugin id68251
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68251
    titleOracle Linux 4 / 5 / 6 : dhcp (ELSA-2011-0428)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_3_DHCP-110406.NASL
    descriptionA rogue dhcp server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id75465
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/75465
    titleopenSUSE Security Update : dhcp (openSUSE-SU-2011:0320-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_DHCP-110407.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53356
    published2011-04-11
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/53356
    titleSuSE 11.1 Security Update : dhcp (SAT Patch Number 4315)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_DHCP6-7464.NASL
    descriptionA rogue DHCP server could instruct clients to use a host name that contains shell meta characters. Since many scripts in the system do not expect unusal characters in the system
    last seen2020-06-01
    modified2020-06-02
    plugin id53502
    published2011-04-20
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/53502
    titleSuSE 10 Security Update : dhcp6 (ZYPP Patch Number 7464)
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_7E69F00D632A11E09F3A001D092480A4.NASL
    descriptionISC reports : ISC dhclient did not strip or escape certain shell meta-characters in responses from the dhcp server (like hostname) before passing the responses on to dhclient-script. Depending on the script and OS, this can result in execution of exploit code on the client.
    last seen2020-06-01
    modified2020-06-02
    plugin id53346
    published2011-04-11
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53346
    titleFreeBSD : isc-dhcp-client -- dhclient does not strip or escape shell meta-characters (7e69f00d-632a-11e0-9f3a-001d092480a4)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2011-0428.NASL
    descriptionUpdated dhcp packages that fix one security issue are now available for Red Hat Enterprise Linux 4, 5, and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. It was discovered that the DHCP client daemon, dhclient, did not sufficiently sanitize certain options provided in DHCP server replies, such as the client hostname. A malicious DHCP server could send such an option with a specially crafted value to a DHCP client. If this option
    last seen2020-06-01
    modified2020-06-02
    plugin id53352
    published2011-04-11
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/53352
    titleRHEL 4 / 5 / 6 : dhcp (RHSA-2011:0428)

Oval

accepted2011-12-05T04:00:08.832-05:00
classvulnerability
contributors
nameAslesha Nargolkar
organizationHewlett-Packard
definition_extensions
commentVMware ESX Server 4.1 is installed
ovaloval:org.mitre.oval:def:13012
descriptiondhclient in ISC DHCP 3.0.x through 4.2.x before 4.2.1-P1, 3.1-ESV before 3.1-ESV-R1, and 4.1-ESV before 4.1-ESV-R2 allows remote attackers to execute arbitrary commands via shell metacharacters in a hostname obtained from a DHCP message, as demonstrated by a hostname that is provided to dhclient-script.
familyunix
idoval:org.mitre.oval:def:12812
statusaccepted
submitted2011-09-06T16:14:19.000-05:00
titleVMSA-2011-0010 VMware ESX third party updates for Service Console packages glibc and dhcp
version6

Packetstorm

Redhat

advisories
  • bugzilla
    id689832
    titleCVE-2011-0997 dhclient: insufficient sanitization of certain DHCP response values
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 4 is installed
        ovaloval:com.redhat.rhba:tst:20070304025
      • OR
        • AND
          • commentdhcp is earlier than 7:3.0.1-67.el4
            ovaloval:com.redhat.rhsa:tst:20110428001
          • commentdhcp is signed with Red Hat master key
            ovaloval:com.redhat.rhsa:tst:20091136004
        • AND
          • commentdhcp-devel is earlier than 7:3.0.1-67.el4
            ovaloval:com.redhat.rhsa:tst:20110428003
          • commentdhcp-devel is signed with Red Hat master key
            ovaloval:com.redhat.rhsa:tst:20091136002
        • AND
          • commentdhclient is earlier than 7:3.0.1-67.el4
            ovaloval:com.redhat.rhsa:tst:20110428005
          • commentdhclient is signed with Red Hat master key
            ovaloval:com.redhat.rhsa:tst:20091136006
    • AND
      • commentRed Hat Enterprise Linux 5 is installed
        ovaloval:com.redhat.rhba:tst:20070331005
      • OR
        • AND
          • commentdhcp-devel is earlier than 12:3.0.5-23.el5_6.4
            ovaloval:com.redhat.rhsa:tst:20110428008
          • commentdhcp-devel is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110428009
        • AND
          • commentlibdhcp4client-devel is earlier than 12:3.0.5-23.el5_6.4
            ovaloval:com.redhat.rhsa:tst:20110428010
          • commentlibdhcp4client-devel is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110428011
        • AND
          • commentdhcp is earlier than 12:3.0.5-23.el5_6.4
            ovaloval:com.redhat.rhsa:tst:20110428012
          • commentdhcp is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110428013
        • AND
          • commentdhclient is earlier than 12:3.0.5-23.el5_6.4
            ovaloval:com.redhat.rhsa:tst:20110428014
          • commentdhclient is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110428015
        • AND
          • commentlibdhcp4client is earlier than 12:3.0.5-23.el5_6.4
            ovaloval:com.redhat.rhsa:tst:20110428016
          • commentlibdhcp4client is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110428017
    • AND
      • commentRed Hat Enterprise Linux 6 is installed
        ovaloval:com.redhat.rhba:tst:20111656003
      • OR
        • AND
          • commentdhcp-devel is earlier than 12:4.1.1-12.P1.el6_0.4
            ovaloval:com.redhat.rhsa:tst:20110428019
          • commentdhcp-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20100923002
        • AND
          • commentdhcp is earlier than 12:4.1.1-12.P1.el6_0.4
            ovaloval:com.redhat.rhsa:tst:20110428021
          • commentdhcp is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20100923004
        • AND
          • commentdhclient is earlier than 12:4.1.1-12.P1.el6_0.4
            ovaloval:com.redhat.rhsa:tst:20110428023
          • commentdhclient is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20100923006
    rhsa
    idRHSA-2011:0428
    released2011-04-08
    severityImportant
    titleRHSA-2011:0428: dhcp security update (Important)
  • rhsa
    idRHSA-2011:0840
rpms
  • dhclient-12:3.0.5-23.el5_6.4
  • dhclient-12:4.1.1-12.P1.el6_0.4
  • dhclient-7:3.0.1-67.el4
  • dhcp-12:3.0.5-23.el5_6.4
  • dhcp-12:4.1.1-12.P1.el6_0.4
  • dhcp-7:3.0.1-67.el4
  • dhcp-debuginfo-12:3.0.5-23.el5_6.4
  • dhcp-debuginfo-12:4.1.1-12.P1.el6_0.4
  • dhcp-debuginfo-7:3.0.1-67.el4
  • dhcp-devel-12:3.0.5-23.el5_6.4
  • dhcp-devel-12:4.1.1-12.P1.el6_0.4
  • dhcp-devel-7:3.0.1-67.el4
  • libdhcp4client-12:3.0.5-23.el5_6.4
  • libdhcp4client-devel-12:3.0.5-23.el5_6.4
  • dhclient-7:3.0.1-10.3_EL3
  • dhcp-7:3.0.1-10.3_EL3
  • dhcp-debuginfo-7:3.0.1-10.3_EL3
  • dhcp-devel-7:3.0.1-10.3_EL3

References