Filtered by vendor Cross Domain Local Storage Project Subscriptions
Filtered by product Cross Domain Local Storage Subscriptions
Total 4 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2015-9545 1 Cross Domain Local Storage Project 1 Cross Domain Local Storage 2024-08-06 7.1 High
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.
CVE-2015-9544 1 Cross Domain Local Storage Project 1 Cross Domain Local Storage 2024-08-06 7.1 High
An issue was discovered in xdLocalStorage through 2.0.5. The receiveMessage() function in xdLocalStoragePostMessageApi.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.
CVE-2020-11610 1 Cross Domain Local Storage Project 1 Cross Domain Local Storage 2024-08-04 8.8 High
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 receive the messages that the "magical iframe" sends.
CVE-2020-11611 1 Cross Domain Local Storage Project 1 Cross Domain Local Storage 2024-08-04 6.1 Medium
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 that the client sends.