Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/symfony/symfony@2.0.0
purl pkg:composer/symfony/symfony@2.0.0
Tags Ghost
Next non-vulnerable version 5.4.51
Latest non-vulnerable version 8.0.5
Risk 4.5
Vulnerabilities affecting this package (32)
Vulnerability Summary Fixed by
VCID-23wm-y6hh-hfd3
Aliases:
CVE-2012-6431
GHSA-83c3-qx27-2rwr
Routes behind a firewall are accessible even when not logged in Symfony does not process URL encoded data consistently within the Routing and Security components, which allows remote attackers to bypass intended URI restrictions via a doubly encoded string.
2.0.19
Affected by 30 other vulnerabilities.
VCID-2hua-7wbd-tqbx
Aliases:
CVE-2018-11386
GHSA-r2rq-3h56-fqm4
Insufficient Session Expiration The `PDOSessionHandler` class allows storing sessions on a PDO connection. Under some configurations and with a well-crafted payload, it was possible to do a denial of service on a Symfony application without too much resources.
2.7.48
Affected by 22 other vulnerabilities.
2.8.41
Affected by 21 other vulnerabilities.
3.3.17
Affected by 27 other vulnerabilities.
3.4.11
Affected by 21 other vulnerabilities.
4.0.11
Affected by 22 other vulnerabilities.
VCID-446x-j2gr-f3a2
Aliases:
GHSA-vfm6-r2gc-pwww
Symfony2 security issue when the trust proxy mode is enabled An application is vulnerable if it uses the client IP address as returned by the Request::getClientIp() method for sensitive decisions like IP based access control. To fix this security issue, the following changes have been made to all versions of Symfony2: A new Request::setTrustedProxies() method has been introduced and should be used intead of Request::trustProxyData() to enable the trust proxy mode. It takes an array of trusted proxy IP addresses as its argument: ``` // before (probably in your front controller script) Request::trustProxyData(); // after Request::setTrustedProxies(array('1.1.1.1')); // 1.1.1.1 being the IP address of a trusted reverse proxy ``` The Request::trustProxyData() method has been deprecated (when used, it automatically trusts the latest proxy in the chain -- which is the current remote address): ``` Request::trustProxyData(); // is equivalent to Request::setTrustedProxies(array($request->server->get('REMOTE_ADDR'))); ``` We encourage all Symfony2 users to upgrade as soon as possible. It you don't want to upgrade to the latest version yet, you can also apply the following patches: - [Patch](https://github.com/symfony/symfony/compare/fc89d6b...9ce892c.patch) for Symfony 2.0.19 - [Patch](https://github.com/symfony/symfony/compare/922c201...e5536f0.patch) for Symfony 2.1.4
2.0.19
Affected by 30 other vulnerabilities.
2.1.4
Affected by 29 other vulnerabilities.
VCID-556v-rym3-6yax
Aliases:
CVE-2018-11406
GHSA-g4g7-q726-v5hg
Cross-Site Request Forgery (CSRF) By default, a user's session is invalidated when the user is logged out. This behavior can be disabled through the `invalidate_session` option. In this case, CSRF tokens were not erased during logout which allowed for CSRF token fixation.
2.7.48
Affected by 22 other vulnerabilities.
2.8.41
Affected by 21 other vulnerabilities.
3.3.17
Affected by 27 other vulnerabilities.
3.4.11
Affected by 21 other vulnerabilities.
4.0.11
Affected by 22 other vulnerabilities.
VCID-6cea-up73-y3hn
Aliases:
CVE-2014-6061
GHSA-h7v2-2qwg-h829
Improper Authorization Security issue when parsing the Authorization header.
2.3.19
Affected by 24 other vulnerabilities.
2.4.9
Affected by 24 other vulnerabilities.
2.5.0-BETA1
Affected by 24 other vulnerabilities.
2.5.4
Affected by 24 other vulnerabilities.
VCID-6z5x-uwjt-uueq
Aliases:
CVE-2014-6072
GHSA-v35g-4rrw-h4fw
Cross-Site Request Forgery (CSRF)Cross-Site Request Forgery (CSRF) CSRF vulnerability in the Web Profiler.
2.3.19
Affected by 24 other vulnerabilities.
2.4.9
Affected by 24 other vulnerabilities.
2.5.0-BETA1
Affected by 24 other vulnerabilities.
2.5.4
Affected by 24 other vulnerabilities.
VCID-71vh-7wte-kfcx
Aliases:
CVE-2018-11385
GHSA-g4rg-rw65-8hfg
Session Fixation A session fixation vulnerability within the `Guard` login feature may allow an attacker to impersonate a victim towards the web application if the session id value was previously known to the attacker.
2.7.48
Affected by 22 other vulnerabilities.
2.8.41
Affected by 21 other vulnerabilities.
3.3.17
Affected by 27 other vulnerabilities.
3.4.11
Affected by 21 other vulnerabilities.
4.0.11
Affected by 22 other vulnerabilities.
VCID-742s-vczp-tuh1
Aliases:
2011-11-16
Improper Privilege Management Vulnerability in the `EntityUserProvider` as provided in the Doctrine bridge.
2.0.6
Affected by 38 other vulnerabilities.
VCID-7ms4-3hc6-8bgv
Aliases:
GHSA-7mx2-7q8p-pgmw
Symfony may allow a user to switch to using another user's identity Symfony 2.0.6 has just been released. It addresses a security vulnerability in the EntityUserProvider as provided in the Doctrine bridge. If you let your users update their login/username from a form, and if you are using Doctrine as a user provider, then you are vulnerable and you should upgrade as soon as possible. The issue is that it is possible for a user to switch to another one. Here is how to reproduce it: The current user changes its username via a form to another existing username. When the form is submitted, he will have a validation error (as the username already exists) but the user object in the session will still be modified to the new username. This user from the session will be used for the next requests and so the user will be switched to this other user. The fix is to always refresh the user via the primary key (which cannot be updated via a form) instead of the username. If you cannot upgrade immediately, please apply the following patch: https://github.com/symfony/symfony/commit/9d2ab9ca9c1762
2.0.6
Affected by 38 other vulnerabilities.
VCID-ahhz-bs6u-f3bc
Aliases:
CVE-2014-5245
GHSA-wvjv-p5rr-mmqm
Improper Access Control Direct access of ESI URLs behind a trusted proxy.
2.3.19
Affected by 24 other vulnerabilities.
2.4.9
Affected by 24 other vulnerabilities.
2.5.0-BETA1
Affected by 24 other vulnerabilities.
2.5.4
Affected by 24 other vulnerabilities.
VCID-bdhj-np35-sybt
Aliases:
CVE-2023-46734
GHSA-q847-2q57-wmr3
Symfony potential Cross-site Scripting vulnerabilities in CodeExtension filters Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Starting in versions 2.0.0, 5.0.0, and 6.0.0 and prior to versions 4.4.51, 5.4.31, and 6.3.8, some Twig filters in CodeExtension use `is_safe=html` but don't actually ensure their input is safe. As of versions 4.4.51, 5.4.31, and 6.3.8, Symfony now escapes the output of the affected filters.
4.4.51
Affected by 6 other vulnerabilities.
5.0.0-BETA1
Affected by 7 other vulnerabilities.
5.4.31
Affected by 7 other vulnerabilities.
6.0.0-BETA1
Affected by 0 other vulnerabilities.
6.3.8
Affected by 7 other vulnerabilities.
6.4.0-BETA1
Affected by 7 other vulnerabilities.
VCID-bhfu-7788-fbhc
Aliases:
CVE-2018-14773
GHSA-8wgj-6wx8-h5hq
URL Rewrite vulnerability An issue in Symfony arises from support for a (legacy) IIS header that lets users override the path in the request URL via the `X-Original-URL` or `X-Rewrite-URL` HTTP request header. These headers are designed for IIS support, but it's not verified that the server is in fact running IIS, which means anybody who can send these requests to an application can trigger this. This affects `\Symfony\Component\HttpFoundation\Request::prepareRequestUri()` where `X-Original-URL` and `X_REWRITE_URL` are both used. The fix drops support for these methods so that they cannot be used as attack vectors such as web cache poisoning.
2.7.49
Affected by 18 other vulnerabilities.
2.8.44
Affected by 19 other vulnerabilities.
3.3.18
Affected by 21 other vulnerabilities.
3.4.14
Affected by 19 other vulnerabilities.
4.0.14
Affected by 20 other vulnerabilities.
4.1.3
Affected by 22 other vulnerabilities.
VCID-bny7-h1nn-bkbc
Aliases:
CVE-2013-1348
GHSA-2r5h-6r7v-5m7c
Code Injection The `Yaml::parse` function in Symfony allows remote attackers to execute arbitrary PHP code via a PHP file.
2.0.22
Affected by 27 other vulnerabilities.
VCID-d1kp-7aht-9qa2
Aliases:
CVE-2015-2308
GHSA-5c58-w9xc-qcj9
Esi Code Injection Applications with ESI support (and SSI support as of Symfony ) enabled and using the Symfony built-in reverse proxy (the `Symfony\Component\HttpKernel\HttpCache` class) are vulnerable to PHP code injection; a malicious user can inject PHP code that will be executed by the server.
2.3.27
Affected by 22 other vulnerabilities.
2.5.11
Affected by 22 other vulnerabilities.
2.6.6
Affected by 21 other vulnerabilities.
VCID-fgxs-w84s-8kh3
Aliases:
2012-02-24
Improper Restriction of XML External Entity Reference XML decoding attack vector through external entities.
2.0.11
Affected by 36 other vulnerabilities.
VCID-hzwd-mq3r-qfcb
Aliases:
CVE-2013-5958
GHSA-cr49-fx2v-9p57
Uncontrolled Resource Consumption The Security component in Symfony allows remote attackers to cause a denial of service (CPU consumption) via a long password that triggers an expensive hash computation, as demonstrated by a PBKDF2 computation, a similar issue to CVE-2013-5750.
2.0.25
Affected by 24 other vulnerabilities.
2.1.13
Affected by 24 other vulnerabilities.
2.2.9
Affected by 25 other vulnerabilities.
2.3.6
Affected by 28 other vulnerabilities.
VCID-jdsd-3vnz-uygn
Aliases:
CVE-2019-18888
GHSA-xhh6-956q-4q69
Argument injection in a MimeTypeGuesser in Symfony An issue was discovered in Symfony 2.8.0 through 2.8.50, 3.4.0 through 3.4.34, 4.2.0 through 4.2.11, and 4.3.0 through 4.3.7. If an application passes unvalidated user input as the file for which MIME type validation should occur, then arbitrary arguments are passed to the underlying file command. This is related to symfony/http-foundation (and symfony/mime in 4.3.x).
2.8.52
Affected by 10 other vulnerabilities.
3.4.35
Affected by 10 other vulnerabilities.
4.2.12
Affected by 12 other vulnerabilities.
4.3.8
Affected by 12 other vulnerabilities.
VCID-jjqk-u4vs-tbba
Aliases:
CVE-2013-1397
GHSA-7w53-hfpw-rg3g
Symfony Arbitrary PHP code Execution Symfony 2.0.x before 2.0.22, 2.1.x before 2.1.7, and 2.2.x remote attackers to execute arbitrary PHP code via a serialized PHP object to the (1) Yaml::parse or (2) Yaml\Parser::parse function, a different vulnerability than CVE-2013-1348.
2.0.22
Affected by 27 other vulnerabilities.
2.1.7
Affected by 27 other vulnerabilities.
2.2.0-BETA2
Affected by 24 other vulnerabilities.
VCID-k37h-bhh2-myaj
Aliases:
GHSA-q2gc-gg3x-7942
Symfony XML Entity Expansion security vulnerability Symfony 2.0.11 carried a [similar] XXE security fix, however, on review of ZF2 I also noted a vulnerability to XML Entity Expansion (XEE) attacks whereby all extensions making use of libxml2 have no defense against XEE Quadratic Blowup Attacks. The vulnerability is a function of there being no current method of disabling custom entities in PHP (i.e. defined internal to the XML document without using external entities). In a QBA, a long entity can be defined and then referred to multiple times in document elements, creating a memory sink with which Denial Of Service attacks against a host's RAM can be mounted. The use of the LIBXML_NOENT or equivalent option in a dependent extension amplified the impact (it doesn't actually mean "No Entities"). In addition, libxml2's innate defense against the related Exponential or Billion Laugh's XEE attacks is active only so long as the LIBXML_PARSEHUGE is NOT set (it disables libxml2's hardcoded entity recursion limit). No instances of these two options were noted, but it's worth referencing for the future. Consider this (non-fatal) example: <?xml version="1.0"?> <!DOCTYPE data [<!ENTITY a "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa">]> <data>&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;&a;</data> Increase the length of entity, and entity count to a few hundred, and peak memory usage will waste no time spiking the moment the nodeValue for is accessed since the entities will then be expanded by a simple multiplier effect. No external entities required. ... This can be used in combination with the usual XXE defense of calling libxml_disable_entity_loader(TRUE) and, optionally, the LIBXML_NONET option (should local filesystem access be allowable). The DOCTYPE may be removed instead of rejecting the XML outright but this would likely result in other problems with the unresolved entities.
2.0.17
Affected by 34 other vulnerabilities.
VCID-neyj-8fkw-fyb7
Aliases:
GHSA-mmcv-fvq8-r9x3
Symfony XML decoding attack vector through external entities The XMLEncoder component of Symfony 2.0.x fails to disable external entities when parsing XML. In the Symfony2 framework the XML class may be used to deserialize objects or as part of a client/server API. By using external entities it is possible to include arbitrary files from the file system.
2.0.11
Affected by 36 other vulnerabilities.
VCID-p1dw-w76f-gbfv
Aliases:
CVE-2025-64500
GHSA-3rg7-wf37-54rm
Symfony's incorrect parsing of PATH_INFO can lead to limited authorization bypass The `Request` class improperly interprets some `PATH_INFO` in a way that leads to representing some URLs with a path that doesn't start with a `/`. This can allow bypassing some access control rules that are built with this `/`-prefix assumption.
5.4.50
Affected by 1 other vulnerability.
6.0.0-BETA1
Affected by 0 other vulnerabilities.
6.4.29
Affected by 1 other vulnerability.
7.0.0-BETA1
Affected by 0 other vulnerabilities.
7.3.7
Affected by 1 other vulnerability.
7.4.0-BETA1
Affected by 0 other vulnerabilities.
VCID-qty4-cyfa-rugw
Aliases:
CVE-2014-5244
GHSA-v77v-x634-9m56
Uncontrolled Resource Consumption Denial of service with a malicious HTTP Host header.
2.3.19
Affected by 24 other vulnerabilities.
2.4.9
Affected by 24 other vulnerabilities.
2.5.0-BETA1
Affected by 24 other vulnerabilities.
2.5.4
Affected by 24 other vulnerabilities.
VCID-rgh3-ef8t-k3ec
Aliases:
CVE-2022-24894
GHSA-h7vf-5wrv-9fhv
GMS-2023-209
GMS-2023-212
Duplicate This advisory duplicates another.
4.4.50
Affected by 7 other vulnerabilities.
5.0.0-BETA1
Affected by 7 other vulnerabilities.
5.4.20
Affected by 8 other vulnerabilities.
6.0.0-BETA1
Affected by 0 other vulnerabilities.
6.0.20
Affected by 7 other vulnerabilities.
6.1.0-BETA1
Affected by 7 other vulnerabilities.
6.1.12
Affected by 7 other vulnerabilities.
6.2.0-BETA1
Affected by 7 other vulnerabilities.
6.2.6
Affected by 8 other vulnerabilities.
VCID-rxbg-gmn6-kbeq
Aliases:
CVE-2012-6432
GHSA-89cp-fvcc-hxh7
Code Injection Symfony, when the internal routes configuration is enabled, allows remote attackers to access arbitrary services via vectors involving a URI beginning with a `/_internal` substring.
2.0.20
Affected by 29 other vulnerabilities.
2.1.5
Affected by 28 other vulnerabilities.
VCID-rztj-ug83-dyga
Aliases:
CVE-2013-4752
GHSA-22pv-7v9j-hqxp
Information Exporure `Request::getHost()` poisoning vulnerability in Symfony.
2.0.24
Affected by 25 other vulnerabilities.
2.1.12
Affected by 25 other vulnerabilities.
2.2.5
Affected by 26 other vulnerabilities.
2.3.3
Affected by 29 other vulnerabilities.
VCID-sfzy-423b-j3b4
Aliases:
CVE-2013-4751
GHSA-q8j7-fjh7-25v5
Symfony collectionCascaded and collectionCascadedDeeply fields security bypass When using the Validator component, if `Symfony\\Component\\Validator\\Mapping\\Cache\\ApcCache` is enabled (or any other cache implementing `Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`), some information is lost during serialization (the `collectionCascaded` and the `collectionCascadedDeeply` fields). As a consequence, arrays or traversable objects stored in fields using the `@Valid` constraint are not traversed by the validator as soon as the validator configuration is loaded from the cache.
2.0.24
Affected by 25 other vulnerabilities.
2.1.12
Affected by 25 other vulnerabilities.
2.2.5
Affected by 26 other vulnerabilities.
2.3.3
Affected by 29 other vulnerabilities.
VCID-srrc-wxew-1fc6
Aliases:
CVE-2014-4931
GHSA-wfv7-5x33-v22h
Code Injection Code injection in the way Symfony implements translation caching in FrameworkBundle.
2.3.19
Affected by 24 other vulnerabilities.
2.4.9
Affected by 24 other vulnerabilities.
2.5.0-BETA1
Affected by 24 other vulnerabilities.
2.5.4
Affected by 24 other vulnerabilities.
VCID-thtp-ehsj-t3ej
Aliases:
CVE-2022-24895
GHSA-3gv2-29qc-v67m
GMS-2023-210
GMS-2023-211
Duplicate This advisory duplicates another.
4.4.50
Affected by 7 other vulnerabilities.
5.0.0-BETA1
Affected by 7 other vulnerabilities.
5.4.20
Affected by 8 other vulnerabilities.
6.0.0-BETA1
Affected by 0 other vulnerabilities.
6.0.20
Affected by 7 other vulnerabilities.
6.1.0-BETA1
Affected by 7 other vulnerabilities.
6.1.12
Affected by 7 other vulnerabilities.
6.2.0-BETA1
Affected by 7 other vulnerabilities.
6.2.6
Affected by 8 other vulnerabilities.
VCID-u84h-sr6a-4uc7
Aliases:
2012-11-29
Information Exposure Request::getClientIp() when the trust proxy mode is enabled.
2.0.19
Affected by 30 other vulnerabilities.
2.1.0-BETA1
Affected by 24 other vulnerabilities.
2.1.4
Affected by 29 other vulnerabilities.
VCID-unuf-vj1b-qbhr
Aliases:
2012-08-28
Improper Restriction of XML External Entity Reference Security fixes related to the way XML is handled in symfony.
2.0.17
Affected by 34 other vulnerabilities.
2.1.0-BETA1
Affected by 24 other vulnerabilities.
VCID-wwhm-mrr3-v7h3
Aliases:
CVE-2015-2309
GHSA-p684-f7fh-jv2j
Unsafe methods in the Request class The `Symfony\Component\HttpFoundation\Request` class provides a mechanism that ensures it does not trust HTTP header values coming from a "non-trusted" client. Unfortunately, it assumes that the remote address is always a trusted client if at least one trusted proxy is involved in the request; this allows a man-in-the-middle attack between the latest trusted proxy and the web server. The following methods are impacted: `getPort()`, `isSecure()`, `getHost()` and `getClientIps()`.
2.3.27
Affected by 22 other vulnerabilities.
2.4.0-BETA1
Affected by 22 other vulnerabilities.
2.5.11
Affected by 22 other vulnerabilities.
2.6.0-BETA1
Affected by 21 other vulnerabilities.
2.6.6
Affected by 21 other vulnerabilities.
VCID-xmur-ps51-myfu
Aliases:
GHSA-hx53-jchx-cr52
Symfony2 improper IP based access control Damien Tournoud, from the Drupal security team, contacted us two days ago about a security issue in the Request::getClientIp() method when the trust proxy mode is enabled (Request::trustProxyData()). An application is vulnerable if it uses the client IP address as returned by the Request::getClientIp() method for sensitive decisions like IP based access control. To fix this security issue, the following changes have been made to all versions of Symfony2: A new Request::setTrustedProxies() method has been introduced and should be used intead of Request::trustProxyData() to enable the trust proxy mode. It takes an array of trusted proxy IP addresses as its argument: ``` // before (probably in your front controller script) Request::trustProxyData(); ``` ``` // after Request::setTrustedProxies(array('1.1.1.1')); // 1.1.1.1 being the IP address of a trusted reverse proxy ``` The Request::trustProxyData() method has been deprecated (when used, it automatically trusts the latest proxy in the chain -- which is the current remote address): ``` Request::trustProxyData(); ``` ``` // is equivalent to Request::setTrustedProxies(array($request->server->get('REMOTE_ADDR'))); ``` We encourage all Symfony2 users to upgrade as soon as possible. It you don't want to upgrade to the latest version yet, you can also apply the following patches: [Patch](https://github.com/symfony/symfony/compare/fc89d6b...9ce892c.patch) for Symfony 2.0.19 [Patch](https://github.com/symfony/symfony/compare/922c201...e5536f0.patch) for Symfony 2.1.4
2.0.19
Affected by 30 other vulnerabilities.
2.1.4
Affected by 29 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-04T14:31:49.648907+00:00 GHSA Importer Affected by VCID-rxbg-gmn6-kbeq https://github.com/advisories/GHSA-89cp-fvcc-hxh7 38.1.0
2026-04-04T14:31:49.305821+00:00 GHSA Importer Affected by VCID-23wm-y6hh-hfd3 https://github.com/advisories/GHSA-83c3-qx27-2rwr 38.1.0
2026-04-04T14:31:39.568515+00:00 GHSA Importer Affected by VCID-hzwd-mq3r-qfcb https://github.com/advisories/GHSA-cr49-fx2v-9p57 38.1.0
2026-04-04T14:31:29.999505+00:00 GHSA Importer Affected by VCID-d1kp-7aht-9qa2 https://github.com/advisories/GHSA-5c58-w9xc-qcj9 38.1.0
2026-04-04T14:31:12.833501+00:00 GHSA Importer Affected by VCID-bny7-h1nn-bkbc https://github.com/advisories/GHSA-2r5h-6r7v-5m7c 38.1.0
2026-04-04T14:31:12.763695+00:00 GHSA Importer Affected by VCID-jjqk-u4vs-tbba https://github.com/advisories/GHSA-7w53-hfpw-rg3g 38.1.0
2026-04-03T21:25:56.724227+00:00 GitLab Importer Affected by VCID-jjqk-u4vs-tbba https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2013-1397.yml 38.1.0
2026-04-02T17:00:40.793414+00:00 GHSA Importer Affected by VCID-bdhj-np35-sybt https://github.com/advisories/GHSA-q847-2q57-wmr3 38.1.0
2026-04-02T16:58:53.622937+00:00 GHSA Importer Affected by VCID-rgh3-ef8t-k3ec https://github.com/advisories/GHSA-h7vf-5wrv-9fhv 38.1.0
2026-04-02T16:58:53.419774+00:00 GHSA Importer Affected by VCID-thtp-ehsj-t3ej https://github.com/advisories/GHSA-3gv2-29qc-v67m 38.1.0
2026-04-02T12:39:25.559615+00:00 GitLab Importer Affected by VCID-7ms4-3hc6-8bgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/GHSA-7mx2-7q8p-pgmw.yml 38.0.0
2026-04-02T12:39:24.999537+00:00 GitLab Importer Affected by VCID-446x-j2gr-f3a2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/GHSA-vfm6-r2gc-pwww.yml 38.0.0
2026-04-02T12:39:24.969635+00:00 GitLab Importer Affected by VCID-k37h-bhh2-myaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/GHSA-q2gc-gg3x-7942.yml 38.0.0
2026-04-02T12:39:24.714940+00:00 GitLab Importer Affected by VCID-neyj-8fkw-fyb7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/GHSA-mmcv-fvq8-r9x3.yml 38.0.0
2026-04-02T12:39:24.423677+00:00 GitLab Importer Affected by VCID-xmur-ps51-myfu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/GHSA-hx53-jchx-cr52.yml 38.0.0
2026-04-02T12:36:12.138308+00:00 GitLab Importer Affected by VCID-jdsd-3vnz-uygn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2019-18888.yml 38.0.0
2026-04-02T12:36:08.235984+00:00 GitLab Importer Affected by VCID-sfzy-423b-j3b4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2013-4751.yml 38.0.0
2026-04-01T16:07:06.470450+00:00 GHSA Importer Affected by VCID-p1dw-w76f-gbfv https://github.com/advisories/GHSA-3rg7-wf37-54rm 38.0.0
2026-04-01T16:05:34.784124+00:00 GHSA Importer Affected by VCID-6z5x-uwjt-uueq https://github.com/advisories/GHSA-v35g-4rrw-h4fw 38.0.0
2026-04-01T16:05:34.693503+00:00 GHSA Importer Affected by VCID-xmur-ps51-myfu https://github.com/advisories/GHSA-hx53-jchx-cr52 38.0.0
2026-04-01T16:05:34.666044+00:00 GHSA Importer Affected by VCID-k37h-bhh2-myaj https://github.com/advisories/GHSA-q2gc-gg3x-7942 38.0.0
2026-04-01T16:05:34.639012+00:00 GHSA Importer Affected by VCID-neyj-8fkw-fyb7 https://github.com/advisories/GHSA-mmcv-fvq8-r9x3 38.0.0
2026-04-01T16:05:34.610121+00:00 GHSA Importer Affected by VCID-7ms4-3hc6-8bgv https://github.com/advisories/GHSA-7mx2-7q8p-pgmw 38.0.0
2026-04-01T16:05:34.524721+00:00 GHSA Importer Affected by VCID-ahhz-bs6u-f3bc https://github.com/advisories/GHSA-wvjv-p5rr-mmqm 38.0.0
2026-04-01T16:05:34.324334+00:00 GHSA Importer Affected by VCID-wwhm-mrr3-v7h3 https://github.com/advisories/GHSA-p684-f7fh-jv2j 38.0.0
2026-04-01T16:05:34.175733+00:00 GHSA Importer Affected by VCID-6cea-up73-y3hn https://github.com/advisories/GHSA-h7v2-2qwg-h829 38.0.0
2026-04-01T16:05:33.944529+00:00 GHSA Importer Affected by VCID-qty4-cyfa-rugw https://github.com/advisories/GHSA-v77v-x634-9m56 38.0.0
2026-04-01T16:05:33.749343+00:00 GHSA Importer Affected by VCID-446x-j2gr-f3a2 https://github.com/advisories/GHSA-vfm6-r2gc-pwww 38.0.0
2026-04-01T16:05:33.636031+00:00 GHSA Importer Affected by VCID-srrc-wxew-1fc6 https://github.com/advisories/GHSA-wfv7-5x33-v22h 38.0.0
2026-04-01T16:00:44.642874+00:00 GHSA Importer Affected by VCID-rztj-ug83-dyga https://github.com/advisories/GHSA-22pv-7v9j-hqxp 38.0.0
2026-04-01T16:00:43.918316+00:00 GHSA Importer Affected by VCID-sfzy-423b-j3b4 https://github.com/advisories/GHSA-q8j7-fjh7-25v5 38.0.0
2026-04-01T15:57:47.611753+00:00 GHSA Importer Affected by VCID-jdsd-3vnz-uygn https://github.com/advisories/GHSA-xhh6-956q-4q69 38.0.0
2026-04-01T12:53:09.043348+00:00 GitLab Importer Affected by VCID-p1dw-w76f-gbfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2025-64500.yml 38.0.0
2026-04-01T12:52:06.009210+00:00 GitLab Importer Affected by VCID-bdhj-np35-sybt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2023-46734.yml 38.0.0
2026-04-01T12:50:50.928651+00:00 GitLab Importer Affected by VCID-rgh3-ef8t-k3ec https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2022-24894.yml 38.0.0
2026-04-01T12:50:50.565062+00:00 GitLab Importer Affected by VCID-thtp-ehsj-t3ej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2022-24895.yml 38.0.0
2026-04-01T12:47:54.586949+00:00 GitLab Importer Affected by VCID-bhfu-7788-fbhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2018-14773.yml 38.0.0
2026-04-01T12:47:47.671146+00:00 GitLab Importer Affected by VCID-556v-rym3-6yax https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2018-11406.yml 38.0.0
2026-04-01T12:47:47.600232+00:00 GitLab Importer Affected by VCID-2hua-7wbd-tqbx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2018-11386.yml 38.0.0
2026-04-01T12:47:47.020172+00:00 GitLab Importer Affected by VCID-71vh-7wte-kfcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2018-11385.yml 38.0.0
2026-04-01T12:46:55.525274+00:00 GitLab Importer Affected by VCID-hzwd-mq3r-qfcb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2013-5958.yml 38.0.0
2026-04-01T12:46:54.081740+00:00 GitLab Importer Affected by VCID-ahhz-bs6u-f3bc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2014-5245.yml 38.0.0
2026-04-01T12:46:54.040943+00:00 GitLab Importer Affected by VCID-qty4-cyfa-rugw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2014-5244.yml 38.0.0
2026-04-01T12:46:53.999092+00:00 GitLab Importer Affected by VCID-6cea-up73-y3hn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2014-6061.yml 38.0.0
2026-04-01T12:46:53.936315+00:00 GitLab Importer Affected by VCID-6z5x-uwjt-uueq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2014-6072.yml 38.0.0
2026-04-01T12:46:53.715374+00:00 GitLab Importer Affected by VCID-srrc-wxew-1fc6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2014-4931.yml 38.0.0
2026-04-01T12:46:53.194353+00:00 GitLab Importer Affected by VCID-bny7-h1nn-bkbc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2013-1348.yml 38.0.0
2026-04-01T12:46:49.797670+00:00 GitLab Importer Affected by VCID-rztj-ug83-dyga https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2013-4752.yml 38.0.0
2026-04-01T12:46:47.789997+00:00 GitLab Importer Affected by VCID-rxbg-gmn6-kbeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2012-6432.yml 38.0.0
2026-04-01T12:46:47.773779+00:00 GitLab Importer Affected by VCID-23wm-y6hh-hfd3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/CVE-2012-6431.yml 38.0.0
2026-04-01T12:46:47.593325+00:00 GitLab Importer Affected by VCID-u84h-sr6a-4uc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/2012-11-29.yml 38.0.0
2026-04-01T12:46:47.502341+00:00 GitLab Importer Affected by VCID-742s-vczp-tuh1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/2011-11-16.yml 38.0.0
2026-04-01T12:46:47.248862+00:00 GitLab Importer Affected by VCID-unuf-vj1b-qbhr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/2012-08-28.yml 38.0.0
2026-04-01T12:46:46.613349+00:00 GitLab Importer Affected by VCID-fgxs-w84s-8kh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/symfony/symfony/2012-02-24.yml 38.0.0