Vulnerabilities > CVE-2006-6120 - Unspecified vulnerability in KDE Koffice 1.6.1
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN kde
nessus
Summary
Integer overflow in the KPresenter import filter for Microsoft PowerPoint files (filters/olefilters/lib/klaola.cc) in KOffice before 1.6.1 allows user-assisted remote attackers to execute arbitrary code via a crafted PPT file, which results in a heap-based buffer overflow.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 1 |
Nessus
NASL family SuSE Local Security Checks NASL id SUSE_KOFFICE-2323.NASL description This update fixes a security problem in the OLE import handling for PPT files, where attackers with crafted documents could crash kpresenter and potentially execute code. (CVE-2006-6120) last seen 2020-06-01 modified 2020-06-02 plugin id 27304 published 2007-10-17 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27304 title openSUSE 10 Security Update : koffice (koffice-2323) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from openSUSE Security Update koffice-2323. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(27304); script_version ("1.12"); script_cvs_date("Date: 2019/10/25 13:36:28"); script_cve_id("CVE-2006-6120"); script_name(english:"openSUSE 10 Security Update : koffice (koffice-2323)"); script_summary(english:"Check for the koffice-2323 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "This update fixes a security problem in the OLE import handling for PPT files, where attackers with crafted documents could crash kpresenter and potentially execute code. (CVE-2006-6120)" ); script_set_attribute( attribute:"solution", value:"Update the affected koffice package." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:koffice"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:10.1"); script_set_attribute(attribute:"patch_publication_date", value:"2006/11/30"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/17"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-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/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/SuSE/release"); if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE"); if (release !~ "^(SUSE10\.1)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "10.1", release); if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); ourarch = get_kb_item("Host/cpu"); if (!ourarch) audit(AUDIT_UNKNOWN_ARCH); if (ourarch !~ "^(i586|i686|x86_64)$") audit(AUDIT_ARCH_NOT, "i586 / i686 / x86_64", ourarch); flag = 0; if ( rpm_check(release:"SUSE10.1", reference:"koffice-1.4.2-25.2") ) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get()); else security_warning(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "koffice"); }
NASL family Mandriva Local Security Checks NASL id MANDRAKE_MDKSA-2006-222.NASL description An integer overflow was discovered in KOffice last seen 2020-06-01 modified 2020-06-02 plugin id 24606 published 2007-02-18 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/24606 title Mandrake Linux Security Advisory : koffice (MDKSA-2006:222) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2007-0010.NASL description Updated KOffice packages that fix a security issue are now available for Red Hat Enterprise Linux 2.1. This update has been rated as having moderate security impact by the Red Hat Security Response Team. KOffice is a collection of productivity applications for the K Desktop Environment (KDE) GUI desktop. An integer overflow bug was found in KOffice last seen 2020-06-01 modified 2020-06-02 plugin id 24676 published 2007-02-21 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/24676 title RHEL 2.1 : koffice (RHSA-2007:0010) NASL family Slackware Local Security Checks NASL id SLACKWARE_SSA_2006-357-04.NASL description A new koffice package is available for Slackware 10.2 to fix a security issue. last seen 2020-06-01 modified 2020-06-02 plugin id 24664 published 2007-02-18 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/24664 title Slackware 10.2 : koffice (SSA:2006-357-04) NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-200612-05.NASL description The remote host is affected by the vulnerability described in GLSA-200612-05 (KOffice shared libraries: Heap corruption) Kees Cook of Ubuntu discovered that last seen 2020-06-01 modified 2020-06-02 plugin id 23857 published 2006-12-14 reporter This script is Copyright (C) 2006-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/23857 title GLSA-200612-05 : KOffice shared libraries: Heap corruption NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-388-1.NASL description An integer overflow was discovered in KOffice last seen 2020-06-01 modified 2020-06-02 plugin id 27971 published 2007-11-10 reporter Ubuntu Security Notice (C) 2006-2019 Canonical, Inc. / NASL script (C) 2007-2016 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27971 title Ubuntu 5.10 : koffice vulnerability (USN-388-1)
Redhat
advisories |
| ||||
rpms |
|
References
- http://secunia.com/advisories/23143
- http://secunia.com/advisories/23143
- http://secunia.com/advisories/23162
- http://secunia.com/advisories/23162
- http://secunia.com/advisories/23220
- http://secunia.com/advisories/23220
- http://secunia.com/advisories/23409
- http://secunia.com/advisories/23409
- http://secunia.com/advisories/24218
- http://secunia.com/advisories/24218
- http://security.gentoo.org/glsa/glsa-200612-05.xml
- http://security.gentoo.org/glsa/glsa-200612-05.xml
- http://securitytracker.com/id?1017318
- http://securitytracker.com/id?1017318
- http://websvn.kde.org/branches/koffice/1.6/koffice/filters/olefilters/lib/klaola.cc?rev=607037&r1=566347&r2=607037
- http://websvn.kde.org/branches/koffice/1.6/koffice/filters/olefilters/lib/klaola.cc?rev=607037&r1=566347&r2=607037
- http://www.kde.org/info/security/advisory-20061204-1.txt
- http://www.kde.org/info/security/advisory-20061204-1.txt
- http://www.koffice.org/announcements/changelog-1.6.1.php
- http://www.koffice.org/announcements/changelog-1.6.1.php
- http://www.mandriva.com/security/advisories?name=MDKSA-2006:222
- http://www.mandriva.com/security/advisories?name=MDKSA-2006:222
- http://www.novell.com/linux/security/advisories/2006_29_sr.html
- http://www.novell.com/linux/security/advisories/2006_29_sr.html
- http://www.redhat.com/support/errata/RHSA-2007-0010.html
- http://www.redhat.com/support/errata/RHSA-2007-0010.html
- http://www.securityfocus.com/archive/1/453550/100/0/threaded
- http://www.securityfocus.com/archive/1/453550/100/0/threaded
- http://www.securityfocus.com/bid/21354
- http://www.securityfocus.com/bid/21354
- http://www.ubuntu.com/usn/usn-388-1
- http://www.ubuntu.com/usn/usn-388-1
- http://www.vupen.com/english/advisories/2006/4771
- http://www.vupen.com/english/advisories/2006/4771
- https://exchange.xforce.ibmcloud.com/vulnerabilities/30624
- https://exchange.xforce.ibmcloud.com/vulnerabilities/30624