z3t reported via HackerOne that the system time zone on Windows can get leaked by using ftp://.
When using the ftp:// protocol, directory listings contain timestamps converted to the system timezone.. These timestamps can be extracted by a script on a same-origin FTP hosted HTML page, allowing detection of a user's system timezone.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
I'm curious, how is it possible to read contents of ftp from a webpage? I tried an iframe, but cannot access, it's a RestrictedWindow... Was there a PoC in the original HackerOne report?
I'm curious, how is it possible to read contents of ftp from a webpage? I tried an iframe, but cannot access, it's a RestrictedWindow... Was there a PoC in the original HackerOne report?
I'm quite sure Gary said there was something missing/wrong in the patch in the uplift meeting, so I asked him about this (waiting for response). Meanwhile, by looking at it and trying an unpatched Firefox in Windows, I can see that one of the columns has a uint64 timestamp that seems to be timezone dependent (and that I think the patch is not addressing). It's the sortable-data property of the 3rd column, not visible. So this might be the issue Gary mentioned.
Besides, I'm not sure why we could not use UTC instead of GMT when resistfingerprinting is on (at least that's the behaviour on Linux for me, and it does not leak the timezone).
Besides, I'm not sure why we could not use UTC instead of GMT when resistfingerprinting is on (at least that's the behaviour on Linux for me, and it does not leak the timezone).
Sorry, obviously this does not make any sense since they are synonyms, forget about it :)