Skip to content

Commit

Permalink
Fix incomplete disallowed remote addresses list SSRF
Browse files Browse the repository at this point in the history
  • Loading branch information
dvz committed Apr 30, 2024
1 parent 450259e commit d6a9601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/index.php
Expand Up @@ -1650,7 +1650,8 @@ function create_tables()
*/
\$config['disallowed_remote_addresses'] = array(
'127.0.0.1',
'0.0.0.0',
'127.0.0.0/8',
'10.0.0.0/8',
'172.16.0.0/12',
'192.168.0.0/16',
Expand Down

0 comments on commit d6a9601

Please sign in to comment.