Lucene search
K

257 matches found

ThreatPost
ThreatPost
added 2020/12/01 1:18 p.m.36 views

Magecart Attack Convincingly Hijacks PayPal Transactions at Checkout

Just in time for a busy online holiday shopping season, the Magecart gang has come up with a new credit-card skimming technique for hijacking PayPal transactions during checkout. A security researcher who identifies himself as Affable Kraut discovered the technique, which uses...

7AI score
Exploits0References21
Hacker One
Hacker One
added 2020/11/11 3:9 p.m.25 views

Lyst: DOM XSS on http://talks.lystit.com

Description DOM XSS can be achieved via a postMessage due to an insecure postMessage handler being registered. POC 1. Visit https://gamer7112.com/lyst1.html 2. Click the link 3. View alert Vulnerable Code Located at http://talks.lystit.com/data-saloon-presentation/plugin/notes/notes.html javascri...

0.9AI score
Exploits0
Hacker One
Hacker One
added 2020/08/09 8:56 p.m.96 views

BugPoC: DOM based Cross-site Scripting

Summary: The postMessage API is an alternative to JSONP, XHR with CORS headers and other methods enabling sending data between origins. It was introduced with HTML5 and like many other cross-document features it can be a source of client-side vulnerabilities. Steps To Reproduce: Visit -...

Exploits0
Hacker One
Hacker One
added 2020/08/09 7:21 a.m.138 views

BugPoC: Solution for XSS challenge calc.buggywebsite.com

Summary: http://calc.buggywebsite.com/ is a angular site designed as a calculator. After observing the source code , there is iframe frame.html with functionality of displaying the data of postmessage in the webpage. js window.addEventListener"message", receiveMessage, false; function...

Exploits0
Hacker One
Hacker One
added 2020/08/08 9:58 a.m.88 views

BugPoC: XSS Challenge #2 Solution

Summary: An attacker can achieve arbitrary JavaScript execution in the context of the user's session on calc.buggywebsite.com. This is possible due to a weak origin check in the message event handler in http://calc.buggywebsite.com/frame.js as well as improper handling of the message data, allowi...

0.4AI score
Exploits0
Hacker One
Hacker One
added 2020/06/17 2:0 p.m.23 views

PlayStation: Reflected XSS on transact.playstation.com using postMessage from the opening window

Report Summary: When transact.playstation.com loads it handles messages received from postMessage in the receiveMessageFromTransactClientService method. The only validation that is performed is to ensure that the referrer and origin match: javascript receiveMessageFromTransactClientService:...

Exploits0
Hacker One
Hacker One
added 2020/06/09 2:17 p.m.19 views

Shopify: xss on polaris.shopify.com/demo using postMessage

Description it's possible to run arbitrary js code using https://polaris.shopify.com/demo + postMessage following codes are from this file which formatted using prettier Demo component line 381 uses addEventListener to listen for message events line 401: js componentDidMount...

0.3AI score
Exploits0
Hacker One
Hacker One
added 2020/05/16 1:2 p.m.19 views

Lark Technologies: RPC Implementation allows unauthenticated remote calls

It was found that the RPC implementation via postMessage within Lark did not check origin, so an attacker could have potentially performed RPC calls on behalf of a user. We thank @mike12 for reporting this to our team and confirming the resolution...

3.4AI score
Exploits0
Hacker One
Hacker One
added 2020/05/16 8:43 a.m.9 views

Mail.ru: User session access due to Oauth whitelist host bypass and postMessage

A destination for postMessage was not properly restricted on connect.mail.ru allowing crossite access to session, as was shown for 3k.mail.ru application session. Both connect.mail.ru and 3k.mail.ru belong to Ext.B scope, this scope does not offer a bounty for attacks with clientside vectors on t...

Exploits0
Hacker One
Hacker One
added 2020/05/07 10:54 p.m.16 views

Mail.ru: XSS on https://o2.mail.ru/jsapi/button via PostMessage

DOM XSS in PostMessage handler of o2.mail.ru...

0.4AI score
Exploits0
Veracode
Veracode
added 2020/04/08 8:49 a.m.16 views

Information Disclosure

