You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Symfony allows internal address and port enumeration by NoPrivateNetworkHttpClient
Low severity
GitHub Reviewed
Published
Nov 6, 2024
in
symfony/symfony
•
Updated Nov 6, 2024
When using the NoPrivateNetworkHttpClient, some internal information is still leaking during host resolution, which leads to possible IP/port enumeration.
Resolution
The NoPrivateNetworkHttpClient now filters blocked IPs earlier to prevent such leaks.
The patch for this issue is available here for branch 5.4.
Credits
We would like to thank Linus Karlsson for reporting the issue and Nicolas Grekas for providing the fix.
Description
When using the
NoPrivateNetworkHttpClient
, some internal information is still leaking during host resolution, which leads to possible IP/port enumeration.Resolution
The
NoPrivateNetworkHttpClient
now filters blocked IPs earlier to prevent such leaks.The patch for this issue is available here for branch 5.4.
Credits
We would like to thank Linus Karlsson for reporting the issue and Nicolas Grekas for providing the fix.
References