2018-04-01, 02:32 AM

Examples of corrupt links:
<iframe width="560" height="315" src="//www.youtube.com/embed/wOMwO5T3yT4" target" frameborder="0" allowfullscreen=""></iframe>
<iframe width="560" height="315" src="//www.youtube.com/embed/wOMwO5T3yT4" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch#wOMwO5T3yT4</a>" frameborder="0" allowfullscreen=""></iframe>
PHP Version 7.2.4
MyBB Version: 1.8.15
Template: video_youtube_embed
File: /inc/class_parser.php
Function: mycode_parse_video
Code: $id = htmlspecialchars_uni($id);
File: /inc/functions.php
Function: htmlspecialchars_uni
Code: $message = str_replace("\"", """, $message);