Closed
Bug 1029250
Opened 10 years ago
Closed 9 years ago
(shumway) Nested child nodes should be disallowed in policy files
Categories
(Firefox Graveyard :: Shumway, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mwobensmith, Assigned: yury)
References
Details
(Whiteboard: [shumway])
This pertains to content that loads data via flash.net.URLLoader, but likely affects all Flash data-loading APIs.
Consider the case of content on http://foo.com accessing a site with this policy file:
<cross-domain-policy>
<allow-access-from domain="*"/>
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
</cross-domain-policy>
Expected:
Should not load - nested elements not allowed
Actual:
Data loads
Policy file spec:
http://www.senocular.com/pub/adobe/crossdomain/policyfiles.html
Updated•10 years ago
|
Blocks: shumway-m4
Comment 1•9 years ago
|
||
Till recommends that Yury look into these security issues.
Assignee: nobody → ydelendik
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•