View raw JSON
{
"slug": "softaculous",
"finding_count": 5,
"findings": [
{
"pattern": "$allowed_IPs",
"kind": "ioc:code_pattern",
"file": "settings.php",
"line": 118,
"snippet": "$allowed_ips = softaculous_optPOST('softaculous_allowed_ips');",
"confidence": "medium"
},
{
"pattern": "$allowed_IPs",
"kind": "ioc:code_pattern",
"file": "settings.php",
"line": 119,
"snippet": "$_a_ips = explode(',', $allowed_ips);",
"confidence": "medium"
},
{
"pattern": "$allowed_IPs",
"kind": "ioc:code_pattern",
"file": "functions.php",
"line": 2278,
"snippet": "$allowed_ips = softaculous_get_allowed_ips();",
"confidence": "medium"
},
{
"pattern": "$allowed_IPs",
"kind": "ioc:code_pattern",
"file": "functions.php",
"line": 2282,
"snippet": "if(!in_array($remote_ip, $allowed_ips)){",
"confidence": "medium"
},
{
"pattern": "$allowed_IPs",
"kind": "ioc:code_pattern",
"file": "functions.php",
"line": 2283,
"snippet": "$return['error'] = 'Unauthorized Access from an unknown IP '.esc_html($remote_ip).'. Allowed IPs - '.esc_html(implode(',', $allowed_ips)).'!!';",
"confidence": "medium"
}
],
"resolved_sha": "753f0f44570e3a59ed7ac4d1385a72b5b2d33169"
}