Skip to content

Commit

Permalink
Add PoC for CVE 2023-2163 (#33)
Browse files Browse the repository at this point in the history
* Add PoC for CVE 2023-2163

* correct readme title and add the poc to the main readme poc section

* add the poc to the main readme poc section

* add the poc in the correct order

* correct twitter handle notation

---------

Co-authored-by: Juan José López Jaimez <[email protected]>
  • Loading branch information
thatjiaozi and Juan José López Jaimez authored Jul 20, 2023
1 parent ad6697c commit bcc96ac
Show file tree
Hide file tree
Showing 9 changed files with 1,590 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ security vulnerabilities.

| Year | Title | Advisories | Links |
| ---- | ----- | ---------- | ----- |
| 2023 | Linux: eBPF Path Pruning gone wrong | [CVE-2023-2163](https://github.com/google/security-research/security/advisories/GHSA-j87x-j6mh-mv8v) | [PoC](pocs/linux/cve-2023-2163)
| 2023 | XGETBV is non-deterministic on Intel CPUs | | [PoC](pocs/cpus/xgetbv)
| 2023 | XSAVES Instruction May Fail to Save XMM Registers | | [PoC](pocs/cpus/errata/amd/1386)
| 2022 | RET2ASLR - Leaking ASLR from return instructions | | [PoC](pocs/cpus/ret2aslr/src)
Expand Down
2 changes: 2 additions & 0 deletions pocs/linux/cve-2023-2163/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
all:
gcc -static -o exploit -I include/ exploit_prims.c exploit.c kernel_helpers.c
Loading

0 comments on commit bcc96ac

Please sign in to comment.