vendor:
JET Database Engine
by:
SecurityFocus
7.5
CVSS
HIGH
Remote Code Execution
94
CWE
Product Name: JET Database Engine
Affected Version From: Microsoft JET Database Engine 3.5
Affected Version To: Microsoft JET Database Engine 4.0
Patch Exists: YES
Related CWE: CVE-2002-0649
CPE: a:microsoft:jet_database_engine
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
2002
Microsoft JET Database Engine Vulnerability
Microsoft's JET database engine feature allows the embedding of Visual Basic for Application in SQL string expressions and the lack of metacharacter filtering by many web applications may allow remote users to execute commands on the system. Microsoft's IIS in particular executes ODBC commands in the context of the System account. This may allow remote attackers to input VBA code in web enabled applications that will be executed by IIS as the System user. The most dangerous VBA command available to an attacker is shell(), which enables it to run any command in the system.
Mitigation:
Ensure that user input is properly sanitized and filtered for metacharacters.