cross-domain-local-storage-separately is vulnerable to information disclosure. The buildMessage function in xdLocalStorage.js allows the wildcard as the targetOrigin when calling the postMessage function on the iframe object, allowing any domains with iframe to accept requests from clients...

6.1CVSS2.2AI score0.00257EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2020/04/07 6:15 p.m.9 views

CVE-2020-11611

An issue was discovered in xdLocalStorage through 2.0.5. The buildMessage function in xdLocalStorage.js specifies the wildcard as the targetOrigin when calling the postMessage function on the iframe object. Therefore any domain that is currently loaded within the iframe can receive the messages...

6.1CVSS6.8AI score
Exploits0References2
NVD
NVD
added 2020/04/07 6:15 p.m.8 views

CVE-2020-11611

An issue was discovered in xdLocalStorage through 2.0.5. The buildMessage function in xdLocalStorage.js specifies the wildcard as the targetOrigin when calling the postMessage function on the iframe object. Therefore any domain that is currently loaded within the iframe can receive the messages...

6.1CVSS6.3AI score0.00257EPSS
Exploits1References2
Prion
Prion
added 2020/04/07 6:15 p.m.16 views

Design/Logic Flaw

An issue was discovered in xdLocalStorage through 2.0.5. The postData function in xdLocalStoragePostMessageApi.js specifies the wildcard as the targetOrigin when calling the postMessage function on the parent object. Therefore any domain can load the application hosting the "magical iframe" and...

6.8CVSS8.7AI score0.00227EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2020/04/07 6:15 p.m.14 views

Design/Logic Flaw

An issue was discovered in xdLocalStorage through 2.0.5. The buildMessage function in xdLocalStorage.js specifies the wildcard as the targetOrigin when calling the postMessage function on the iframe object. Therefore any domain that is currently loaded within the iframe can receive the messages...

5.8CVSS6.2AI score0.00257EPSS
Exploits1References2Affected Software1
CVE
CVE
added 2020/04/07 5:19 p.m.49 views

CVE-2020-11610

CVE-2020-11610 affects xdLocalStorage up to version 2.0.5. The root cause is in the postData() function of xdLocalStoragePostMessageApi.js, which calls postMessage() on the parent with targetOrigin set to the wildcard (*) instead of a specific origin. This allows any domain to load the applicatio...

8.8CVSS8.6AI score0.00227EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2020/04/07 5:18 p.m.12 views

CVE-2020-11611

An issue was discovered in xdLocalStorage through 2.0.5. The buildMessage function in xdLocalStorage.js specifies the wildcard as the targetOrigin when calling the postMessage function on the iframe object. Therefore any domain that is currently loaded within the iframe can receive the messages...

6.2AI score0.00257EPSS
Exploits1References2
Hacker One
Hacker One
added 2020/03/22 1:27 p.m.38 views

PlayStation: Authorization Token on PlayStation Network Leaks via postMessage function

Description After some analysis on how playstation network authentication work, I came across a certain pattern of how authorization tokens are handled. The web application utilizes postMessage function to exchange authorization tokens between windows/frames. To simplify this, let's follow on one...

0.3AI score
Exploits0
CVE
CVE
added 2020/02/28 7:25 p.m.144 views

CVE-2020-8127

CVE-2020-8127 affects reveal.js 3.9.1 and earlier, where insufficient validation in cross-origin postMessage enables cross-site scripting. Impact is limited to affected reveal.js usage; exploits are not detailed here. Remediation: upgrade to reveal.js 3.9.2 or later. This vulnerability is confirm...

6.1CVSS5.9AI score0.00534EPSS
Exploits1References1Affected Software1
Hacker One
Hacker One
added 2019/09/10 6:29 p.m.91 views

Node.js third-party modules: [reveal.js] XSS by calling arbitrary method via postMessage

I would like to report XSS in reveal.js It allows gaining access to the victim's account and performing actions on his behalf Module module name: reveal.js version: 3.8.0 npm page: https://www.npmjs.com/package/reveal.js Module Description A framework for easily creating beautiful presentations...

4.3CVSS6.1AI score0.00534EPSS
Exploits1
Rows per page
Query Builder