Server-side hacking techniques

GitHub Actions Cache Poisoning

In this really extensive blogpost, adnanthekhan describes how he found multiple instances of cache poisoning in GitHub Actions. The takeaway is that if any workflow uses GitHub Actions caching and we can run untrusted code in the context of the main branch, we likely...

Digging for SSRF in NextJS apps

To be honest, I run out of things to write about Assetnote blogposts. They are always quality, always clear, and always useful so you should read them no matter what I say. The recent one is interesting in that not only it describes a zero day in NextJS but also...