Lucene search
+L

5 matches found

OSV
OSV
added 2017/09/18 3:29 p.m.13 views

ALPINE-CVE-2017-9798

Apache httpd allows remote attackers to read secret data from process memory if the Limit directive can be set in a user's .htaccess file, or if httpd.conf has certain misconfigurations, aka Optionsbleed. This affects the Apache HTTP Server through 2.2.34 and 2.4.x through 2.4.27. The attacker...

7.5CVSS7AI score0.94999EPSS
SaveExploits9References1
Metasploit
Metasploit
added 2017/09/18 12:0 a.m.506 views

Apache Optionsbleed Scanner

This module scans for the Apache optionsbleed vulnerability where the Allow response header returned from an OPTIONS request may bleed memory if the server has a .htaccess file with an invalid Limit method defined. Module Options msf use auxiliary/scanner/http/apache/optionsbleed msf...

7.5CVSS6.8AI score0.94999EPSS
SaveExploits9
exploitpack
exploitpack
added 2017/09/18 12:0 a.m.3491 views

Apache 2.2.34 2.4.27 - OPTIONS Memory Leak

Apache 2.2.34 2.4.27 - OPTIONS Memory Leak !/usr/bin/env python3 Optionsbleed proof of concept test by Hanno Böck import argparse import urllib3 import re def testbleedurl, args: r = pool.request'OPTIONS', url try: allow = strr.headers"Allow" except KeyError: return False if allow in dup: return...

5CVSS0.2AI score0.94999EPSS
SaveExploits9
zdt
zdt
added 2017/09/18 12:0 a.m.3759 views

Apache - HTTP OPTIONS Memory Leak Exploit

Exploit for linux platform in category web applications !/usr/bin/env python3 Optionsbleed proof of concept test by Hanno Böck import argparse import urllib3 import re def testbleedurl, args: r = pool.request'OPTIONS', url try: allow = strr.headers"Allow" except KeyError: return False if allow in...

5CVSS8.1AI score0.94999EPSS
SaveExploits9
Exploit DB
Exploit DB
added 2017/09/18 12:0 a.m.3746 views

Apache < 2.2.34 / < 2.4.27 - OPTIONS Memory Leak

!/usr/bin/env python3 Optionsbleed proof of concept test by Hanno Böck import argparse import urllib3 import re def testbleedurl, args: r = pool.request'OPTIONS', url try: allow = strr.headers"Allow" except KeyError: return False if allow in dup: return dup.appendallow if allow == "": print"empty...

7.5CVSS6.8AI score0.94999EPSS
SaveExploits9
Rows per page
Query Builder