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.
Release Notes
symfony/http-client (symfony/http-client)
### [`v7.1.7`](https://redirect.github.com/symfony/http-client/releases/tag/v7.1.7)
[Compare Source](https://redirect.github.com/symfony/http-client/compare/v7.1.6...v7.1.7)
**Changelog** (https://github.com/symfony/http-client/compare/v7.1.6...v7.1.7)
- security symfony/symfony#cve-2024-50342 \[HttpClient] Filter private IPs before connecting when Host == IP ([@nicolas-grekas](https://redirect.github.com/nicolas-grekas))
- bug [symfony/symfony#58704](https://redirect.github.com/symfony/symfony/issues/58704) \[HttpClient] fix for HttpClientDataCollector fails if proc_open is disabled via php.ini ([@ZaneCEO](https://redirect.github.com/ZaneCEO))
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.1.6
->7.1.7
GitHub Vulnerability Alerts
CVE-2024-50342
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.
Release Notes
symfony/http-client (symfony/http-client)
### [`v7.1.7`](https://redirect.github.com/symfony/http-client/releases/tag/v7.1.7) [Compare Source](https://redirect.github.com/symfony/http-client/compare/v7.1.6...v7.1.7) **Changelog** (https://github.com/symfony/http-client/compare/v7.1.6...v7.1.7) - security symfony/symfony#cve-2024-50342 \[HttpClient] Filter private IPs before connecting when Host == IP ([@nicolas-grekas](https://redirect.github.com/nicolas-grekas)) - bug [symfony/symfony#58704](https://redirect.github.com/symfony/symfony/issues/58704) \[HttpClient] fix for HttpClientDataCollector fails if proc_open is disabled via php.ini ([@ZaneCEO](https://redirect.github.com/ZaneCEO))Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.