vendor:
MS Office Groove
by:
Eduardo Braun Prado
7,5
CVSS
HIGH
Arbitrary Code Execution
78
CWE
Product Name: MS Office Groove
Affected Version From: 2007
Affected Version To: 2007
Patch Exists: NO
Related CWE: N/A
CPE: microsoft:office_2007
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7/Server 2008/Vista/Server 2003/XP (X86 and x64)
2017
MS Office Groove ‘Workspace Shortcut’ Arbitrary Code Execution Vulnerability
MS Office Groove contains a security bypass issue regarding 'Workspace Shortcut' files (.GLK) because it allows arbitrary (registered) URL Protocols to be passed, when only 'grooveTelespace://' URLs should be allowed, which allows execution of arbitrary code upon opening a 'GLK' file. Usually, URLs are passed to web browsers, but because it uses 'ShellExecute()', if malicious users pass a 'file:///' URL, it will launch the default application for the file type specified in the URL. Two proof of concepts are provided, one for simply launching 'cmd.exe', and another, remote, that works on any Windows version.
Mitigation:
Ensure that only 'grooveTelespace://' URLs are allowed and that 'GLK' files are not opened from untrusted sources.