EvanMcBroom / pocs

My Proof of Concept code for different publicly disclosed vulnerabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoCs

My Proof of Concept (POC) code for different publicly disclosed vulnerabilities. Issues that were identified by me are marked by a βœ”οΈ. All other issues are attributed to the original researcher, if known.

Elevation of Privilege

POC Date Description Finder
πŸ“† Dec 13, 2017 Warbird - Null pointer dereference in Windows that leads to code execution @j00ru
πŸ“† Nov 21, 2016 Capcom - Device driver that allows direct code execution @TheWack0lian

Forced Authentication

POC Date Description Finder
πŸ“† Aug 12, 2022 Coerce MS-FAX - Remotely coerce a machine account to authenticate via MS-FAX βœ”οΈ

Memory Corruption

POC Date Description Finder
πŸ“† May 15, 2024 ChangeMachinePassword - Arbitrary pointer dereference in LSASS βœ”οΈ
πŸ“† Dec 5, 2023 VULN-114840 - Arbitrary pointer dereference in LSASS βœ”οΈ
πŸ“† Dec 5, 2023 VULN-114839 - Arbitrary pointer dereference in LSASS βœ”οΈ

Memory Leak

POC Date Description Finder
πŸ“† Mar 17, 2023 CVE-2024-26209 - Memory leak in LSASS βœ”οΈ

Remote Code Execution

POC Date Description Finder
πŸ“† Jun 3, 2018 MS08-67 - Stack overflow in a Windows service that leads to code execution Undisclosed

About

My Proof of Concept code for different publicly disclosed vulnerabilities

License:MIT License


Languages

Language:C++ 54.0%Language:Python 30.5%Language:Assembly 9.1%Language:PowerShell 6.4%