Edge stores passwords in plaintext memory at startup; a tool has been released to test against the flaw.

  • ejs@piefed.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    11 days ago

    TIL: If you cat /proc/sys/kernel/yama/ptrace_scope on your linux distro:

    • 0: All processes with same UID can read each other’s memory
    • 1: Restricted (Only parents can read children)
    • 2: Admin only (Requires sudo).

    Most distros have this set to 1 by default.

    More details: man 2 ptrace, search using /: scope