From 34918ebc09830543270373b759507e5606e9ad9d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:34:03 +0000 Subject: [PATCH] Publish GHSA-7j98-h7fp-4vwj --- .../GHSA-7j98-h7fp-4vwj.json | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 advisories/github-reviewed/2023/03/GHSA-7j98-h7fp-4vwj/GHSA-7j98-h7fp-4vwj.json diff --git a/advisories/github-reviewed/2023/03/GHSA-7j98-h7fp-4vwj/GHSA-7j98-h7fp-4vwj.json b/advisories/github-reviewed/2023/03/GHSA-7j98-h7fp-4vwj/GHSA-7j98-h7fp-4vwj.json new file mode 100644 index 00000000000..e6b24e7c6f7 --- /dev/null +++ b/advisories/github-reviewed/2023/03/GHSA-7j98-h7fp-4vwj/GHSA-7j98-h7fp-4vwj.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7j98-h7fp-4vwj", + "modified": "2023-03-29T18:31:35Z", + "published": "2023-03-29T18:31:35Z", + "aliases": [ + "CVE-2023-28447" + ], + "summary": "smarty Cross-site Scripting vulnerability in Javascript escaping ", + "details": "### Impact\nAn attacker could exploit this vulnerability to execute arbitrary JavaScript code in the context of the user's browser session. This may lead to unauthorized access to sensitive user data, manipulation of the web application's behavior, or unauthorized actions performed on behalf of the user.\n\n### Patches\nPlease upgrade to the most recent version of Smarty v3 or v4.\n\n### For more information\nIf you have any questions or comments about this advisory please open an issue in [the Smarty repo](https://github.com/smarty-php/smarty)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "smarty/smarty" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "4.3.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "smarty/smarty" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.1.48" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/smarty-php/smarty/security/advisories/GHSA-7j98-h7fp-4vwj" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28447" + }, + { + "type": "WEB", + "url": "https://github.com/smarty-php/smarty/commit/685662466f653597428966d75a661073104d713d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/smarty-php/smarty" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-03-29T18:31:35Z", + "nvd_published_at": "2023-03-28T21:15:00Z" + } +} \ No newline at end of file