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

Yea I didn't think the post was that professional. Also the "unminified" version is just the minified with more white space. It still has poor names and no explanation of the binary blob.

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

    Looking at the binary blob, it's a payload to assume privileges as possible and exec sh. So replace su with that and the binary gets to use su's filesystem privileges without needing access to actually write it.

    The vulnerability part is when the door opens to replace any file's read cache with arbitrary content. The binary payload is just an obvious example of the sort of payload that could do a ton of damage.

  • source
  • parent