Chaining multiple low-impact bugs to arbitrary file read in GitLab
Since around August 2018, I began to read the source code of GitLab and test it over and over. The time pays me back, during the first several months I found...
Since around August 2018, I began to read the source code of GitLab and test it over and over. The time pays me back, during the first several months I found...
Brief It’s been a while since I wrote something in this blog last time. I just posted something about several bugs I found several months ago in GitHub Pages...
Brief I started to write blogs (again) from early 2018. I had a blog constructed with obtvse, and added support to the mark-up syntax of Org mode (yes I’m an...
Before I continue
Why I’m writing this
Docker has been a major component of my daily work since several years ago. It brings advantages on isolation, replication and scalability to our services. I...
Deserializing untrusted data is usually dangerous and can lead to serious consequences like remote code execution. Remember not to deserialize user-input dat...