Lucene search
K

5 matches found

Metasploit
Metasploit
added 2017/09/27 2:9 a.m.411 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. This module requires Metasploit: https://metasploit.com/download Current source:...

7.5CVSS8.5AI score0.94999EPSS
Exploits9
OSV
OSV
added 2017/09/18 3:29 p.m.7 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
Exploits9References1
exploitpack
exploitpack
added 2017/09/18 12:0 a.m.3386 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
Exploits9
Exploit DB
Exploit DB
added 2017/09/18 12:0 a.m.3634 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.5CVSS7AI score0.94999EPSS
Exploits9
0day.today
0day.today
added 2017/09/18 12:0 a.m.3669 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
Exploits9
Rows per page
Query Builder