Cyber security

CVE-2024-30090 : LPE Proof Of Concept Detailed

In the evolving landscape of cybersecurity, understanding the mechanisms behind vulnerabilities is crucial for both mitigation and responsible exploitation.

This article dives into CVE-2024-30090, a significant Local Privilege Escalation (LPE) vulnerability uncovered by the renowned security researcher Angelboy and his team at DEVCORE.

Here, we provide an in-depth analysis and a step-by-step Proof of Concept (PoC) for exploiting this flaw within the Windows Kernel environment.

CVE-2024-30090 highlights a critical weakness that allows attackers to escalate their privileges from medium to high integrity, compromising system security.

By dissecting the process—from initial discovery by Angelboy to the intricate exploitation techniques—this write-up aims to shed light on the vulnerability’s intricacies and its potential implications.

This article also extends gratitude to collaborators and references pivotal resources that elaborate on kernel vulnerabilities, serving as a comprehensive guide for security professionals aiming to understand and replicate the exploit responsibly.

Parent.cpp

Get the ntoskrnl base by using NtQuerySystemInformation (medium-integrity) – Compile as x64.

Child.cpp

The exploit for CVE-2024-30090 – Compile as x86.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Install Mono on Ubuntu 18.04: C# Compiler and Runtime Guide

Running programs built for Microsoft's framework on a Linux system is easier than you think. Mono is…

11 hours ago

Install OpenCV on Ubuntu 18.04: Step-by-Step Setup Guide

Computer vision technology powers many modern applications, from image editors to facial scanners. OpenCV (Open Source Computer…

11 hours ago

Install VNC on Ubuntu 18.04: Step-by-Step TigerVNC Setup

A remote desktop interface makes it easy to manage a remote computer. VNC (Virtual Network Computing) is…

11 hours ago

Install Gitea on Ubuntu 18.04: Self-Hosted Git Service Guide

Hosting your own code repositories is a great way to keep your projects private. Gitea is a…

12 hours ago

Install Java on Ubuntu 18.04: OpenJDK 11 and OpenJDK 8

Many modern programs require Java to run. From development tools like Eclipse to search systems…

12 hours ago

Configure a Static IP Address on Ubuntu 18.04: Netplan Guide

Setting a static IP address on your server is a smart move. It ensures your…

1 day ago