mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-21 13:06:50 +02:00
1.0 KiB
1.0 KiB
CVE-2008-5913
Description
The Math.random function in the JavaScript implementation in Mozilla Firefox 3.5.x before 3.5.10 and 3.6.x before 3.6.4, and SeaMonkey before 2.0.5, uses a random number generator that is seeded only once per browser session, which makes it easier for remote attackers to track a user, or trick a user into acting upon a spoofed pop-up message, by calculating the seed value, related to a "temporary footprint" and an "in-session phishing attack."
POC
Reference
- http://www.darkreading.com/security/attacks/showArticle.jhtml?articleID=212900161
- http://www.trusteer.com/files/In-session-phishing-advisory-2.pdf
- http://www.ubuntu.com/usn/usn-930-2
Github
No PoCs found on GitHub currently.