Update dependency symfony/http-client to v5.4.53 [SECURITY] - #577
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/packagist-symfony-http-client-vulnerability
branch
from
November 13, 2024 18:45
8fcf3ca to
79a96ff
Compare
renovate
Bot
force-pushed
the
renovate/packagist-symfony-http-client-vulnerability
branch
from
August 10, 2025 12:36
79a96ff to
6b658b0
Compare
renovate
Bot
force-pushed
the
renovate/packagist-symfony-http-client-vulnerability
branch
from
December 15, 2025 14:56
6b658b0 to
ba08944
Compare
renovate
Bot
deleted the
renovate/packagist-symfony-http-client-vulnerability
branch
March 27, 2026 01:12
renovate
Bot
force-pushed
the
renovate/packagist-symfony-http-client-vulnerability
branch
2 times, most recently
from
March 31, 2026 00:38
ba08944 to
4bf2c08
Compare
renovate
Bot
force-pushed
the
renovate/packagist-symfony-http-client-vulnerability
branch
2 times, most recently
from
April 27, 2026 23:04
4bf2c08 to
221b504
Compare
renovate
Bot
force-pushed
the
renovate/packagist-symfony-http-client-vulnerability
branch
from
August 27, 2026 10:41
221b504 to
b52c447
Compare
renovate
Bot
force-pushed
the
renovate/packagist-symfony-http-client-vulnerability
branch
from
September 7, 2026 16:49
b52c447 to
a45832a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.4.9→5.4.53Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Symfony allows internal address and port enumeration by NoPrivateNetworkHttpClient
CVE-2024-50342 / GHSA-9c3x-r3wp-mgxm
More information
Details
Description
When using the
NoPrivateNetworkHttpClient, some internal information is still leaking during host resolution, which leads to possible IP/port enumeration.Resolution
The
NoPrivateNetworkHttpClientnow filters blocked IPs earlier to prevent such leaks.The fisrt patch for this issue is available here for branch 5.4.
The second one is available here for branch 5.4 also.
Credits
We would like to thank Linus Karlsson and Chris Smith for reporting the issue and Nicolas Grekas for providing the fix.
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Symfony: IpUtils::PRIVATE_SUBNETS Omits IPv6 Transition Forms (6to4, NAT64, Teredo, IPv4-compatible): SSRF Bypass in NoPrivateNetworkHttpClient
CVE-2026-48736 / GHSA-38cx-cq6f-5755
More information
Details
Description
Symfony\Component\HttpClient\NoPrivateNetworkHttpClientis documented as a decorator that blocks requests to private networks by default. The list of blocked subnets (Symfony\Component\HttpFoundation\IpUtils::PRIVATE_SUBNETSon 6.4+, a private constant inNoPrivateNetworkHttpClienton 5.4) enumerates RFC1918, loopback, link-local and IPv4-mapped IPv6 (::ffff:0:0/96) prefixes, but omits the remaining IPv6 transition forms that can embed a private IPv4 destination: 6to4 (2002::/16, RFC 3056), Teredo (2001::/32, RFC 4380), NAT64 (64:ff9b::/96, RFC 6052 and64:ff9b:1::/48, RFC 8215) and IPv4-compatible IPv6 (::/96, RFC 4291 §2.5.5.1).IpUtils::checkIp6()is a pure bitwise CIDR comparison against the constants list and never extracts the embedded IPv4, so an attacker who can supply a URL writes the loopback / RFC1918 IPv4 target as e.g.http://[2002:7f00:1::]/(6to4 → 127.0.0.1),http://[64:ff9b::7f00:1]/(NAT64 → 127.0.0.1),http://[::7f00:1]/(IPv4-compatible → 127.0.0.1) orhttp://[2001::1]/(Teredo).IpUtils::isPrivateIp()returnsfalseandNoPrivateNetworkHttpClientdispatches the request.Real-world reachability of the embedded IPv4 depends on the deploy's IPv6 routing (6to4 tunnel interface, upstream NAT64 gateway, kernel handling of IPv4-compatible addresses), but the security boundary the decorator promises — the dispatch decision — is crossed regardless of whether the packet ultimately lands on the embedded IPv4.
Resolution
The private-subnet list now includes
::/96,2002::/16,2001::/32,64:ff9b::/96and64:ff9b:1::/48. Blanket blocking of these prefixes matches the policy applied by Chromium and Mozilla's Private Network Access; server-side HTTPS APIs are not legitimately published on these prefixes.The patches for this issue are available here for branch 5.4 and here for branch 6.4 (and forward-ported to 7.4, 8.0 and 8.1).
Credits
Symfony would like to thank tonghuaroot for reporting the issue and Nicolas Grekas for providing the fix.
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
symfony/http-client (symfony/http-client)
v5.4.53Compare Source
Changelog (symfony/http-client@v5.4.49...v5.4.53)
v5.4.49Compare Source
Changelog (symfony/http-client@v5.4.48...v5.4.49)
v5.4.48Compare Source
Changelog (symfony/http-client@v5.4.47...v5.4.48)
parse_url()bug (bis) (@nicolas-grekas)v5.4.47Compare Source
Changelog (symfony/http-client@v5.4.46...v5.4.47)
v5.4.46Compare Source
Changelog (symfony/http-client@v5.4.45...v5.4.46)
v5.4.45Compare Source
Changelog (symfony/http-client@v5.4.44...v5.4.45)
v5.4.44Compare Source
Changelog (symfony/http-client@v5.4.43...v5.4.44)
CURLMOPT_MAXCONNECTS(@HypeMC)parse_url()bug (@nicolas-grekas)v5.4.43Compare Source
Changelog (symfony/http-client@v5.4.42...v5.4.43)
v5.4.42Compare Source
Changelog (symfony/http-client@v5.4.41...v5.4.42)
v5.4.41Compare Source
Changelog (symfony/http-client@v5.4.40...v5.4.41)
v5.4.40Compare Source
Changelog (symfony/http-client@v5.4.39...v5.4.40)
v5.4.39Compare Source
Changelog (symfony/http-client@v5.4.38...v5.4.39)
v5.4.38Compare Source
Changelog (symfony/http-client@v5.4.37...v5.4.38)
v5.4.37Compare Source
Changelog (symfony/http-client@v5.4.36...v5.4.37)
v5.4.36Compare Source
Changelog (symfony/http-client@v5.4.35...v5.4.36)
v5.4.35Compare Source
Changelog (symfony/http-client@v5.4.34...v5.4.35)
v5.4.34Compare Source
Changelog (symfony/http-client@v5.4.33...v5.4.34)
v5.4.31Compare Source
Changelog (symfony/http-client@v5.4.30...v5.4.31)
v5.4.29Compare Source
Changelog (symfony/http-client@v5.4.28...v5.4.29)
v5.4.26Compare Source
Changelog (symfony/http-client@v5.4.25...v5.4.26)
v5.4.25Compare Source
Changelog (symfony/http-client@v5.4.24...v5.4.25)
GenericRetryStrategywith floated multiplier (@francisbesset)v5.4.24Compare Source
Changelog (symfony/http-client@v5.4.23...v5.4.24)
isRetryabledecision of the retry strategy for re-delivery (@FlyingDR)v5.4.23Compare Source
Changelog (symfony/http-client@v5.4.22...v5.4.23)
v5.4.22Compare Source
Changelog (symfony/http-client@v5.4.21...v5.4.22)
v5.4.21Compare Source
Changelog (symfony/http-client@v5.4.20...v5.4.21)
v5.4.20Compare Source
Changelog (symfony/http-client@v5.4.19...v5.4.20)
v5.4.19Compare Source
Changelog (symfony/http-client@v5.4.18...v5.4.19)
v5.4.17Compare Source
Changelog (symfony/http-client@v5.4.16...v5.4.17)
v5.4.16Compare Source
Changelog (symfony/http-client@v5.4.15...v5.4.16)
v5.4.15Compare Source
Changelog (symfony/http-client@v5.4.14...v5.4.15)
v5.4.14Compare Source
Changelog (symfony/http-client@v5.4.13...v5.4.14)
v5.4.13Compare Source
Changelog (symfony/http-client@v5.4.12...v5.4.13)
v5.4.12Compare Source
Changelog (symfony/http-client@v5.4.11...v5.4.12)
v5.4.11Compare Source
Changelog (symfony/http-client@v5.4.10...v5.4.11)
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.