1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-16 22:56:26 +02:00
PayloadsAllTheThings/CVE Exploits
developersatyendra 72e73e38c2
Created ApacheStrutsV3.py
added latest apache struts exploit which is written by @s1kr10s
2018-08-28 03:14:40 -04:00
..
Apache Struts 2 CVE-2017-5638.py Refactoring XSS 0/? 2018-03-23 13:53:53 +01:00
Apache Struts 2 CVE-2017-9805.py Refactoring XSS 0/? 2018-03-23 13:53:53 +01:00
ApacheStrutsV3.py Created ApacheStrutsV3.py 2018-08-28 03:14:40 -04:00
Drupalgeddon2 CVE-2018-7600.rb Drupalgeddon2 update + Payment API in Methodology 2018-04-23 18:41:59 +02:00
Heartbleed CVE-2014-0160.py Drupal exploit 2018-04-17 21:39:26 +02:00
README.md Refactoring XSS 0/? 2018-03-23 13:53:53 +01:00
Shellshock CVE-2014-6271.py Drupal exploit 2018-04-17 21:39:26 +02:00
Tomcat CVE-2017-12617.py Refactoring XSS 0/? 2018-03-23 13:53:53 +01:00
Weblogic CVE-2018-2894.py Weblogic RCE CVE 2018 2894 2018-07-26 19:15:53 +02:00

Common Vulnerabilities and Exposures

Big CVEs in the last 5 years.

CVE-2014-0160 - Heartbleed

The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private networks (VPNs).

CVE-2014-6271 - Shellshock

Shellshock, also known as Bashdoor is a family of security bug in the widely used Unix Bash shell, the first of which was disclosed on 24 September 2014. Many Internet-facing services, such as some web server deployments, use Bash to process certain requests, allowing an attacker to cause vulnerable versions of Bash to execute arbitrary commands. This can allow an attacker to gain unauthorized access to a computer system.

CVE-2017-5638 - Apache Struts 2

On March 6th, a new remote code execution (RCE) vulnerability in Apache Struts 2 was made public. This recent vulnerability, CVE-2017-5638, allows a remote attacker to inject operating system commands into a web application through the “Content-Type” header.

Thanks to