Skip to content

Commit 65f1291

Browse files
committed
Add Chromium predictable Math.random issue
1 parent e6f3663 commit 65f1291

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/references/bugs.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,12 @@ @misc{bug:webkit:26972
218218
year = {2009}
219219
}
220220

221+
@misc{bug:chromium:246054,
222+
abstract = {A few years ago, it was disclosed that all of the major browsers use predictable random number generators. This paper describes one such problem with this: http://landing2.trusteer.com/list-context/publications/temporary-user-tracking-major-browsers-and-cross-domain-information-leakag. I reported this against webkit also a few years ago, but haven't seen any progress, so I assume it remains unaddressed. I figure escalating to chromium security is the right thing to do at this point: https://bugs.webkit.org/show_bug.cgi?id=26972},
223+
keywords = {math, javascript, chromium, chrome, v8, random, rand},
224+
notes = {},
225+
title = {{predictable random number generator}},
226+
url = {https://bugs.chromium.org/p/chromium/issues/detail?id=246054},
227+
year = {2013}
228+
}
229+

0 commit comments

Comments
 (0)