vendor:
Microsoft SQL Server
by:
jduck
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: Microsoft SQL Server
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: CVE-2009-3960, OSVDB-60377, BID-37449, MSB-MS10-061
CPE: N/A
Other Scripts:
https://www.infosecmatter.com/nmap-nse-library/?nse=http-vuln-cve2009-3960, https://www.infosecmatter.com/nessus-plugin-library/?id=44937, https://www.infosecmatter.com/metasploit-module-library/?mm=auxiliary/scanner/http/adobe_xml_inject, https://www.infosecmatter.com/nmap-nse-library/?nse=http-vuln-wnr1000-creds, https://www.infosecmatter.com/nmap-nse-library/?nse=http-vuln-cve2017-8917, https://www.infosecmatter.com/nmap-nse-library/?nse=http-vuln-cve2017-5689, https://www.infosecmatter.com/nmap-nse-library/?nse=http-vuln-cve2017-5638, https://www.infosecmatter.com/nmap-nse-library/?nse=http-vuln-cve2014-2129, https://www.infosecmatter.com/nmap-nse-library/?nse=http-vuln-cve2017-1001000, https://www.infosecmatter.com/nmap-nse-library/?nse=http-vuln-cve2015-1427, https://www.infosecmatter.com/metasploit-module-library/?mm=exploit/windows/browser/ms10_022_ie_vbscript_winhlp32, https://www.infosecmatter.com/metasploit-module-library/?mm=exploit/windows/browser/ms10_090_ie_css_clip
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2009
Microsoft SQL Server Payload Execution via SQL injection
This module will execute an arbitrary payload on a Microsoft SQL Server, using a SQL injection vulnerability. Once a vulnerability is identified this module will use xp_cmdshell to upload and execute Metasploit payloads. It is necessary to specify the exact point where the SQL injection vulnerability happens.
Mitigation:
Input validation, parameterized queries, and stored procedures can help mitigate SQL injection attacks.