Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Local file exposure #vulnerability in linux kernels (CVE-2026-46333):

Local file exposure #vulnerability in linux kernels (CVE-2026-46333):

Scheduled Pinned Locked Moved Uncategorized
vulnerabilityinfoseccybersecuritycve202646333
4 Posts 2 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • harrysintonen@infosec.exchangeH This user is from outside of this forum
    harrysintonen@infosec.exchangeH This user is from outside of this forum
    harrysintonen@infosec.exchange
    wrote last edited by
    #1

    Local file exposure #vulnerability in linux kernels (CVE-2026-46333):

    Link Preview Image
    GitHub - 0xdeadbeefnetwork/ssh-keysign-pwn: Steal SSH host private keys and /etc/shadow via the ptrace_may_access mm-NULL bypass + pidfd_getfd. Pre-31e62c2ebbfd kernels.

    Steal SSH host private keys and /etc/shadow via the ptrace_may_access mm-NULL bypass + pidfd_getfd. Pre-31e62c2ebbfd kernels. - 0xdeadbeefnetwork/ssh-keysign-pwn

    favicon

    GitHub (github.com)

    Apparently this issue was already identified in 2020 but wasn't fixed back then.

    Mitigation:
    - runtime:
    sudo sysctl -w kernel.yama.ptrace_scope=2
    - To make the migiration persistent:
    echo "kernel.yama.ptrace_scope=2" | sudo tee /etc/sysctl.d/01-harden-ptrace.conf

    WARNING: This migation may break existing functionality. Test before deploying.

    WARNING 2: While this mitigation does block the currently existing PoC, it may not prevent other attack vectors exploiting this vulnerability.

    #infosec #cybersecurity #CVE_2026_46333

    harrysintonen@infosec.exchangeH 2 Replies Last reply
    0
    • harrysintonen@infosec.exchangeH harrysintonen@infosec.exchange

      Local file exposure #vulnerability in linux kernels (CVE-2026-46333):

      Link Preview Image
      GitHub - 0xdeadbeefnetwork/ssh-keysign-pwn: Steal SSH host private keys and /etc/shadow via the ptrace_may_access mm-NULL bypass + pidfd_getfd. Pre-31e62c2ebbfd kernels.

      Steal SSH host private keys and /etc/shadow via the ptrace_may_access mm-NULL bypass + pidfd_getfd. Pre-31e62c2ebbfd kernels. - 0xdeadbeefnetwork/ssh-keysign-pwn

      favicon

      GitHub (github.com)

      Apparently this issue was already identified in 2020 but wasn't fixed back then.

      Mitigation:
      - runtime:
      sudo sysctl -w kernel.yama.ptrace_scope=2
      - To make the migiration persistent:
      echo "kernel.yama.ptrace_scope=2" | sudo tee /etc/sysctl.d/01-harden-ptrace.conf

      WARNING: This migation may break existing functionality. Test before deploying.

      WARNING 2: While this mitigation does block the currently existing PoC, it may not prevent other attack vectors exploiting this vulnerability.

      #infosec #cybersecurity #CVE_2026_46333

      harrysintonen@infosec.exchangeH This user is from outside of this forum
      harrysintonen@infosec.exchangeH This user is from outside of this forum
      harrysintonen@infosec.exchange
      wrote last edited by
      #2

      kernel.yama.ptrace_scope = 2: Only admin can use ptrace, as it required CAP_SYS_PTRACE capability.

      1 Reply Last reply
      0
      • harrysintonen@infosec.exchangeH harrysintonen@infosec.exchange

        Local file exposure #vulnerability in linux kernels (CVE-2026-46333):

        Link Preview Image
        GitHub - 0xdeadbeefnetwork/ssh-keysign-pwn: Steal SSH host private keys and /etc/shadow via the ptrace_may_access mm-NULL bypass + pidfd_getfd. Pre-31e62c2ebbfd kernels.

        Steal SSH host private keys and /etc/shadow via the ptrace_may_access mm-NULL bypass + pidfd_getfd. Pre-31e62c2ebbfd kernels. - 0xdeadbeefnetwork/ssh-keysign-pwn

        favicon

        GitHub (github.com)

        Apparently this issue was already identified in 2020 but wasn't fixed back then.

        Mitigation:
        - runtime:
        sudo sysctl -w kernel.yama.ptrace_scope=2
        - To make the migiration persistent:
        echo "kernel.yama.ptrace_scope=2" | sudo tee /etc/sysctl.d/01-harden-ptrace.conf

        WARNING: This migation may break existing functionality. Test before deploying.

        WARNING 2: While this mitigation does block the currently existing PoC, it may not prevent other attack vectors exploiting this vulnerability.

        #infosec #cybersecurity #CVE_2026_46333

        harrysintonen@infosec.exchangeH This user is from outside of this forum
        harrysintonen@infosec.exchangeH This user is from outside of this forum
        harrysintonen@infosec.exchange
        wrote last edited by
        #3

        #Debian has released kernel update that fixes this vulnerability.

        Debian stable (trixie) kernel update: https://lists.debian.org/debian-security-announce/2026/msg00185.html

        Debian oldstable (bookworm) kernel update: https://lists.debian.org/debian-security-announce/2026/msg00186.html

        knasman@fosstodon.orgK 1 Reply Last reply
        1
        0
        • harrysintonen@infosec.exchangeH harrysintonen@infosec.exchange

          #Debian has released kernel update that fixes this vulnerability.

          Debian stable (trixie) kernel update: https://lists.debian.org/debian-security-announce/2026/msg00185.html

          Debian oldstable (bookworm) kernel update: https://lists.debian.org/debian-security-announce/2026/msg00186.html

          knasman@fosstodon.orgK This user is from outside of this forum
          knasman@fosstodon.orgK This user is from outside of this forum
          knasman@fosstodon.org
          wrote last edited by
          #4

          @harrysintonen That must have dropped in the last four hours or so. Thanks! Updating now.

          1 Reply Last reply
          0
          • drajt@fosstodon.orgD drajt@fosstodon.org shared this topic
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups