Thousands of Firefox users accidentally commit login cookies on GitHub

Discussion in 'other security issues & news' started by guest, Nov 18, 2021.

  1. guest

    guest Guest

    Thousands of Firefox users accidentally commit login cookies on GitHub
    GitHub: 'Credentials exposed by our users are not in scope'
    November 18, 2021
    https://www.theregister.com/2021/11/18/firefox_cookies_github/
     
  2. Rasheed187

    Rasheed187 Registered Member

    Wait a minute, I don't get it. So now cookies can be stolen which may result in account hijacking because somehow Firefox cookie databases were being uploaded to GitHub by the Firefox browser? Or did I misunderstood?
     
  3. nicolaasjan

    nicolaasjan Registered Member

    It's not the browser that uploaded the cookies. :)

    This is the result of user error.
    Read the article:
    (the 'cookies.sqlite' file is in a hidden directory on Linux/Unix systems)
     
    Last edited: Nov 19, 2021
  4. Rasheed187

    Rasheed187 Registered Member

  5. nicolaasjan

    nicolaasjan Registered Member

    If someone doesn't know of the existence of dot-files, this person shouldn't be using Linux. ;)
    On my system, I have checked the option to always show these files/folders, because I regularly view or edit them.
     
  6. summerheat

    summerheat Registered Member

    This :thumb:
     
  7. chrisretusn

    chrisretusn Registered Member

    When you think about that statement, one wonders what other private related gems are also included. On many Linux systems the cookies.sqlite file is located a couple of levels deep in another "dot-file" hidden directory. On my system it's ~.mozilla/firefox/redacted/

    Then there are the other hidden directories. I have 86 hidden "dot-file/directories" in my home directory. What other files/directories are being "committed" to GutHub. For example ~./gnupg, that is scary to think about.

    Absolutely agree with
    I use GitHub, there is no way that any commits would contain anything from my home directory root. I cannot imagine anyone, until reading about this, would use GitHub to backup home. :gack:

    Anyone who does that, shouldn't be using GitHub.
     
  8. Melionix

    Melionix Registered Member

    I mean, you're not entirely wrong but... I find that Linux puts files in really weird places compared to Windows. Sure, there's no registry (I think?) but the spread of the average Linux program is just staggering.
     
  9. reasonablePrivacy

    reasonablePrivacy Registered Member

    Every Gnu/Linux user started as a newbie. Anyway it is more of a issue of who is using Git/GitHub.
    Backing up directories to publicly viewable repository that could be searched through GitHubs search engine is a process that must be thoughtfully prepared... Git is intended for professional developers (coding) and users with good knowledge about Linux directory structures and Unix conventions.
    For Windows it is usually three program-specific directories under hidden AppData folder, and AppData\Local\Temp, and C:\Windows\temp, and registry. I don't think many Linux programs spread their files under the hood over more than 4 distinct, hidden directories.
     
  10. nicolaasjan

    nicolaasjan Registered Member

    This^
    When I first started using Linux many years ago, I was pleasantly surprised how straightforward the filesystem is organized.
    Program-specific directories for the user are mostly just '~/.program' and/or '~/.config/program' and sometimes '~/.cache/program'.

    True, but when I first started and explored the options of the file manager, I soon found out you could check the option to always show hidden files (did the same in Windows).
     
  11. Melionix

    Melionix Registered Member

    Well I be damned. I never actually looked up what "opt" and stuff actually meant. Kind of stupid names, but ultimately they make sense.
     
  12. nicolaasjan

    nicolaasjan Registered Member

    :thumb:
    BTW, have you ever looked at the hidden C:\ProgramData in Windows?
    This is the folder from which a lot of programs "forget" to delete stuff when uninstalled. Not to speak of the registry...
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice