From d624d7009df4d094aa4d85584270e411f0a12467 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:43:55 +0000 Subject: [PATCH] Publish GHSA-m4m5-j36m-8x72 --- .../GHSA-m4m5-j36m-8x72.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2024/01/GHSA-m4m5-j36m-8x72/GHSA-m4m5-j36m-8x72.json b/advisories/github-reviewed/2024/01/GHSA-m4m5-j36m-8x72/GHSA-m4m5-j36m-8x72.json index 132fbd4223b..0f3711d9d1b 100644 --- a/advisories/github-reviewed/2024/01/GHSA-m4m5-j36m-8x72/GHSA-m4m5-j36m-8x72.json +++ b/advisories/github-reviewed/2024/01/GHSA-m4m5-j36m-8x72/GHSA-m4m5-j36m-8x72.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-m4m5-j36m-8x72", - "modified": "2024-01-22T21:32:52Z", + "modified": "2024-01-23T18:42:37Z", "published": "2024-01-22T21:32:52Z", "aliases": [ "CVE-2024-23341" @@ -9,7 +9,10 @@ "summary": "html injection vulnerability in the `tuitse_html` function.", "details": "### Impact\n\nWhen using `tuitse_html` without quoting the input, there is a html injection vulnerability. It should use the django version `django.utils.html.format_html`, instead of `string.format()`\n\n### Patches\n\nUpgrade to version 1.3.2.\n\n### Workarounds\n\n\nSanitizing Taigi input with HTML quotation.\n\n### References\n\n\nhttps://github.com/i3thuan5/TuiTse-TsuSin/pull/22", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } ], "affected": [ { @@ -37,10 +40,18 @@ "type": "WEB", "url": "https://github.com/i3thuan5/TuiTse-TsuSin/security/advisories/GHSA-m4m5-j36m-8x72" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23341" + }, { "type": "WEB", "url": "https://github.com/i3thuan5/TuiTse-TsuSin/pull/22" }, + { + "type": "WEB", + "url": "https://github.com/i3thuan5/TuiTse-TsuSin/commit/9d21d99d7cfcd7c42aade251fab98ec102e730ea" + }, { "type": "PACKAGE", "url": "https://github.com/i3thuan5/TuiTse-TsuSin" @@ -48,11 +59,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-79" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-01-22T21:32:52Z", - "nvd_published_at": null + "nvd_published_at": "2024-01-23T18:15:19Z" } } \ No newline at end of file