Closed
Bug 783125
Opened 13 years ago
Closed 13 years ago
Apache mod_negotiation filename bruteforcing on www.mozilla.org
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: shashankcyberboy, Unassigned)
References
Details
(Keywords: reporter-external)
Attachments
(1 file)
|
36.15 KB,
image/png
|
Details |
Apache mod_negotiation filename bruteforcing
Vulnerability description
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.
This vulnerability affects Web Server
The impact of this vulnerability
Possible information disclosure: directory listing, filename bruteforcing, backup files.
How to fix this vulnerability
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
i have provided the screen shot of the proof
Updated•13 years ago
|
Group: mozilla-services-security → mozilla-corporation-confidential
Component: Web Site → www.mozilla.org
Product: Mozilla Services → Websites
Comment 2•13 years ago
|
||
I think we rely on MultiViews.
Is it really a problem for us, given that our codebase is public?
Flags: sec-review?
Updated•13 years ago
|
CC list accessible: true
Accessible to reporter
Updated•13 years ago
|
Group: mozilla-corporation-confidential → websites-security
yes it indeed a big problem for u all... think if some one reaches till your config files.. even a for this vulnerablity many exploits are open on intenet ... one of the exploits is in metasploit . check here
http://www.metasploit.com/modules/auxiliary/scanner/http/mod_negotiation_brute/
Comment 4•13 years ago
|
||
I was able to reproduce using curl
curl -vLH "Accept: fake/fake" "http://www.mozilla.org/index"
The above outputs the same error as the screenshot. You must specify a file which exists on the server otherwise you get the normal 404 page
I'm not sure if there is anything interesting to bruteforce though since the code is public as Anthony mentions. You wouldn't be able to access any file you couldn't normally access.
Status: UNCONFIRMED → NEW
Ever confirmed: true
yeah u are right that anyone could not access the file just can brute force the directories... but it can be used a payload with other vulnerabilities like lfi and rfi... it will help the attacker to find out the structure of the site... so if it this vul is not treated it may result fatal later on ... it always better to close all the small holes in website
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
Updated•13 years ago
|
Flags: sec-review?
what happened i haven't still received any further replies(In reply to David Chan [:dchan] from comment #4)
> I was able to reproduce using curl
>
> curl -vLH "Accept: fake/fake" "http://www.mozilla.org/index"
>
> The above outputs the same error as the screenshot. You must specify a file
> which exists on the server otherwise you get the normal 404 page
>
> I'm not sure if there is anything interesting to bruteforce though since the
> code is public as Anthony mentions. You wouldn't be able to access any file
> you couldn't normally access.
Comment 8•13 years ago
|
||
(In reply to shashank from comment #7)
> no repliess ???? are just ignoring uss????
Hey shashank
I'm not sure what happened with this bug. From looking at the history, the bug was marked as non-qualified for the bounty program due to the minimal risk. We normally reply through the original submission email or on the bug when a committee decision has been reached. We're sorry that we didn't communicate back to you in a timely manner.
Comment 9•13 years ago
|
||
I see no reason for us to turn MultiViews off... Nothing on www.mozilla.org is secret or private. It's all open source in public repositories.
Group: websites-security
Status: NEW → RESOLVED
Closed: 13 years ago
OS: Windows 7 → All
Hardware: x86_64 → All
Resolution: --- → WONTFIX
Summary: web server vulnerablity in www.mozilla.org → Apache mod_negotiation filename bruteforcing on www.mozilla.org
Updated•12 years ago
|
Flags: sec-bounty-
Updated•2 years ago
|
Keywords: reporter-external
You need to log in
before you can comment on or make changes to this bug.
Description
•