ghsa-g996-q5r8-w7g2
Vulnerability from github
Published
2019-11-12 23:00
Modified
2024-02-14 15:22
Severity ?
Summary
Symfony Cross-site Scripting (XSS) vulnerability
Details
In Symfony before 2.7.51, 2.8.x before 2.8.50, 3.x before 3.4.26, 4.x before 4.1.12, and 4.2.x before 4.2.7, validation messages are not escaped, which can lead to XSS when user input is included. This is related to symfony/framework-bundle.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "symfony/symfony" }, "ranges": [ { "events": [ { "introduced": "2.7.0" }, { "fixed": "2.7.51" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/symfony" }, "ranges": [ { "events": [ { "introduced": "2.8.0" }, { "fixed": "2.8.50" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/symfony" }, "ranges": [ { "events": [ { "introduced": "3.0.0" }, { "fixed": "3.4.26" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/symfony" }, "ranges": [ { "events": [ { "introduced": "4.0.0" }, { "fixed": "4.1.12" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/symfony" }, "ranges": [ { "events": [ { "introduced": "4.2.0" }, { "fixed": "4.2.7" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/framework-bundle" }, "ranges": [ { "events": [ { "introduced": "2.7.0" }, { "fixed": "2.7.51" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/framework-bundle" }, "ranges": [ { "events": [ { "introduced": "2.8.0" }, { "fixed": "2.8.50" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/framework-bundle" }, "ranges": [ { "events": [ { "introduced": "3.0.0" }, { "fixed": "3.4.26" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/framework-bundle" }, "ranges": [ { "events": [ { "introduced": "4.0.0" }, { "fixed": "4.1.12" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "symfony/framework-bundle" }, "ranges": [ { "events": [ { "introduced": "4.2.0" }, { "fixed": "4.2.7" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "drupal/core" }, "ranges": [ { "events": [ { "introduced": "8.0.0" }, { "fixed": "8.5.15" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "drupal/core" }, "ranges": [ { "events": [ { "introduced": "8.6.0" }, { "fixed": "8.6.15" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "drupal/drupal" }, "ranges": [ { "events": [ { "introduced": "8.0.0" }, { "fixed": "8.5.15" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "drupal/drupal" }, "ranges": [ { "events": [ { "introduced": "8.6.0" }, { "fixed": "8.6.15" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-10909" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2019-11-12T16:48:32Z", "nvd_published_at": "2019-05-16T22:29:00Z", "severity": "MODERATE" }, "details": "In Symfony before 2.7.51, 2.8.x before 2.8.50, 3.x before 3.4.26, 4.x before 4.1.12, and 4.2.x before 4.2.7, validation messages are not escaped, which can lead to XSS when user input is included. This is related to symfony/framework-bundle.", "id": "GHSA-g996-q5r8-w7g2", "modified": "2024-02-14T15:22:38Z", "published": "2019-11-12T23:00:53Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10909" }, { "type": "WEB", "url": "https://github.com/symfony/symfony/commit/ab4d05358c3d0dd1a36fc8c306829f68e3dd84e2" }, { "type": "WEB", "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2019-10909.yaml" }, { "type": "WEB", "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2019-10909.yaml" }, { "type": "WEB", "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/framework-bundle/CVE-2019-10909.yaml" }, { "type": "WEB", "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/symfony/CVE-2019-10909.yaml" }, { "type": "WEB", "url": "https://symfony.com/blog/cve-2019-10909-escape-validation-messages-in-the-php-templating-engine" }, { "type": "WEB", "url": "https://symfony.com/cve-2019-10909" }, { "type": "WEB", "url": "https://www.drupal.org/sa-core-2019-005" }, { "type": "WEB", "url": "https://www.synology.com/security/advisory/Synology_SA_19_19" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Symfony Cross-site Scripting (XSS) vulnerability" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.