Share
## https://sploitus.com/exploit?id=E09C528A-9722-5F5D-A7F6-364CB43507B7
# Vulnerability Playtest

This repository is an area to test out and explain vulnerabilities and exploits in a safe environment. It contains a introductions to related concepts and simple vulnerabilities. It also contains experimental code about different CVEs and exploits.


## Introductions and Primitives

The following topics should serve as introductions to different concepts and primitives related to vulnerabilities and exploits. They are presented in an order that builds up to more complex concepts.

General Introductions:
- [Virtual Machines](./Intros_Primitives/Virtual_Machines.md)
- [GCC](./Intros_Primitives/GCC.md)
- [Assembly Code](./Intros_Primitives/Assembly_Code.md)
- [GDB](./Intros_Primitives/GDB.md)
- [Memory Manipulation](./Intros_Primitives/Memory_Manipulation.md)

Introductions to Stack Buffer Overflow:
- [Stack](./Intros_Primitives/Stack.md)
- [Stack Buffer Overflow](./Intros_Primitives/Stack_Buffer_Overflow.md)
- [ROP Chains](./Intros_Primitives/ROP_Chains.md)

Introduction to Heap Buffer Overflow:
- [Heap](./Intros_Primitives/Heap.md)
- [Heap Buffer Overflow](./Intros_Primitives/Heap_Buffer_Overflow.md)

Introduction to Other Vulnerabilities:
- [Injection](./Intros_Primitives/Injection.md)


## CVEs and Exploits

- CVE-2018-2826 Java10 Type Confusion Sandbox Escape
- CVE-2026-31431 CopyFail Linux Local Privilege