Active
Project:
Embed filter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2011 at 21:13 UTC
Updated:
31 Jan 2011 at 21:13 UTC
When an the Filtered HTML input format is configured as described on the project page it also contains the HTML corrector that runs after the embedfilter.
When the following content is posted (alert is merely an example):
<script>alert(0)
embedfilter won't react because there's no SRC to check, and no closing tag. Unfortunately, the HTML corrector _will_ add this closing tag later, and the code after the script openingtag is executed.
It would be best to remove and empty <script> to prevent this.