vendor:
IT Assistant
by:
rgod
7.5
CVSS
HIGH
Remote Registry Dump Vulnerability
200
CWE
Product Name: IT Assistant
Affected Version From: 6.5.0-2247
Affected Version To: 8.1.0.0
Patch Exists: NO
Related CWE: N/A
CPE: a:dell:it_assistant
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
2006
Dell IT Assistant detectIESettingsForITA.ocx ActiveX Control readRegVal() Remote Registry Dump Vulnerability
The readRegVal() method allows to dump specific values from the Windows registry. Frome the typelib, this control asks to specify a root key. In my experience, lots of application stores encrypted or even clear text passwords inside the registry, so an attacker can abuse this to gain certain credentials from the victim browser. This sample code extracts BIOS informations and redirects to a specified url with this info passed as parameters. Through some more programming efforts, you could dump a bigger portion of the registry.
Mitigation:
Ensure that the readRegVal() method is not used to dump sensitive information from the Windows registry.