Closed
Bug 1056520
Opened 11 years ago
Closed 11 years ago
Apache mod_negotiation filename bruteforcing
Categories
(Websites Graveyard :: Your Web, defect)
Websites Graveyard
Your Web
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 783125
People
(Reporter: jpogexD, Unassigned)
Details
(Keywords: reporter-external, Whiteboard: [site:mozilla.org][reporter-external])
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0 (Beta/Release)
Build ID: 20140716183446
Steps to reproduce:
mod_negotiation is an Apache module responsible for selecting the document that best matches the clients capabilities, from one of several available documents. If the client provides an invalid Accept header, the server will respond with a 406 Not Acceptable error containing a pseudo directory listing. This behaviour can help an attacker to learn more about his target, for example, generate a list of base names, generate a list of interesting extensions, look for backup files and so on.
Actual results:
Possible information disclosure: directory listing, filename bruteforcing, backup files.
FIX -
Disable the MultiViews directive from Apache's configuration file and restart Apache.
You can disable MultiViews by creating a .htaccess file containing the following line:
Options -Multiviews
Expected results:
INFORMATION DISCLOSURE AND ATTTACKER CAN BRUTEFORCE THE DIRECTORIES OF YOUR SITE.
Updated•11 years ago
|
Group: core-security → websites-security
Component: Untriaged → Your Web
Product: Firefox → Websites
Version: 31 Branch → unspecified
What specific site are you trying to file this bug against?
| Reporter | ||
Comment 2•11 years ago
|
||
www.mozilla.org Sorry for not setting up the settings. Im new to this site. Thanks!
| Reporter | ||
Updated•11 years ago
|
Severity: normal → major
OS: Windows 7 → All
Priority: -- → P2
Hardware: x86 → All
Updated•11 years ago
|
Group: websites-security
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: sec-bounty-
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Severity: major → normal
Priority: P2 → --
Whiteboard: [site:mozilla.org][reporter-external]
Updated•7 years ago
|
Product: Websites → Websites Graveyard
Updated•2 years ago
|
Keywords: reporter-external
You need to log in
before you can comment on or make changes to this bug.
Description
•