Is it possible for one browser to read/write cookies of another one?

user340165

I'm not looking for a way to synchronize cookies between browsers, this has been answered here.

I'd like to know, if Chrome could read/write Firefox's cookies, with or without me realizing. (Or any other combination of browsers...)

Is this, maybe, prohibited by some OS-mechanism? Firefox itself could hardly protect its cookies, while not running...

Would there be a way to detect this?

How could I make sure, that Firefox-Cookies are not read by Chrome and added to my Google profile? Is it enough to use Firefox for websites, that I don't want in my Google history? (e.g. banking...)

jornane

Cookies are per-browser, but plugins (such as Flash) have their own storage and can be used to share information between browsers. Nowadays I believe Chrome has its own sandboxed Flash, so it's possible that this also has its own storage.

That being said, browsers in theory can generally read each others cookies, as cookies are nothing more than files on the filesystem. But to the best of my knowledge (I didn't bother to check), browsers do not have code to do this. With an extension with filesystem access this can be possible, though.

If there is a large security hole in one browser that would allow filesystem access from JavaScript, it is possible for a website to steal cookies from another browser, although I would think that in such a case, cookie stealing will be the least of your worries.

On Red Hat Enterprise Linux and siblings, SElinux is enabled by default. SElinux gives contexts to files and processes. This actually makes it possible to prevent a browser on the OS level from reading the cookies of another browser.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Cookies for different user in one browser

Transfer content from one tab to another without browser extension possible?

Import one typescript file into another one for browser

Is it possible to replace one directive with another one

Is it possible to attach one QGraphicsPixmapItem to another?

Cookies set in one tab of browser is not accessible in other tab

Send information from one browser window to another

Use one dependency in Node, another in browser

can user copy cookies values from one computer to another

Is it possible to include the output of one snippet inside another?

How is the conversion from one class to another possible?

Is it possible to hide one android app inside another?

In SilkTest is it possible for one window to inherit from another

Is it possible to move MBR from one HDD to another?

Is it possible to import a pandoc document into another one?

Is it possible to send a view from one Activity to another

Is it possible to copy constraints from one view to another?

Is it possible to include one CSS file in another?

Is it possible to "merge" two table borders into one another?

Is it possible to merge these two functions as one calls on another

Is it possible to put the output of one command into the middle of another

Ed: is possible to substitute between one string and another one?

Is it possible to update one column always and another conditionally in one single statement?

Is it possible to show two or three Forge screen in one browser tab?

one activity to another one

Converting from one date format to another using DB Browser for SQLite

How to execute a function only after another one is finished on browser Javascript?

how can i do sessions in java if some one disables cookies in my browser?

Cookies only sent to one API

TOP Ranking

  1. 1

    Failed to listen on localhost:8000 (reason: Cannot assign requested address)

  2. 2

    Loopback Error: connect ECONNREFUSED 127.0.0.1:3306 (MAMP)

  3. 3

    How to import an asset in swift using Bundle.main.path() in a react-native native module

  4. 4

    pump.io port in URL

  5. 5

    Compiler error CS0246 (type or namespace not found) on using Ninject in ASP.NET vNext

  6. 6

    BigQuery - concatenate ignoring NULL

  7. 7

    ngClass error (Can't bind ngClass since it isn't a known property of div) in Angular 11.0.3

  8. 8

    ggplotly no applicable method for 'plotly_build' applied to an object of class "NULL" if statements

  9. 9

    Spring Boot JPA PostgreSQL Web App - Internal Authentication Error

  10. 10

    How to remove the extra space from right in a webview?

  11. 11

    java.lang.NullPointerException: Cannot read the array length because "<local3>" is null

  12. 12

    Jquery different data trapped from direct mousedown event and simulation via $(this).trigger('mousedown');

  13. 13

    flutter: dropdown item programmatically unselect problem

  14. 14

    How to use merge windows unallocated space into Ubuntu using GParted?

  15. 15

    Change dd-mm-yyyy date format of dataframe date column to yyyy-mm-dd

  16. 16

    Nuget add packages gives access denied errors

  17. 17

    Svchost high CPU from Microsoft.BingWeather app errors

  18. 18

    Can't pre-populate phone number and message body in SMS link on iPhones when SMS app is not running in the background

  19. 19

    12.04.3--- Dconf Editor won't show com>canonical>unity option

  20. 20

    Any way to remove trailing whitespace *FOR EDITED* lines in Eclipse [for Java]?

  21. 21

    maven-jaxb2-plugin cannot generate classes due to two declarations cause a collision in ObjectFactory class

HotTag

Archive