Lucene search
+L

8777 matches found

Prion
Prion
added 2008/12/29 3:24 p.m.24 views

Heap overflow

Heap-based buffer overflow in the Cirrus VGA implementation in 1 KVM before kvm-82 and 2 QEMU on Debian GNU/Linux and Ubuntu might allow local users to gain privileges by using the VNC console for a connection, aka the LGD-54XX "bitblt" heap overflow. NOTE: this issue exists because of an incorre...

7.2CVSS6.8AI score0.00537EPSS
Exploits0References20Affected Software4
CVE
CVE
added 2008/12/29 3:0 p.m.109 views

CVE-2008-4539

The connected documents describe a heap-based buffer overflow in the Cirrus VGA emulator (hw/display/cirrus_vga.c) of QEMU, affecting versions prior to a certain fix. The CVE-2014-8106 entry specifies Cirrus VGA heap overflow in QEMU before 2.2.0 and notes it exists due to an incomplete fix for C...

7.2CVSS8.1AI score0.00537EPSS
Exploits0References20Affected Software2
UbuntuCve
UbuntuCve
added 2008/12/29 12:0 a.m.31 views

CVE-2008-4539

Heap-based buffer overflow in the Cirrus VGA implementation in 1 KVM before kvm-82 and 2 QEMU on Debian GNU/Linux and Ubuntu might allow local users to gain privileges by using the VNC console for a connection, aka the LGD-54XX "bitblt" heap overflow. NOTE: this issue exists because of an incorre...

7.2CVSS7.4AI score0.00537EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2008/12/26 12:0 a.m.36 views

Fedora 9 : kvm-65-15.fc9 (2008-11705)

---------------------------------------------------------------------- ---------- ChangeLog : - Mon Dec 22 2008 Glauber Costa - 65-15.fc9 - Fixed CVE-2008-2382. - Thu Dec 4 2008 Glauber Costa - 65-14.fc9 - Fixed bug that corrupted gnome-panel 474702 - Tue Dec 2 2008 Glauber Costa - 65-12.fc9 -...

7.2CVSS8AI score0.06619EPSS
Exploits1References7
Fedora
Fedora
added 2008/12/24 6:47 p.m.33 views

[SECURITY] Fedora 10 Update: kvm-74-10.fc10

KVM for Kernel-based Virtual Machine is a full virtualization solution for Linux on x86 hardware. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc...

7.2CVSS1.6AI score0.06619EPSS
Exploits1
Fedora
Fedora
added 2008/12/24 6:40 p.m.49 views

[SECURITY] Fedora 9 Update: kvm-65-15.fc9

KVM for Kernel-based Virtual Machine is a full virtualization solution for Linux on x86 hardware. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc...

7.2CVSS1.6AI score0.06619EPSS
Exploits1
NVD
NVD
added 2008/12/24 6:29 p.m.18 views

CVE-2008-2382

The protocolclientmsg function in vnc.c in the VNC server in 1 Qemu 0.9.1 and earlier and 2 KVM kvm-79 and earlier allows remote attackers to cause a denial of service infinite loop via a certain message...

5CVSS6.2AI score0.06619EPSS
Exploits1References19
OSV
OSV
added 2008/12/24 6:29 p.m.6 views

CVE-2008-2382

The protocolclientmsg function in vnc.c in the VNC server in 1 Qemu 0.9.1 and earlier and 2 KVM kvm-79 and earlier allows remote attackers to cause a denial of service infinite loop via a certain message...

6.6AI score
Exploits0References19
Debian CVE
Debian CVE
added 2008/12/24 5:0 p.m.50 views

CVE-2008-2382

The protocolclientmsg function in vnc.c in the VNC server in 1 Qemu 0.9.1 and earlier and 2 KVM kvm-79 and earlier allows remote attackers to cause a denial of service infinite loop via a certain message...

5CVSS6.1AI score0.06619EPSS
Exploits1
CVE
CVE
added 2008/12/24 5:0 p.m.102 views

CVE-2008-2382

CVE-2008-2382 relates to a remote DoS in the VNC server component of Qemu (0.9.1 and earlier) and KVM (kvm-79 and earlier). The vulnerability stems from protocol_client_msg handling in vnc.c, where a crafted VNC message (notably with data starting with 0x02) can trigger an infinite loop, causing ...

