• treadful@lemmy.zip
    link
    fedilink
    English
    arrow-up
    25
    ·
    25 days ago

    Very quick cursory review: The python script appears to decompress what might be an ELF from those compressed bytes. Then it opens a cryptography socket (AF_ALG) with the kernel and sends that whole thing.

    So the exploit is in the binary data and would likely take some skilled Linux engineers to decompile it and figure out the exploit.

    I’m not entirely sure why they would obfuscate it. Maybe they think it helps with responsible disclosure so people can’t make something more useful than the PoC?