mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 08:48:00 +02:00
18 lines
927 B
Markdown
18 lines
927 B
Markdown
### [CVE-2021-21320](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21320)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
matrix-react-sdk is an npm package which is a Matrix SDK for React Javascript. In matrix-react-sdk before version 3.15.0, the user content sandbox can be abused to trick users into opening unexpected documents. The content is opened with a `blob` origin that cannot access Matrix user data, so messages and secrets are not at risk. This has been fixed in version 3.15.0.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.npmjs.com/package/matrix-react-sdk
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|