Описание
Leaking of user information on Cross-Domain communication in sysend
Impact
Users that use Cross-Origin communication and send sensitive information make it possible for this data to be intercepted. This is not a big impact because it happens only on the same browser.
Patches
It has been patched in version 1.10.0
Workarounds
The only workaround is to not send sensitive information with sysend messages.
Ссылки
- https://github.com/jcubic/sysend.js/security/advisories/GHSA-4vvg-x86p-mvqc
- https://nvd.nist.gov/vuln/detail/CVE-2022-24762
- https://github.com/jcubic/sysend.js/issues/33
- https://github.com/jcubic/sysend.js/commit/a24f4b776fb18191ae0f7e3d90c2c7bec459431a
- https://github.com/jcubic/sysend.js
- https://github.com/jcubic/sysend.js/releases/tag/1.10.0
Пакеты
sysend
< 1.10.0
1.10.0
Связанные уязвимости
sysend.js is a library that allows a user to send messages between pages that are open in the same browser. Users that use cross-origin communication may have their communications intercepted. Impact is limited by the communication occurring in the same browser. This issue has been patched in sysend.js version 1.10.0. The only currently known workaround is to avoid sending communications that a user does not want to have intercepted via sysend messages.