Closed
Bug 541302
Opened 16 years ago
Closed 16 years ago
Blocklist malicious "Internal security options editor" extension
Categories
(Toolkit :: Blocklist Policy Requests, defect)
Toolkit
Blocklist Policy Requests
Tracking
()
RESOLVED
FIXED
People
(Reporter: zzxc, Unassigned)
Details
Several users today in Live Chat reported having an extension that is redirecting websites (google.com, bing.com, and anything with 'search' in the url) to malicious sites. I got a copy of the extension, which is attached to this bug.
The guid of the extension is {8CE11043-9A15-4207-A565-0C94C42D590D} , and several anti-malware programs are recognizing it as malware. This GUID should be blocklisted for all versions of all applications.
Comment 1•16 years ago
|
||
morgamic, can we do this today? I confirmed the add-on hijacks all search results for Google, Yahoo, Bing, and AOL and masks itself as an "Internal security" add-on.
Severity: major → blocker
Comment 2•16 years ago
|
||
INSERT INTO `blitems` (`guid`, `min`, `max`) VALUES
('{847b3a00-7ab1-11d4-8f02-006008948af5}', null, null);
Would have to run that on prod and that's all we have to do.
Comment 3•16 years ago
|
||
Err, bad query, meant:
INSERT INTO `blitems` (`guid`, `min`, `max`) VALUES
('{8CE11043-9A15-4207-A565-0C94C42D590D}', null, null);
Comment 4•16 years ago
|
||
This was pushed. When/how should we publish the mozilla.com info on http://www.mozilla.com/en-US/blocklist/ ?
Comment 5•16 years ago
|
||
We can do it whenever. Probably something like:
"Internal security" add-on, all versions for all applications. Reason: Secretly hijacks all search results in most major search engines masked as a security add-on.
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Group: client-services-security
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•