Open
Bug 847538
Opened 13 years ago
Updated 3 years ago
DOS via storage limit evasion using ipv6
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mgoodwin, Unassigned)
Details
(Keywords: csectype-dos, sec-want)
The attack described here http://feross.org/fill-disk/ (and widely publicised) can also affect firefox in some circumstances. In particular, eTLD+1 limits do not apply for IP addresses, v4 or v6, the latter providing a cheap way to exhaust storage on users' machines.
This issue affect localStorage (and probably other mechanisms). It seems this possibility has already been publicly discussed in the comments of the Hacker News post discussing the original Chrome / IE / Safari vulnerability here: http://news.ycombinator.com/item?id=5297680
Component: DOM: IndexedDB → DOM
Updated•13 years ago
|
Group: core-security
Comment 1•13 years ago
|
||
IMHO we should not allow permanent storage for IP addresses. Addresses should get a memory-backed version like we do in a Private Browsing context.
Updated•13 years ago
|
Comment 2•8 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•