First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 234819
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Security <security@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Robert Buchholz <rbu@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:
Flags: Requestee:
 
 
  ()

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 234819 depends on: Show dependency tree
Bug 234819 blocks:

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-08-15 13:54 0000
CVE-2008-3680 (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-3680):
  The decryption function in Flagship Industries Ventrilo 3.0.2 and earlier
  allows remote attackers to cause a denial of service (NULL pointer
  dereference and server crash) by sending a type 0 packet with an invalid
  version followed by another packet to TCP port 3784.

------- Comment #1 From Bjarke Istrup Pedersen 2009-03-02 00:30:10 0000 -------
Version 3.0.3 is in the tree, is this still an issue?

------- Comment #2 From Robert Buchholz 2009-03-05 17:21:40 0000 -------
Ventrilo Server - Public - Version 2.3.1
(c)Copyright 1999-2005 Flagship Industries, Inc.

Version           = 2.3.1
Name              = Server 1
Phonetic          = Server 1
Auth              = 0
Duplicates        = 1
MaxClients        = 8
SendBuffer        = 131072
RecvBuffer        = 131072
LogonTimeout      = 5
CloseStd          = 1
TimeStamp         = 0
PingRate          = 10
ExtraBuffer       = 131072
ChanWidth         = 0
ChanDepth         = 8
ChanClients       = 0
DisableQuit       = 1
VoiceCodec        = 0 (GSM 6.10)
VoiceFormat       = 1 (11 KHz, 16 bit) - Bytes/Sec 2210
SilentLobby       = 0
AutoKick          = 0

Accepting connections on these interface(s).
  1: 0.0.0.0

Accepting UDP Status/Control messages on these interface(s).
  1: 0.0.0.0

READY:
MSG_CONN: ID 1, IP 127.0.0.1, Accepted. (50820,262142) (87680,262142)
Incompatible version. Server is running version 2.3.1
zsh: segmentation fault  ./ventrilo_srv


$ ./ventrilobotomy localhost

Ventrilo <= 3.0.2 NULL pointer 0.1
by Luigi Auriemma and Andre Malm
e-mail: aluigi@autistici.org
web:    aluigi.org

- target:   127.0.0.1 : 3784
- connect
- send a wrong version packet
- send some data for forcing the decryption function
- wait some seconds
- test server:

  Server IS vulnerable!!!

========================================================================

Ventrilo Server - Public - Version 3.0.2
(c)Copyright 1999-2007 Flagship Industries, Inc.

Version           = 3.0.2
Name              = Server 1
Phonetic          = Server 1
Auth              = 0
Duplicates        = 1
SendBuffer        = 131072
RecvBuffer        = 131072
LogonTimeout      = 5
CloseStd          = 1
TimeStamp         = 0
PingRate          = 10
ExtraBuffer       = 131072
ChanWidth         = 0
ChanDepth         = 8
ChanClients       = 0
DisableQuit       = 0
VoiceCodec        = 0 (GSM 6.10)
VoiceFormat       = 1 (11 KHz, 16 bit) - Bytes/Sec 2210
SilentLobby       = 0
AutoKick          = 0
MaxClients        = 8


READY:
MSG_CONN: ID 1, IP 127.0.0.1, Accepted. (50820,262142) (87680,262142)
Incompatible version. Server is running version 3.0.2
SIGNAL: SEGV.

$ ./ventrilobotomy localhost

Ventrilo <= 3.0.2 NULL pointer 0.1
by Luigi Auriemma and Andre Malm
e-mail: aluigi@autistici.org
web:    aluigi.org

- target:   127.0.0.1 : 3784
- connect
- send a wrong version packet
- send some data for forcing the decryption function
- wait some seconds
- test server:

  Server IS vulnerable!!!

========================================================================

Ventrilo Server - Public - Version 3.0.3
(c)Copyright 1999-2008 Flagship Industries, Inc.

Version           = 3.0.3
Name              = Server 1
Phonetic          = Server 1
Auth              = 0
Duplicates        = 1
SendBuffer        = 131072
RecvBuffer        = 131072
LogonTimeout      = 5
CloseStd          = 1
TimeStamp         = 0
PingRate          = 10
ExtraBuffer       = 131072
ChanWidth         = 0
ChanDepth         = 8
ChanClients       = 0
DisableQuit       = 0
VoiceCodec        = 0 (GSM 6.10)
VoiceFormat       = 1 (11 KHz, 16 bit) - Bytes/Sec 2210
SilentLobby       = 0
AutoKick          = 0
MaxClients        = 8


READY:
MSG_CONN: ID 1, IP 127.0.0.1, Accepted. (50820,262142) (87680,262142)
Incompatible version. Server is running version 3.0.3
MSG_ABORT: ID 1, 127.0.0.1 aborted.
MSG_CONN: ID 2, IP 127.0.0.1, Accepted. (50820,262142) (87680,262142)
MSG_ABORT: ID 2, 127.0.0.1 aborted.


$ ./ventrilobotomy localhost

Ventrilo <= 3.0.2 NULL pointer 0.1
by Luigi Auriemma and Andre Malm
e-mail: aluigi@autistici.org
web:    aluigi.org

- target:   127.0.0.1 : 3784
- connect
- send a wrong version packet
- send some data for forcing the decryption function
- wait some seconds
- test server:

  Server doesn't seem vulnerable

------- Comment #3 From Robert Buchholz 2009-03-05 17:23:27 0000 -------
Since 2.3.1 does not install anyway (missing distfile and fetch restrictions),
and 3.0.3 seems to fix the issue, is 3.0.3 ok for stabling?

------- Comment #4 From Robert Buchholz 2009-03-07 16:40:27 0000 -------
Arches, please test and mark stable:
=media-sound/ventrilo-server-bin-3.0.3
Target keywords : "amd64 x86"

------- Comment #5 From Markus Meier 2009-03-08 14:38:58 0000 -------
amd64/x86 stable, all arches done.

------- Comment #6 From Robert Buchholz 2009-03-09 14:08:13 0000 -------
It's an easy DoS on a server application, so YES.

------- Comment #7 From Pierre-Yves Rofes 2009-04-14 12:02:45 0000 -------
yes too, request filed.

------- Comment #8 From Pierre-Yves Rofes 2009-04-14 20:36:46 0000 -------
GLSA 200904-13

First Last Prev Next    No search results available      Search page      Enter new bug