Private browsing modes in four biggest browsers often fail


Recommended Posts

Features in the four major browsers designed to cloak users' browser history often don't work as billed, according to a research paper that warns that users may get a false sense of security when using the built-in privacy settings.

The private-browsing modes are supposed to allow users to visit a website without leaving any trace on their computers, and yet Internet Explorer, Firefox, Chrome, and Safari frequently leave tracks, according to the research, which is scheduled to be presented at next week's Usenix Security Symposium in Washington DC. The makers of those browsers ? Microsoft, Mozilla, Google, and Apple respectively ? often hail the offerings as a way to enhance privacy when using shared computers.

One failure that affects IE, Firefox, and Safari happens when users save SSL, or secure sockets layer, client certificates while browsing in private mode. The browsers store a record of those actions in a file that allows anyone who has physical access to know exactly what site the user was visiting at the time. Similarly, when IE and Safari encounter a self-signed certificate, it is stored in a certificate vault that is preserved even after the private session ends.

Similarly, Firefox users who make security certificate settings while in private mode will have a partial copy of their browsing history stored in a file called cert8.db, the researchers said.

?We discovered that all these browsers retain the generated key pair even after private browsing ends,? the researchers wrote. ?Again, if the user visits a site that generates an SSL client key pair, the resulting keys will leak the site's identity to the local attacker.?

The study (PDF here) showed each browser failing in specific settings.

The privacy mode in Firefox, for instance, is undermined when a user sets site-specific preferences or uses a variety of Mozilla-sanctioned plug-ins. The open-source browser also stores websites visited that dole out custom protocol handlers based on the HTML5 standard.

For its part, IE's InPrivate mode can be undermined when websites make SMB queries, since the Microsoft browser shares large chunks of code with Windows Explorer.

The researchers also devised a way for webmasters to detect when someone visiting their sites is using the privacy mode. It involves placing an iframe with a unique web address and then ?using JavaScript to check whether a link to that URL was displayed as purple (visited) or blue (unvisited).?

The researchers said that to the best of their knowledge they are the first to demonstrate a way to detect private browsing mode ? but that may not really matter for much longer. The technique appears to use the decade-old browser history attack, which was recently fixed in Safari and will soon be fixed in Firefox. It's only a matter of time before Microsoft and Google follow suit.

Using the technique, they confirmed what we all suspected: the feature is mainly used when surfing to porn sites. Gift and news sites, not so much. ?

http://www.theregister.co.uk/2010/08/06/private_browsing_mode_failure/

I think people put too much trust in these modes, but at the same time I think the browser makers hype it up a bit.

That being said, these would be flaws that should be fixed.

...

The technique appears to use the decade-old browser history attack, which was recently fixed in Safari and will soon be fixed in Firefox.

...

Uh, Mozilla came up and implemented it first, Apple was second.

Well, porn is a multi-billion-dollar business for a reason. But even so, people can't afford to lose the jobs they have over it. Thus, "porn mode" was born.

Porn mode was born because porn is a really booming internet business...and people cannot control their urges. If people feel the need to wack it all the time, they have problems. Friend of mine, her EX had porn on every laptop and mobile device he had....and thats not even the half of it.

But anyway, at work I dont even bother trying to mask where I am going to because I respect the rules.

I've never bothered to use those modes tbh, I guess a better private browsing mode would be running a browser normally in a sandbox, then deleting the sandbox when you close the browser.

You do know that there's a market for VMware vulnerabilities too. I can only imagine that VirtualBox, Virtual PC and the OSX ones are would be similar.

But I agree - I never use these modes since I've never really believed that they can self contain whatever happens. I wonder if these modes lead people to believe that they're protected from malware, tbh.

1195970568513ij6.jpg

That's because you never bothered to upgrade from IE6.

I dont need to, I dont use private browsing anyway.

You do know that there's a market for VMware vulnerabilities too. I can only imagine that VirtualBox, Virtual PC and the OSX ones are would be similar.

I meant something like sandboxie, but I guess there are vulnerabilities there too.

Probably they don't think Opera is a major browser. Hope not. :(

In terms of how much they've innovated and contributed to the browsing community in the past no their not, in terms of market share yes their tiny.

You can't count Chrome or Safari as major browsers if Opera is not. It's been in development far longer and has plenty of commercial ties especially in embedded devices, and was "innovating" far longer than than any other. It uses it's own engine and isn't simply a front-end and has a sizable market share when you consider how many browsers are in use, total. 10's of millions of people at least... 'bout the only thing they don't do a lot of is marketing and bundling which is practically the only way anyone else got their browser in use, 'cept for Firefox...

Most people go by market share to determine what is a major browser. Unfortunate Opera market share is tiny.

