https://github.com/tin-z/Stuff_and_POCs
Containing vulnerabilities I've discovered and maybe CVE
https://github.com/tin-z/Stuff_and_POCs
cve vulnerability-research
Last synced: about 2 months ago
JSON representation
Containing vulnerabilities I've discovered and maybe CVE
- Host: GitHub
- URL: https://github.com/tin-z/Stuff_and_POCs
- Owner: tin-z
- Created: 2022-03-21T14:32:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T19:23:32.000Z (about 2 years ago)
- Last Synced: 2023-04-04T07:10:59.935Z (about 2 years ago)
- Topics: cve, vulnerability-research
- Language: C
- Homepage:
- Size: 18.5 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vulnerability research
1. CVE-2019-1283 (dup) - [ole32.dll](./ole32.dll) - OOB read/write
2. CVE-2021-35029 - zyxel - OS command injection
3. CVE-2022-28487 - [tcpreplay](./tcpreplay) - Use of Externally-Controlled Format String
4. CVE-2022-28488 - [libwav](./poc_libwav) - Undefined behavior
5. CVE-2022-47502 - [openoffice](./poc_openoffice/CVE-2022-47502.md) - Macro URL arbitrary script execution without warning### Extra
- [libcaca](./poc_libcaca) [link](https://github.com/cacalabs/libcaca/issues/67)
- [lldb](./poc_lldb) [link](https://github.com/llvm/llvm-project/issues/55222)