Publish Advisories

GHSA-cfph-4qqh-w828
GHSA-q5pp-5q2h-g8rv
GHSA-q5pp-5q2h-g8rv
This commit is contained in:
advisory-database[bot]
2024-01-03 21:26:15 +00:00
parent 17491c4ab2
commit c3fd6fe01e
3 changed files with 148 additions and 51 deletions
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}