Exactly, but so is Safari and Chrome's. It's rare to ever come across someone in the general public that actually uses these as their primary browser. So to include Safari and Chrome is to expand the definition of major browser to including anyone with a single digit of market share, which Opera should be included. The only reason anyone might think Safari and Chrome are otherwise major browsers are because the image their parent company has to the media..

Porn mode was born because porn is a really booming internet business...and people cannot control their urges. If people feel the need to wack it all the time, they have problems. Friend of mine, her EX had porn on every laptop and mobile device he had....and thats not even the half of it.

Well, I don't see the point of having X rated material on mobile devices. Pointless.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Zed 1.7.2 has landed with updated OpenCode models, bug fixes and other improvements by David Uzondu Zed 1.7.2 recently landed on the stable release channel, bringing a host of AI-related features including automatic context compaction and settings-based skill management, along with other things like better Markdown preview rendering and custom git commands in the graph view. Starting with the AI stuff, the developers introduced "/compact", a command that basically summarizes your conversation history on demand. This tool prevents your active chat window from hitting token limits by compressing older parts of the dialogue into a brief overview. In addition to that, the team relocated skill management to the settings UI, improving how the application communicates errors regarding those skills, and updated the OpenCode model roster to support DeepSeek V4 Flash, MiniMax M3, Qwen 3.7 Plus, and Nemotron 3 Ultra Free. External agent users can also monitor context window cost metrics and delete individual sessions directly from their history. Right-clicking ref labels in the git graph now opens a context menu that runs different actions against selected targets, kind of how VS Code does it. Here are some of the bug fixes this new release brings: The active agent fails to auto-select when creating a new git worktree. A scrollbar unexpectedly appears on wrapped code blocks in the agent chat. Collapse indicators for project headers appear when performing sidebar searches. Bracketed ellipsis title prefixes fail to show the ellipsis icon properly. Project icons render incorrectly in the recent projects picker. Diff hunk controls appear inside non-editable commit view multibuffers. The software update button hangs indefinitely on the downloading stage. Restoring an agent terminal in a remote project triggers a sudden crash. Splitting a pane that contains an active commit view causes a crash. Linux Wayland freezes when trying to read the clipboard from laggy external apps. Zed is a "newish" code editor trying to break the massive stronghold VS Code has on the developer community. Funny enough, the editor was created by former GitHub employees who worked on the Atom text editor (which Microsoft killed in 2022, several years after it bought GitHub). The project officially hit version 1.0 back in April, introducing platform parity for Windows and Linux alongside deep support for DeepSeek-V4-Pro.
    • 26H2 absolutely will support ARM Windows just not on devices that came with 26H1. This is evident by the fact I am running 26H2, which on my MacBook Neo and Surface Pro 12 (inch), within a VM.
    • Mp3tag 3.35 by Razvan Serea Mp3tag is a powerful and yet easy-to-use tool to edit metadata (ID3, Vorbis Comments and APE) of common audio formats. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs. Mp3tag supports the following audio formats: Advanced Audio Coding (aac) Free Lossless Audio Codec (flac) Monkeys Audio (ape) Mpeg Layer 3 (mp3) MPEG-4 (mp4 / m4a / m4b / iTunes compatible) Musepack (mpc) Ogg Vorbis (ogg) OptimFROG (ofr) OptimFROG DualStream (ofs) Speex (spx) Toms Audio Kompressor (tak) True Audio (tta) Windows Media Audio (wma) WavPack (wv) Mp3tag 3.35 changelog: This version introduces a new Files options page, enhanced toolbar customization, support for RF64 WAV files, improved Discogs and MusicBrainz tag sources, and many other improvements and fixes. See the Release Notes for more details. Download: Mp3tag 64-bit | 5.7 MB (Freeware) Download: Mp3tag 32-bit | 5.2 MB Link: Mp3tag Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The FIFA World Cup is not US centric.
    • It’s amusing how Microsoft is pushing IT admins as if this was a major, game-changing update. In reality, it’s just an enablement package that bumps the build number, which is disappointing compared to the more substantial 22H2 and 24H2 releases. Technically, 25H2, 26H1, and the upcoming 26H2 are essentially the same, differing only in support schedules. They could have included the Windows K2 improvements here, but chose not to. The era of Windows being in the backburner continues, and this 26H2 release feels like an afterthought. Shame, Nadella, shame.
  • Recent Achievements

    • Week One Done
      AMV earned a badge
      Week One Done
    • One Month Later
      AMV earned a badge
      One Month Later
    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      78
    4. 4
      Steven P.
      72
    5. 5
      Michael Scrip
      71
  • Tell a friend

    Love Neowin? Tell a friend!