vendor:
Backup Exec
by:
hdm
6,4
CVSS
MEDIUM
Buffer Overflow
119
CWE
Product Name: Backup Exec
Affected Version From: Veritas BE 9.1 SP0/SP1
Affected Version To: Veritas BE 8.6
Patch Exists: NO
Related CWE: CVE-2004-1172
CPE: a:veritas:backup_exec
Metasploit:
N/A
Other Scripts:
https://www.infosecmatter.com/nessus-plugin-library/?id=16232, https://www.infosecmatter.com/metasploit-module-library/?mm=exploit/windows/backupexec/name_service, https://www.infosecmatter.com/list-of-metasploit-windows-exploits-detailed-spreadsheet/, https://www.infosecmatter.com/nessus-plugin-library/?id=140414, https://www.infosecmatter.com/nessus-plugin-library/?id=140417, https://www.infosecmatter.com/nessus-plugin-library/?_page=2
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2004
Veritas Backup Exec Name Service Overflow
This module exploits a vulnerability in the Veritas Backup Exec Agent Browser service. This vulnerability occurs when a recv() call has a length value too long for the destination stack buffer. By sending an agent name value of 63 bytes or more, we can overwrite the return address of the recv function. Since we only have ~60 bytes of contiguous space for shellcode, a tiny findsock payload is sent which uses a hardcoded IAT address for the recv() function. This payload will then roll the stack back to the beginning of the page, recv() the real shellcode into it, and jump to it. This module has been tested against Veritas 9.1 SP0, 9.1 SP1, and 8.6.
Mitigation:
No known mitigation or remediation for this vulnerability