Blog

Blog

Research Nov 16, 2021

Diving into Open-source LMS Codebases

Introduction Looking to practice on source code review, I had been diving into how open-source LMS codebases are structured in order to find undiscovered …

ByPoh Jia Hao
Research Apr 12, 2021

You Talking To Me?

What is WebDriver and How does it work? WebDriver is a protocol used for web browser automation. It can drive a browser to perform various tests on web pages as …

ByLi JianTao
Research Nov 13, 2020

Instrumenting Adobe Reader with Frida

Frida is an open-source dynamic instrumentation toolkit that has become popular in recent years, and its use in mobile security is especially prevalent. In this …

ByAlan Chang
Research Sep 25, 2020

Pwn2Own 2020: Oracle VirtualBox Escape

In this post, we will cover the vulnerabilities used at Pwn2Own 2020 for the Oracle VirtualBox escape. These two vulnerabilities affect Oracle VirtualBox 6.1.4 …

ByPham Hong Phi
Research Sep 04, 2020

This Font is not Your Type

Half a year ago, I found a vulnerability in libFontParser.dylib, which is a part of CoreGraphics library that is widely used in macOS, iOS, iPadOS to parse and …

ByPeter Nguyen Vu Hoang