• henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    For your convenience:

    The researchers pointed out that the vulnerability cannot be exploited remotely. An attacker can trigger the issue by providing crafted inputs to applications that employ these [syslog] logging functions [in apps that allow the user to feed crafted data to those functions].

    This is a privilege escalation.

  • shadowintheday2@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    "A qsort vulnerability is due to a missing bounds check and can lead to memory corruption. It has been present in all versions of glibc since 1992. "

    This one amazes me. Imagine how many vulnerabilities future researchers will discover in ancient software that persisted/persist for decades.

    • PlexSheep@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      8 months ago

      That’s not the main part of the article, just a footnote, for anyone wondering.

      The flaw resides in the glibc’s syslog function, an attacker can exploit the flaw to gain root access through a privilege escalation.

      The vulnerability was introduced in glibc 2.37 in August 2022.

  • Zucca@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    Yikes.

    I’d switch to musl on all of my boxes if it weren’t that nearly all precompiled software (closed source, games mainly) are compiled against glibc.

      • Zucca@sopuli.xyz
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        Void offers musl too. Unless they’ve discontinued it.

        But

        compile everything yourself?

        I do (almost) exactly that. I run Gentoo almost everywhere. The ‘almost’ is because Gentoo now offers an official bin repository too, so I can mix compiled and pre-compiled software. (Although you’ve always had the option to set up your own binary host).

        • Rustmilian@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          8 months ago

          How are you going to run steam though? Like at least alpine has wine, but there’s no way to recompile steam unfortunately.