From 9ff45f90209b1ef1656f57113cbced54298840e3 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 12:41:31 +0000 Subject: [PATCH] Publish Advisories GHSA-xw83-pwrm-9j74 GHSA-xw83-pwrm-9j74 --- .../GHSA-xw83-pwrm-9j74.json | 89 +++++++++++++++++++ .../GHSA-xw83-pwrm-9j74.json | 55 ------------ 2 files changed, 89 insertions(+), 55 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-xw83-pwrm-9j74/GHSA-xw83-pwrm-9j74.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-xw83-pwrm-9j74/GHSA-xw83-pwrm-9j74.json diff --git a/advisories/github-reviewed/2022/05/GHSA-xw83-pwrm-9j74/GHSA-xw83-pwrm-9j74.json b/advisories/github-reviewed/2022/05/GHSA-xw83-pwrm-9j74/GHSA-xw83-pwrm-9j74.json new file mode 100644 index 00000000000..4f7750563e3 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-xw83-pwrm-9j74/GHSA-xw83-pwrm-9j74.json @@ -0,0 +1,89 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xw83-pwrm-9j74", + "modified": "2024-05-30T12:39:43Z", + "published": "2022-05-14T02:03:50Z", + "aliases": [ + "CVE-2015-7809" + ], + "summary": "Twig remote code execution in templates", + "details": "The `displayBlock` function `Template.php` in Sensio Labs Twig before 1.20.0, when Sandbox mode is enabled, allows remote attackers to execute arbitrary code via the `_self` variable in a template.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "twig/twig" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.20.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-7809" + }, + { + "type": "WEB", + "url": "https://github.com/twigphp/Twig/pull/1759" + }, + { + "type": "WEB", + "url": "https://github.com/twigphp/Twig/commit/30be07759a3de2558da5224f127d052ecf492e8f" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/twig/twig/CVE-2015-7809.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/twigphp/Twig" + }, + { + "type": "WEB", + "url": "https://symfony.com/blog/security-release-twig-1-20-0" + }, + { + "type": "WEB", + "url": "http://openwall.com/lists/oss-security/2015/08/21/3" + }, + { + "type": "WEB", + "url": "http://openwall.com/lists/oss-security/2015/10/11/2" + }, + { + "type": "WEB", + "url": "http://symfony.com/blog/security-release-twig-1-20-0" + }, + { + "type": "WEB", + "url": "http://www.debian.org/security/2015/dsa-3343" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-74" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-30T12:39:43Z", + "nvd_published_at": "2015-11-06T21:59:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-xw83-pwrm-9j74/GHSA-xw83-pwrm-9j74.json b/advisories/unreviewed/2022/05/GHSA-xw83-pwrm-9j74/GHSA-xw83-pwrm-9j74.json deleted file mode 100644 index 2314fde1ea8..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-xw83-pwrm-9j74/GHSA-xw83-pwrm-9j74.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-xw83-pwrm-9j74", - "modified": "2022-05-14T02:03:50Z", - "published": "2022-05-14T02:03:50Z", - "aliases": [ - "CVE-2015-7809" - ], - "details": "The displayBlock function Template.php in Sensio Labs Twig before 1.20.0, when Sandbox mode is enabled, allows remote attackers to execute arbitrary code via the _self variable in a template.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-7809" - }, - { - "type": "WEB", - "url": "https://github.com/twigphp/Twig/pull/1759" - }, - { - "type": "WEB", - "url": "https://github.com/fabpot/Twig/commit/30be07759a3de2558da5224f127d052ecf492e8f" - }, - { - "type": "WEB", - "url": "http://openwall.com/lists/oss-security/2015/08/21/3" - }, - { - "type": "WEB", - "url": "http://openwall.com/lists/oss-security/2015/10/11/2" - }, - { - "type": "WEB", - "url": "http://symfony.com/blog/security-release-twig-1-20-0" - }, - { - "type": "WEB", - "url": "http://www.debian.org/security/2015/dsa-3343" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2015-11-06T21:59:00Z" - } -} \ No newline at end of file