Vulnerabilities > CVE-2009-2707 - Unspecified vulnerability in Novell Suse Linux Enterprise Server 10

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN
novell
nessus

Summary

Unspecified vulnerability in ia32el (aka the IA 32 emulation functionality) before 7042_7022-0.4.2 in SUSE Linux Enterprise (SLE) 10 SP2 on Itanium IA64 machines allows local users to cause a denial of service (system crash) via a 32-bit x86 application.

Vulnerable Configurations

Part Description Count
OS
Novell
1

Nessus

NASL familySuSE Local Security Checks
NASL idSUSE_IA32EL-6466.NASL
descriptionA 32bit x86 user program could crash the Itanium IA64 kernel in the IA 32 (Intel 32bit) emulation. (CVE-2009-2707) Updating IA32EL to 7042_7022, the same version as shipped on SLES 10 SP3, fixes this problem.
last seen2020-06-01
modified2020-06-02
plugin id41521
published2009-09-24
reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
sourcehttps://www.tenable.com/plugins/nessus/41521
titleSuSE 10 Security Update : ia32el (ZYPP Patch Number 6466)
code
#%NASL_MIN_LEVEL 80502
#
# (C) Tenable Network Security, Inc.
#
# The text description of this plugin is (C) Novell, Inc.
#

include("compat.inc");

if (description)
{
  script_id(41521);
  script_version ("1.11");
  script_cvs_date("Date: 2019/10/25 13:36:36");

  script_cve_id("CVE-2009-2707");

  script_name(english:"SuSE 10 Security Update : ia32el (ZYPP Patch Number 6466)");
  script_summary(english:"Checks rpm output for the updated package");

  script_set_attribute(
    attribute:"synopsis", 
    value:"The remote SuSE 10 host is missing a security-related patch."
  );
  script_set_attribute(
    attribute:"description", 
    value:
"A 32bit x86 user program could crash the Itanium IA64 kernel in the IA
32 (Intel 32bit) emulation. (CVE-2009-2707)

Updating IA32EL to 7042_7022, the same version as shipped on SLES 10
SP3, fixes this problem."
  );
  script_set_attribute(
    attribute:"see_also",
    value:"http://support.novell.com/security/cve/CVE-2009-2707.html"
  );
  script_set_attribute(attribute:"solution", value:"Apply ZYPP patch number 6466.");
  script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:N/I:N/A:C");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:suse:suse_linux");

  script_set_attribute(attribute:"patch_publication_date", value:"2009/08/26");
  script_set_attribute(attribute:"plugin_publication_date", value:"2009/09/24");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_copyright(english:"This script is Copyright (C) 2009-2019 Tenable Network Security, Inc.");
  script_family(english:"SuSE Local Security Checks");

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");

  exit(0);
}


include("global_settings.inc");
include("rpm.inc");


if (!get_kb_item("Host/local_checks_enabled")) exit(0, "Local checks are not enabled.");
if (!get_kb_item("Host/SuSE/release")) exit(0, "The host is not running SuSE.");
if (!get_kb_item("Host/SuSE/rpm-list")) exit(1, "Could not obtain the list of installed packages.");

cpu = get_kb_item("Host/cpu");
if (isnull(cpu)) exit(1, "Failed to determine the architecture type.");
if (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") exit(1, "Local checks for SuSE 10 on the '"+cpu+"' architecture have not been implemented.");


flag = 0;
if (rpm_check(release:"SLED10", sp:2, cpu:"i586", reference:"ia32el-7042_7022-0.4.2")) flag++;
if (rpm_check(release:"SLES10", sp:2, cpu:"i586", reference:"ia32el-7042_7022-0.4.2")) flag++;


if (flag)
{
  if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
  else security_warning(0);
  exit(0);
}
else exit(0, "The host is not affected.");

Seebug

bulletinFamilyexploit
descriptionBugraq ID: 36393 CVE ID:CVE-2009-2707 Linux是一款开放源代码的操作系统。 Linux内核Intel 32位仿真模式存在设计问题,本地攻击者可以用漏洞使系统崩溃,造成拒绝服务攻击。 目前没有详细漏洞细节提供。 S.u.S.E. SLE 10 Linux kernel 厂商解决方案 用户可联系供应商获得最新程序: http://www.kernel.org/
idSSV:12345
last seen2017-11-19
modified2009-09-18
published2009-09-18
reporterRoot
titleLinux Kernel Intel 32bit仿真模式本地拒绝服务漏洞

Statements

contributorTomas Hoger
lastmodified2009-09-23
organizationRed Hat
statementNot vulnerable. This issue did not affect the versions of ia32el as shipped with Red Hat Enterprise Linux 3, 4 or 5.