From 54c076e43cbe2da6dc90fefde191ad96545c696d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:21:00 +0000 Subject: [PATCH] Publish GHSA-2c6q-rgvj-66rx --- .../GHSA-2c6q-rgvj-66rx.json | 40 ++++++++++++------- 1 file changed, 26 insertions(+), 14 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-2c6q-rgvj-66rx/GHSA-2c6q-rgvj-66rx.json (59%) diff --git a/advisories/unreviewed/2022/05/GHSA-2c6q-rgvj-66rx/GHSA-2c6q-rgvj-66rx.json b/advisories/github-reviewed/2022/05/GHSA-2c6q-rgvj-66rx/GHSA-2c6q-rgvj-66rx.json similarity index 59% rename from advisories/unreviewed/2022/05/GHSA-2c6q-rgvj-66rx/GHSA-2c6q-rgvj-66rx.json rename to advisories/github-reviewed/2022/05/GHSA-2c6q-rgvj-66rx/GHSA-2c6q-rgvj-66rx.json index 0ae24bd71ca..3f5c879a803 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c6q-rgvj-66rx/GHSA-2c6q-rgvj-66rx.json +++ b/advisories/github-reviewed/2022/05/GHSA-2c6q-rgvj-66rx/GHSA-2c6q-rgvj-66rx.json @@ -1,43 +1,55 @@ { "schema_version": "1.4.0", "id": "GHSA-2c6q-rgvj-66rx", - "modified": "2022-05-02T03:23:16Z", + "modified": "2024-01-23T18:19:44Z", "published": "2022-05-02T03:23:16Z", "aliases": [ "CVE-2009-1275" ], - "details": "Apache Tiles 2.1 before 2.1.2, as used in Apache Struts and other products, evaluates Expression Language (EL) expressions twice in certain circumstances, which allows remote attackers to conduct cross-site scripting (XSS) attacks or obtain sensitive information via unspecified vectors, related to the (1) tiles:putAttribute and (2) tiles:insertTemplate JSP tags.", + "summary": "Apache Tiles Vulnerable to XSS via EL Expression Injection", + "details": "Apache Tiles 2.1 before 2.1.2, as used in Apache Struts and other products, evaluates Expression Language (EL) expressions twice in certain circumstances, which allows remote attackers to conduct cross-site scripting (XSS) attacks or obtain sensitive information via unspecified vectors, related to the (1) `tiles:putAttribute` and (2) `tiles:insertTemplate` JSP tags.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.tiles:tiles-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.1" + }, + { + "fixed": "2.1.2" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2009-1275" }, - { - "type": "WEB", - "url": "https://issues.apache.org/struts/browse/TILES-351" - }, { "type": "WEB", "url": "http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/apt/security/security-bulletin-1.apt?revision=741913" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/34657" } ], "database_specific": { "cwe_ids": [ - + "CWE-87", + "CWE-917" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-23T18:19:44Z", "nvd_published_at": "2009-04-09T15:08:00Z" } } \ No newline at end of file