you are viewing a single comment's thread
view the rest of the comments
[–] 41 points 4 months ago* (10 children)

wtf

An unprivileged local user can write 4 controlled bytes into the page cache of any readable file on a Linux system, and use that to gain root.

If your kernel was built between 2017 and the patch — which covers essentially every mainstream Linux distribution — you're in scope.

how does that only get a CVE score of 7.8, the impact of this is huge

  • source
  • hideshow 10 child comments
  • [–] 79 points 4 months ago (8 children)

    Probably because the attack vector is having a user account on the target

  • source
  • parent
  • hideshow 8 child comments
  • [–] 35 points 4 months ago (5 children)

    Exactly. It's Yet Another Privilege Escalation Vulnerability. Unless you're dealing with a multiuser machine, the attacker first needs to use some other vuln to get into an unprivileged account. Without that additional vulnerability, this exploit is useless.

  • source
  • parent
  • hideshow 5 child comments
  • [–] 5 points 4 months ago* (2 children)

    Yet another? Are there really so many LPEVs in linux?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 9 points 4 months ago

    I manage multi user systems and try to be on top of this and no, privilege escalation with a working public exploit are very rare. There's quite a lot of CVEs with potential privilege excalation, but most of the time there is no real world exploit. And a large part of those are related to user namespaces in one way or another.

    This one is truly scary, at least the immediate mitigation is pretty straightforward.

  • source
  • parent