GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Rich Felker (dalias@hachyderm.io)'s status on Thursday, 30-Apr-2026 06:26:43 JST Rich Felker Rich Felker

    socket(AF_ALG, SOCK_SEQPACKET, 0) = -1 EAFNOSUPPORT (Address family not supported by protocol)

    😎

    In conversation about a month ago from hachyderm.io permalink
    • Embed this notice
      William D. Jones (cr1901@mastodon.social)'s status on Thursday, 30-Apr-2026 06:48:45 JST William D. Jones William D. Jones
      in reply to

      @dalias Ahhh, someone here (that's not you :P) mentioned that musl is unaffected...

      In conversation about a month ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Thursday, 30-Apr-2026 06:48:45 JST Rich Felker Rich Felker
      in reply to
      • William D. Jones

      @cr1901 I think that's false; it's a kernel vuln. What's unaffected is a self-compiled kernel with all the garbage attack surface options turned off at compile-time. 😁

      In conversation about a month ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Thursday, 30-Apr-2026 06:51:48 JST Rich Felker Rich Felker
      in reply to

      Contrary to the implications of the (poor) vuln announcement and PoC, systems without suid binaries are NOT immune to https://copy.fail/

      The vuln allows modifying anything in page cache, so an attacker can just modify the .text of any existing program running with privileges they shouldn't have.

      In conversation about a month ago permalink

      Attachments


      1. Invalid filename.
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Thursday, 30-Apr-2026 06:53:04 JST Rich Felker Rich Felker
      in reply to

      The recommended mitigation of blocking load of the affected module (or better yet, the whole af_alg subsystem) does work and does not require any updating/rebooting/risk of breakage from update.

      In conversation about a month ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Thursday, 30-Apr-2026 07:06:12 JST Rich Felker Rich Felker
      in reply to

      Speaking of blocking the whole af_alg subsystem... I should really do an audit of the scope of niche, non-essential features like AF_ALG that give userspace large attack surface for the kernel, and put together a recommended set of recommended Kconfig, modprobe.d rules, seccomp rules, etc. that cut off access to them entirely.

      In conversation about a month ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Thursday, 30-Apr-2026 07:07:38 JST Rich Felker Rich Felker
      in reply to
      • Haelwenn /элвэн/ :triskell:

      @lanodan That looks right. I don't have it set on my self-built kernels.

      In conversation about a month ago permalink
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Thursday, 30-Apr-2026 07:07:40 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to

      @dalias And if I'm reading kernel source right, this is controlled by CONFIG_CRYPTO_USER_API

      In conversation about a month ago permalink
    • Embed this notice
      Rich Felker (dalias@hachyderm.io)'s status on Thursday, 30-Apr-2026 07:14:33 JST Rich Felker Rich Felker
      in reply to

      For what I mean by niche, AF_ALG (offering crypto acceleration and kernelspace software implementations of crypto algorithms) absolutely makes sense for low-cpu-power embedded devices with crypto accelerators, and for some high-cryptographic-load servers.

      It makes absolutely no sense for desktop or ordinary server usage, where even without vulns like copy.fail, all it's doing is giving your key material far more exposure by marking it as key material and passing it around different execution domains.

      In conversation about a month ago permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        servers.it is available for purchase - Sedo.com
    • Embed this notice
      Royce Williams (tychotithonus@infosec.exchange)'s status on Thursday, 30-Apr-2026 13:23:55 JST Royce Williams Royce Williams
      in reply to

      @dalias generally true, except as written it may silently fail:

      https://infosec.exchange/@tychotithonus/116490466168316767

      In conversation about a month ago permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        Royce Williams (@tychotithonus@infosec.exchange)
        from Royce Williams
        The CopyFail folks shouldn't have routed stderr to /dev/null in their workaround guidance. For some platforms, where it's not a module ... that mitigation is a no-op: ``` $ rmmod algif_aead rmmod: ERROR: Module algif_aead is builtin. ``` So if there's no kernel patch available yet, you can't use that workaround. Instead, use AppArmor / seccomp / SELinux to block unprivileged AF_ALG socket creation if you can (but don't just turn these hardening layers up if they''re not already in place - they can be tricky) #CopyFail #CVE_2026_31431

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.