mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 03:30:24 +02:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
### [CVE-2015-9545](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9545)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in xdLocalStorage through 2.0.5. The receiveMessage() function in xdLocalStorage.js does not implement any validation of the origin of web messages. Remote attackers who can entice a user to load a malicious site can exploit this issue to impact the confidentiality and integrity of data in the local storage of the vulnerable site via malicious web messages.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/ofirdagan/cross-domain-local-storage/issues/17
|
|
- https://github.com/ofirdagan/cross-domain-local-storage/pull/19
|
|
- https://grimhacker.com/exploiting-xdlocalstorage-localstorage-and-postmessage/#Missing-Origin-Client
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|