| Reporter | Title | Published | Views | Family All 111 |
|---|---|---|---|---|
| CentOS 5 : kvm (CESA-2009:1465) | 6 Jan 201000:00 | – | nessus | |
| Debian DSA-1907-1 : kvm - several vulnerabilities | 24 Feb 201000:00 | – | nessus | |
| Debian DSA-1915-1 : linux-2.6 - privilege escalation/denial of service/sensitive memory leak | 24 Feb 201000:00 | – | nessus | |
| Fedora 10 : kernel-2.6.27.35-170.2.94.fc10 (2009-10165) | 5 Oct 200900:00 | – | nessus | |
| Fedora 11 : kernel-2.6.30.9-90.fc11 (2009-10639) | 28 Oct 200900:00 | – | nessus | |
| Mandriva Linux Security Advisory : qemu (MDVSA-2009:008) | 23 Apr 200900:00 | – | nessus | |
| Mandriva Linux Security Advisory : kvm (MDVSA-2009:009) | 23 Apr 200900:00 | – | nessus | |
| Mandriva Linux Security Advisory : kernel (MDVSA-2009:289) | 28 Oct 200900:00 | – | nessus | |
| MiracleLinux 3 : kvm-84-6AXS3 (AXSA:2009-417:02) | 14 Jan 202600:00 | – | nessus | |
| Oracle Linux 5 : kvm (ELSA-2009-1465) | 12 Jul 201300:00 | – | nessus |
# OpenVAS Vulnerability Test
# $Id: deb_1907_1.nasl 6615 2017-07-07 12:09:52Z cfischer $
# Description: Auto-generated from advisory DSA 1907-1 (kvm)
#
# Authors:
# Thomas Reinke <[email protected]>
#
# Copyright:
# Copyright (c) 2009 E-Soft Inc. http://www.securityspace.com
# Text descriptions are largely excerpted from the referenced
# advisory, and are Copyright (c) the respective author(s)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# or at your option, GNU General Public License version 3,
# as published by the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
include("revisions-lib.inc");
tag_insight = "Several vulnerabilities have been discovered in kvm, a full virtualization system.
The Common Vulnerabilities and Exposures project identifies the
following problems:
CVE-2008-5714
Chris Webb discovered an off-by-one bug limiting KVM's VNC passwords to 7
characters. This flaw might make it easier for remote attackers to guess the VNC
password, which is limited to seven characters where eight was intended.
CVE-2009-3290
It was discovered that the kvm_emulate_hypercall function in KVM does not
prevent access to MMU hypercalls from ring 0, which allows local guest OS users
to cause a denial of service (guest kernel crash) and read or write guest kernel
memory.
For the stable distribution (lenny), these problems have been fixed in version
72+dfsg-5~lenny3.
The oldstable distribution (etch) does not contain kvm.
For the testing distribution (squeeze) these problems will be fixed soon.
For the unstable distribution (sid) these problems have been fixed in version
85+dfsg-4.1
We recommend that you upgrade your kvm packages.";
tag_summary = "The remote host is missing an update to kvm
announced via advisory DSA 1907-1.";
tag_solution = "https://secure1.securityspace.com/smysecure/catid.html?in=DSA%201907-1";
if(description)
{
script_id(66053);
script_version("$Revision: 6615 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-07 14:09:52 +0200 (Fri, 07 Jul 2017) $");
script_tag(name:"creation_date", value:"2009-10-19 21:50:22 +0200 (Mon, 19 Oct 2009)");
script_cve_id("CVE-2008-5714", "CVE-2009-3290");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_name("Debian Security Advisory DSA 1907-1 (kvm)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2009 E-Soft Inc. http://www.securityspace.com");
script_family("Debian Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/debian_linux", "ssh/login/packages");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
#
# The script code starts here
#
include("pkg-lib-deb.inc");
res = "";
report = "";
if ((res = isdpkgvuln(pkg:"kvm-source", ver:"72+dfsg-5~lenny3", rls:"DEB5.0")) != NULL) {
report += res;
}
if ((res = isdpkgvuln(pkg:"kvm", ver:"72+dfsg-5~lenny3", rls:"DEB5.0")) != NULL) {
report += res;
}
if (report != "") {
security_message(data:report);
} else if (__pkg_match) {
exit(99); # Not vulnerable.
}
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