View raw JSON
{
"slug": "photo-gallery",
"finding_count": 6,
"findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "frontend/views/view.php",
"line": 17,
"snippet": "wp_register_script( 'instagram-embed', 'https://www.instagram.com/embed.js' );",
"confidence": "medium",
"details": {
"url": "https://www.instagram.com/embed.js",
"url_host": "www.instagram.com"
}
},
{
"pattern": "Validate_Path(",
"kind": "ioc:code_pattern",
"file": "filemanager/controller.php",
"line": 45,
"snippet": "$dir = str_replace(array('\\\\', '..'), '', WDWLibrary::validate_path($this->model->get_from_session('dir', '')));",
"confidence": "medium"
},
{
"pattern": "Validate_Path(",
"kind": "ioc:code_pattern",
"file": "filemanager/view.php",
"line": 77,
"snippet": "var dir = \"<?php echo(isset($_REQUEST['dir']) ? str_replace(array('\\\\', '..'), '', WDWLibrary::validate_path(WDWLibrary::get('dir', '', 'sanitize_text_field', 'REQUEST'))) : ''); ?>\";",
"confidence": "medium"
},
{
"pattern": "Validate_Path(",
"kind": "ioc:code_pattern",
"file": "filemanager/view.php",
"line": 78,
"snippet": "var dirUrl = \"<?php echo $this->controller->get_uploads_url() . (isset($_REQUEST['dir']) ? str_replace(array('\\\\', '..'), '', WDWLibrary::validate_path(WDWLibrary::get('dir', '', 'sanitize_text",
"confidence": "medium"
},
{
"pattern": "Validate_Path(",
"kind": "ioc:code_pattern",
"file": "filemanager/UploadHandler.php",
"line": 915,
"snippet": "$dir = isset($_REQUEST['dir']) ? WDWLibrary::validate_path(WDWLibrary::get('dir', '', 'sanitize_text_field', 'REQUEST')) : '';",
"confidence": "medium"
},
{
"pattern": "Validate_Path(",
"kind": "ioc:code_pattern",
"file": "framework/WDWLibrary.php",
"line": 3631,
"snippet": "public static function validate_path( $path = '' ) {",
"confidence": "medium"
}
],
"resolved_sha": "55a3552b93ee701a8f4d46d0a6d6060a2c0b4aaf",
"serial_offender_note": "Severity bumped high\u2192critical: author 10web has 6 prior security-issue closures on wp.org."
}