Lucene search
+L

RedHat Update for kernel RHSA-2013:0168-01

🗓️ 24 Jan 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

RedHat Update for kernel RHSA-2013:0168-01 - Fixes security issues and bug

Related
Refs
Code
ReporterTitlePublishedViews
Family
amazon
Amazon
Medium: kernel
23 Mar 201200:00
amazon
amazon
Amazon
Medium: kernel
20 Nov 201200:00
amazon
amazon
Amazon
Medium: kernel, nvidia
14 Jan 201300:00
amazon
nessus
Tenable Nessus
Amazon Linux AMI : kernel (ALAS-2012-142)
4 Sep 201300:00
nessus
nessus
Tenable Nessus
Amazon Linux AMI : kernel (ALAS-2012-58)
4 Sep 201300:00
nessus
nessus
Tenable Nessus
Amazon Linux AMI : kernel / nvidia (ALAS-2013-148)
4 Sep 201300:00
nessus
nessus
Tenable Nessus
CentOS 6 : kernel (CESA-2012:1426)
9 Nov 201200:00
nessus
nessus
Tenable Nessus
CentOS 6 : kernel (CESA-2012:1580)
20 Dec 201200:00
nessus
nessus
Tenable Nessus
CentOS 5 : kernel (CESA-2013:0168)
24 Jan 201300:00
nessus
nessus
Tenable Nessus
Debian DSA-2582-1 : xen - several vulnerabilities
9 Dec 201200:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2013 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_tag(name:"affected", value:"kernel on Red Hat Enterprise Linux (v. 5 server)");
  script_tag(name:"solution", value:"Please Install the Updated Packages.");
  script_tag(name:"insight", value:"The kernel packages contain the Linux kernel, the core of any Linux
  operating system.

  This update fixes the following security issues:

  * It was found that the Xen hypervisor implementation did not perform
  range checking on the guest provided values in multiple hypercalls. A
  privileged guest user could use this flaw to trigger long loops, leading
  to a denial of service (Xen hypervisor hang). (CVE-2012-5515, Moderate)

  * A flaw was found in the way the Linux kernel's IPv6 implementation
  handled overlapping, fragmented IPv6 packets. A remote attacker could
  potentially use this flaw to bypass protection mechanisms (such as a
  firewall or intrusion detection system (IDS)) when sending network packets
  to a target system. (CVE-2012-4444, Low)

  Red Hat would like to thank the Xen project for reporting CVE-2012-5515,
  and Antonios Atlasis working with Beyond Security's SecuriTeam Secure
  Disclosure program and Loganaden Velvindron of AFRINIC for reporting
  CVE-2012-4444.

  This update also fixes several bugs. Space precludes documenting all of
  these changes in this advisory. Documentation for these changes will be
  available shortly from the Red Hat Enterprise Linux 5.9 Technical Notes
  document linked to in the References section.

  Users should upgrade to these updated packages, which contain backported
  patches to correct these issues. The system must be rebooted for this
  update to take effect.");
  script_xref(name:"URL", value:"https://www.redhat.com/archives/rhsa-announce/2013-January/msg00038.html");
  script_oid("1.3.6.1.4.1.25623.1.0.870892");
  script_version("2024-03-21T05:06:54+0000");
  script_tag(name:"last_modification", value:"2024-03-21 05:06:54 +0000 (Thu, 21 Mar 2024)");
  script_tag(name:"creation_date", value:"2013-01-24 09:26:45 +0530 (Thu, 24 Jan 2013)");
  script_cve_id("CVE-2012-1568", "CVE-2012-4444", "CVE-2012-5515");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"RHSA", value:"2013:0168-01");
  script_name("RedHat Update for kernel RHSA-2013:0168-01");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'kernel'
  package(s) announced via the referenced advisory.");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("Red Hat Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/rhel", "ssh/login/rpms", re:"ssh/login/release=RHENT_5");

  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release) exit(0);

res = "";

if(release == "RHENT_5")
{

  if ((res = isrpmvuln(pkg:"kernel", rpm:"kernel~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-PAE", rpm:"kernel-PAE~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-PAE-debuginfo", rpm:"kernel-PAE-debuginfo~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-PAE-devel", rpm:"kernel-PAE-devel~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-debug", rpm:"kernel-debug~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-debug-debuginfo", rpm:"kernel-debug-debuginfo~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-debug-devel", rpm:"kernel-debug-devel~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-debuginfo", rpm:"kernel-debuginfo~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-debuginfo-common", rpm:"kernel-debuginfo-common~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-devel", rpm:"kernel-devel~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-headers", rpm:"kernel-headers~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-xen", rpm:"kernel-xen~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-xen-debuginfo", rpm:"kernel-xen-debuginfo~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-xen-devel", rpm:"kernel-xen-devel~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"kernel-doc", rpm:"kernel-doc~2.6.18~348.1.1.el5", rls:"RHENT_5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99);
  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

21 Mar 2024 00:00Current
8.1High risk
Vulners AI Score8.1
CVSS 25
EPSS0.03614
37