From c3fd6fe01e8d2974f61f7a605921720cc3421440 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:26:15 +0000 Subject: [PATCH] Publish Advisories GHSA-cfph-4qqh-w828 GHSA-q5pp-5q2h-g8rv GHSA-q5pp-5q2h-g8rv --- .../GHSA-cfph-4qqh-w828.json | 77 +++++++++++++++++++ .../GHSA-q5pp-5q2h-g8rv.json | 71 +++++++++++++++++ .../GHSA-q5pp-5q2h-g8rv.json | 51 ------------ 3 files changed, 148 insertions(+), 51 deletions(-) create mode 100644 advisories/github-reviewed/2024/01/GHSA-cfph-4qqh-w828/GHSA-cfph-4qqh-w828.json create mode 100644 advisories/github-reviewed/2024/01/GHSA-q5pp-5q2h-g8rv/GHSA-q5pp-5q2h-g8rv.json delete mode 100644 advisories/unreviewed/2024/01/GHSA-q5pp-5q2h-g8rv/GHSA-q5pp-5q2h-g8rv.json diff --git a/advisories/github-reviewed/2024/01/GHSA-cfph-4qqh-w828/GHSA-cfph-4qqh-w828.json b/advisories/github-reviewed/2024/01/GHSA-cfph-4qqh-w828/GHSA-cfph-4qqh-w828.json new file mode 100644 index 00000000000..677c1886efb --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-cfph-4qqh-w828/GHSA-cfph-4qqh-w828.json @@ -0,0 +1,77 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-cfph-4qqh-w828", + "modified": "2024-01-03T21:24:56Z", + "published": "2024-01-03T21:24:56Z", + "aliases": [ + "CVE-2023-7079" + ], + "summary": "Arbitrary remote file read in Wrangler dev server", + "details": "### Impact\nSending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also read any file.\n\n### Patches\nThis issue was fixed in `wrangler@3.19.0`. Wrangler will now only serve files that are part of your bundle, or referenced by your bundle's source maps.\n\n### Workarounds\nConfigure Wrangler to listen on local interfaces instead with `wrangler dev --ip 127.0.0.1`. This is the [default as of `wrangler@3.16.0`](https://github.com/cloudflare/workers-sdk/security/advisories/GHSA-f8mp-x433-5wpf), and removes the local network as an attack vector, but does not prevent an attack from visiting a malicious website.\n\n### References\n- https://github.com/cloudflare/workers-sdk/pull/4532\n- https://github.com/cloudflare/workers-sdk/pull/4535\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "wrangler" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.9.0" + }, + { + "fixed": "3.19.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/cloudflare/workers-sdk/security/advisories/GHSA-cfph-4qqh-w828" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-7079" + }, + { + "type": "WEB", + "url": "https://github.com/cloudflare/workers-sdk/pull/4532" + }, + { + "type": "WEB", + "url": "https://github.com/cloudflare/workers-sdk/pull/4535" + }, + { + "type": "WEB", + "url": "https://github.com/cloudflare/workers-sdk/commit/29df8e17545bf3926b6d61678b596be809d40c6d" + }, + { + "type": "WEB", + "url": "https://github.com/cloudflare/workers-sdk/commit/311ffbd5064f8301ac6f0311bbe5630897923b93" + }, + { + "type": "PACKAGE", + "url": "https://github.com/cloudflare/workers-sdk" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-287" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-03T21:24:56Z", + "nvd_published_at": "2023-12-29T12:15:47Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/01/GHSA-q5pp-5q2h-g8rv/GHSA-q5pp-5q2h-g8rv.json b/advisories/github-reviewed/2024/01/GHSA-q5pp-5q2h-g8rv/GHSA-q5pp-5q2h-g8rv.json new file mode 100644 index 00000000000..cc8e8d1570d --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-q5pp-5q2h-g8rv/GHSA-q5pp-5q2h-g8rv.json @@ -0,0 +1,71 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q5pp-5q2h-g8rv", + "modified": "2024-01-03T21:25:16Z", + "published": "2024-01-03T18:30:51Z", + "withdrawn": "2024-01-03T21:25:16Z", + "aliases": [ + "CVE-2024-21911" + ], + "summary": "Duplicate Advisory: Cross-site scripting vulnerability in TinyMCE", + "details": "### Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-5h9g-x5rv-25wg. This link is maintained to preserve external references.\n\n### Original Description\nTinyMCE versions before 5.6.0 are affected by a stored cross-site scripting vulnerability. An unauthenticated and remote attacker could insert crafted HTML into the editor resulting in arbitrary JavaScript execution in another user's browser.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "tinymce" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "< 5.6.0" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/tinymce/tinymce/security/advisories/GHSA-w7jx-j77m-wp65" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21911" + }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-w7jx-j77m-wp65" + }, + { + "type": "WEB", + "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-w7jx-j77m-wp65" + }, + { + "type": "WEB", + "url": "https://www.npmjs.com/package/tinymce" + }, + { + "type": "WEB", + "url": "https://www.tiny.cloud/docs/release-notes/release-notes56/#securityfixes" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-03T21:25:16Z", + "nvd_published_at": "2024-01-03T16:15:09Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/01/GHSA-q5pp-5q2h-g8rv/GHSA-q5pp-5q2h-g8rv.json b/advisories/unreviewed/2024/01/GHSA-q5pp-5q2h-g8rv/GHSA-q5pp-5q2h-g8rv.json deleted file mode 100644 index 74badd0ec78..00000000000 --- a/advisories/unreviewed/2024/01/GHSA-q5pp-5q2h-g8rv/GHSA-q5pp-5q2h-g8rv.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-q5pp-5q2h-g8rv", - "modified": "2024-01-03T18:30:51Z", - "published": "2024-01-03T18:30:51Z", - "aliases": [ - "CVE-2024-21911" - ], - "details": "TinyMCE versions before 5.6.0 are affected by a stored cross-site scripting vulnerability. An unauthenticated and remote attacker could insert crafted HTML into the editor resulting in arbitrary JavaScript execution in another user's browser.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "WEB", - "url": "https://github.com/tinymce/tinymce/security/advisories/GHSA-w7jx-j77m-wp65" - }, - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21911" - }, - { - "type": "ADVISORY", - "url": "https://github.com/advisories/GHSA-w7jx-j77m-wp65" - }, - { - "type": "WEB", - "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-w7jx-j77m-wp65" - }, - { - "type": "WEB", - "url": "https://www.npmjs.com/package/tinymce" - }, - { - "type": "WEB", - "url": "https://www.tiny.cloud/docs/release-notes/release-notes56/#securityfixes" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-01-03T16:15:09Z" - } -} \ No newline at end of file