Open
Bug 937663
Opened 11 years ago
Updated 2 years ago
The pdf embedded using object tag is blocked by the mixed content blocker
Categories
(Firefox :: Security, defect)
Tracking
()
People
(Reporter: mihai.morar, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
35.37 KB,
image/png
|
Details |
Reproducible on the latest Beta (BuildID: 20131111154639): Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0
Steps to reproduce:
1. Start Firefox.
2. Access the following URL: https://moztrap.mozilla.org/media/attachments/2013/01/18/embeddedPDFsTestPage.html
Expected results: Both of the PDFs embedded on the page are displayed properly.
Actual result: The only PDF successfully displayed is the one embedded using <embed> tags, while the PDF embedded using the <object> tag is blocked by the mixed content blocker.
Notes:
1. This issue is only reproducible under Windows XP x32 and Windows 7 x32.
2. This issue is not a recent regression: it's also reproducible on Firefox 25 (buidID: 20131025151332). I will further investigate this bug in terms of regression.
Reporter | ||
Comment 1•11 years ago
|
||
This issue is also:
- reproducible on the latest Aurora (BuildID: 20131112004004): Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0
- reproducible on the latest Nightly (BuildID: 20131112030204): Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0
Reporter | ||
Comment 2•11 years ago
|
||
An update on expected results:
Both PDFs embedded in the page should be blocked by the mixed content blocker, as both of them are actually HTTP content inside a HTTPS page (Mixed Passive Content).
status-firefox25:
--- → affected
status-firefox26:
--- → affected
status-firefox27:
--- → affected
status-firefox28:
--- → affected
Component: PDF Viewer → Security
Keywords: regression
Reporter | ||
Updated•11 years ago
|
Keywords: regression
Reporter | ||
Comment 3•11 years ago
|
||
The Mixed Content Blocker UI has been implemented starting with Firefox 18, but it was enabled only starting with Firefox 23.
The same behavior was encountered on the following builds, using Windows XP x86:
- Firefox 22 (BuildID: 20130618035212): with security.mixed_content.block_active_content set to true
- Firefox 23 (BuildID: 20130730113002)
- Firefox 24 (BuildID: 20130910160258)
The behavior changes on the following builds - enabling the Mixed Display Content does not block any of the embedded PDFs, while enabling the Mixed Active Content blocks both of the embedded PDFs, under Windows XP x86:
- Firefox 18 (BuildID: 20130104151925)
- Firefox 19 (BuildID: 20130307023931)
- Firefox 20 (BuildID: 20130307075451)
- Firefox 21 (BuildID: 20130511120803)
Also: a related issue was found, 738967 (pdf.js doesn't work for embedded PDFs), which according to latest comments, has been reported fixed starting with Firefox 22.
Keywords: regression
Updated•11 years ago
|
Comment 4•11 years ago
|
||
Tyler, is this something that has bubbled up in support or input?
Comment 5•11 years ago
|
||
Sid - is this actually the expected behaviour for MCB with pdf content?
Flags: needinfo?(sstamm)
Comment 6•11 years ago
|
||
This is iffy. PDFs have a history of doing things they're not supposed to, but are probably *supposed* to be passive (and can't modify the web page). Problem is, they're dangerous (especially if we're using pdf.js, which *is* script).
But I think PDFs are supposed to be passive content so MCB should not block them unless you have enabled blocking of mixed display. Chris, what do you think?
Flags: needinfo?(sstamm) → needinfo?(mozilla)
Comment 7•11 years ago
|
||
The fact that the problem is only reproduceable on Windows strongly indicates a weired bug.
On Linux, both of these calls use the contentPolicyType TYPE_OBJECT, which is Active content and should therefore be blocked.
I guess one of the problems we are facing with MCB is the way we query the requestingLocation [1]. Probably we hit an early return somewhere in that code.
Currenlty, I am working on bug 878890, which eliminiates the ShouldLoad call of the contentPolicy and uses an observer to evaluate mixed content. Even though the problem mentioned here is not directly depended on bug 878890, I think that this rewriting of shouldLoad is going to fix that bug too. The new function that evaluates mixed content only requries a |context| to be provided and does not query the reqeustingLocation using so many if-else cases [1] that no one really can keep track of.
[1] http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsMixedContentBlocker.cpp#346
Flags: needinfo?(mozilla)
Comment 8•11 years ago
|
||
Given this is an old regression & is not a major issue for our users we would not track it for an upcoming releases. If this could be exploitable and a major security issue feel free to renominate it with appropriate rating else may be be we can wait on 878890 to get fixed.
Updated•11 years ago
|
Blocks: MixedContentBlocker
The same bug was encontered in Firefox 28.0 Beta 6 on Manjaro 0.8.9 with mixed content allowed.
Build: 20140224220227
Flags: needinfo?
Comment 10•11 years ago
|
||
[testday-20140227]
Updated•11 years ago
|
Flags: needinfo?
Comment 11•10 years ago
|
||
[Testday-20140523]
Still reproducible with 30.b7 (Build ID:20140522105902) on Ubuntu 14.04(Desktop-64bit)
Comment 12•10 years ago
|
||
[Testday-20140523]
Still reproducible with 30.b7 on Windows 7 32 Bit
Comment 13•10 years ago
|
||
[Testday - 20140523]
It doesn't happens with 30.b7 on KaOS (KDE - Linux) 64bit
Comment 14•8 years ago
|
||
Testday - 20170307
I have the same problem. It seems, it is still existing. I embedded an PDF file via googledocs. But in firefox (52.0 64Bit for Mac, and Firefox 52.0 32Bit for Windows) the whole Joomla-Article on the site is blocked.
SSL was made within Lets Encrypt.
So how is secure PDF-embedding possible?
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•