Closed
Bug 812722
Opened 13 years ago
Closed 13 years ago
SQL Injection on https://developer-old.mozilla.org
Categories
(developer.mozilla.org :: Security, defect)
developer.mozilla.org
Security
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Michael1026, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11
Steps to reproduce:
Simply enter ' into the username and password boxes on: https://developer-old.mozilla.org/forums/ucp.php?mode=login&sid=05564e6ae0d3784c3f41c402d9b70218
Actual results:
I received this mySQL error:
[phpBB Debug] PHP Notice: in file /includes/auth/auth_mdc.php on line 122: mysqli::prepare() [mysqli.prepare]: Couldn't fetch mysqli
[phpBB Debug] PHP Notice: in file /includes/auth/auth_mdc.php on line 129: mysqli::close() [mysqli.close]: Couldn't fetch mysqli
Comment 1•13 years ago
|
||
Well, if I go to https://developer-old.mozilla.org/forums/ucp.php?mode=login and enter "whatever" as password and username I get exactly the same output. So I'm not sure where you identified the potential for an injection exactly.
Summary: SQL Injection → SQL Injection on https://developer-old.mozilla.org
| Reporter | ||
Comment 2•13 years ago
|
||
actually just noticed this too. Either way, even if it's not an injection, still a bug.
Comment 3•13 years ago
|
||
Pretty sure this is not related to SQL injection, but David (cc'd) can confirm.
More importantly, this is not the main version of the Mozilla Developer Network. This is just an old version of the site that we have lying around for reference.
I will make sure this site is not indexed by search engines in the future and will look into other ways of making it clear that it is not our main website.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Flags: needinfo?(dwalsh)
Resolution: --- → INVALID
Comment 4•13 years ago
|
||
We should talk about taking this site down tomorrow, or password-protecting it with htaccess. There's no reason for it to be public.
Flags: needinfo?(dwalsh)
You need to log in
before you can comment on or make changes to this bug.
Description
•