5CVSS7.2AI score0.06619EPSS
Exploits1References19Affected Software1
Fedora
Fedora
added 2008/12/24 12:58 p.m.37 views

[SECURITY] Fedora 9 Update: kvm-65-15.fc9

KVM for Kernel-based Virtual Machine is a full virtualization solution for Linux on x86 hardware. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc...

7.2CVSS1.6AI score0.06619EPSS
Exploits1
UbuntuCve
UbuntuCve
added 2008/12/24 12:0 a.m.33 views

CVE-2008-2382

The protocolclientmsg function in vnc.c in the VNC server in 1 Qemu 0.9.1 and earlier and 2 KVM kvm-79 and earlier allows remote attackers to cause a denial of service infinite loop via a certain message...

5CVSS7.1AI score0.06619EPSS
Exploits1References2
securityvulns
securityvulns
added 2008/12/23 12:0 a.m.25 views

Qemu / KVM DoS

Virtual machine's VNC server infinite loop...

1.9AI score
Exploits0References1Affected Software2
seebug.org
seebug.org
added 2008/12/23 12:0 a.m.28 views

Qemu和KVM VNC服务器远程拒绝服务漏洞

BUGTRAQ ID: 32910 QEMU和KVM都是开放源码的模拟器软件。 Qemu和KVM的VNC服务器在处理特制的报文时可能出现死循环,导致拒绝服务的情况。 vnc.c文件的protocolclientmsg函数负责处理入站的VNC低层消息,以下是有漏洞的代码段: /----------- vnc.c 1185: static int protocolclientmsgVncState vs, uint8t data, sizet len 1186: 1187: int i; 1188: uint16t limit; 1189: 1190: switch data0...

6.7AI score
Exploits0
securityvulns
securityvulns
added 2008/12/23 12:0 a.m.31 views

CORE-2008-1210: Qemu and KVM VNC server remote DoS

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Core Security Technologies - CoreLabs Advisory http://www.coresecurity.com/corelabs/ Qemu and KVM VNC server remote DoS 1. Advisory Information Title: Qemu and KVM VNC server remote DoS Advisory ID: CORE-2008-1210 Advisory URL:...

7.2AI score
Exploits0
exploitpack
exploitpack
added 2008/12/22 12:0 a.m.15 views

QEMU 0.9 KVM 3679 - VNC Server Remote Denial of Service

QEMU 0.9 KVM 3679 - VNC Server Remote Denial of Service source: https://www.securityfocus.com/bid/32910/info QEMU and KVM are prone to a remote denial-of-service vulnerability that affects the included VNC server. Attackers can exploit this issue to create a denial-of-service condition. The...

0.1AI score
Exploits0
Exploit DB
Exploit DB
added 2008/12/22 12:0 a.m.28 views

QEMU 0.9 / KVM 36/79 - VNC Server Remote Denial of Service

source: https://www.securityfocus.com/bid/32910/info QEMU and KVM are prone to a remote denial-of-service vulnerability that affects the included VNC server. Attackers can exploit this issue to create a denial-of-service condition. The following are vulnerable: QEMU 0.9.1 and prior KVM-79 and pri...

7.4AI score
Exploits0
Fedora
Fedora
added 2008/11/22 4:51 p.m.33 views

[SECURITY] Fedora 10 Update: kvm-74-6.fc10

KVM for Kernel-based Virtual Machine is a full virtualization solution for Linux on x86 hardware. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc...

7.2CVSS1.6AI score0.00537EPSS
Exploits0
Fedora
Fedora
added 2008/11/12 2:55 a.m.30 views

[SECURITY] Fedora 8 Update: kvm-60-7.fc8

KVM for Kernel-based Virtual Machine is a full virtualization solution for Linux on x86 hardware. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc...

7.2CVSS1.6AI score0.00537EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2008/11/12 12:0 a.m.29 views

Fedora 8 : kvm-60-7.fc8 (2008-9556)

This bug was reopened, since it was found out that it is still biting us. 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...

7.2CVSS8.1AI score0.00493EPSS
Exploits0References3
Rows per page
Query Builder