content spoofing on location.services.mozilla.com
Categories
(Location :: General, defect, P2)
Tracking
(Not tracked)
People
(Reporter: c4u53.secure, Assigned: dustin)
Details
(Keywords: reporter-external, sec-low, wsec-impersonation)
Attachments
(1 file)
|
28.25 KB,
image/png
|
Details |
Comment 1•5 years ago
|
||
Looks like this got lost as it was not raised as part of the bug bounty program :/
I'll try to find the right people to look at it...
Note that this is a core site in the bug bounty program.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 2•5 years ago
|
||
so how many time to take to know that this issue is valid or not
Comment 4•5 years ago
|
||
this issue for hall of fame or payout
Comment 5•5 years ago
|
||
Potentially yes, thats what the "sec-bounty?" means.
However it would apply to the initial reporter.
Comment 6•5 years ago
|
||
so my this report is for any hall of fame or bounty
Comment 7•5 years ago
|
||
This is application behavior, not infrastructure, so I'm moving it to the application bugs. Because it is sec-low and a 4-year-old bug, I'm setting priority as P2. I hope to ship a fix in 30 days.
This issue reflects the behavior of the default 404 view in Pyramid. The production behavior for an unknown URL is to set the error message to the URL path. This becomes the detail in the HTTPException base class, which is then injected into the body_template_obj template when rendering.
The solution is to implement our own not found view that doesn't repeat the request path.
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Unassigning myself. I was hoping to get to this after some other (boring) work, but I haven't gotten to it, and this may be a good task for a new team member.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 9•5 years ago
|
||
Comment 10•5 years ago
•
|
||
Merged, fixed in stage:
This now returns only <h1>404 Not Found</h1>.
We'll close when it is in prod later this week.
Comment 11•5 years ago
|
||
This has been deployed to prod. The original URL now returns the text "404 Not Found", and no longer suggests to log in to www.evil.com.
Updated•5 years ago
|
Comment 12•5 years ago
|
||
is there any hall of fame after resloved this issue
Comment 13•5 years ago
|
||
(In reply to Vivek Panday from comment #12)
is there any hall of fame after resloved this issue
We assess the issue as a sec low, there really isn't much security impact here.
Updated•1 year ago
|
Description
•