home.social

#patchdiffinginthedark — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #patchdiffinginthedark, aggregated by home.social.

  1. Patch diffing when you have no blog post, no Github poc, only binaries! #patchdiffinginthedark

    Let's try CVE-2023-36713 with #ghidriff:

    An information disclosure for CLFS.sys, not too many functions changed. 🤔
    gist.github.com/clearbluejar/0

    There seem to be some refcount changes to memset and memcpy...
    memset refcount++ 🧐
    gist.github.com/clearbluejar/0
    memcpy refcount++ 🧐
    gist.github.com/clearbluejar/0

    Looking at the modified function with new calls to memcpy and memset.
    gist.github.com/clearbluejar/0

    Seems to be an area that is now calling memset on some newly allocated memory (link with a side-by-side view): diffpreview.github.io/?0f9dc5d

    We patch diff in the dark to step into the light. 💪

    Kudos to
    @tacbliw
    , who is credited with CVE-2023-36713