From 14546b7f921aa2860caff76281847b13004dcadd Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 17:04:35 +0000 Subject: [PATCH] Publish GHSA-7899-w6c4-vqc4 --- .../GHSA-7899-w6c4-vqc4.json | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 advisories/github-reviewed/2025/05/GHSA-7899-w6c4-vqc4/GHSA-7899-w6c4-vqc4.json diff --git a/advisories/github-reviewed/2025/05/GHSA-7899-w6c4-vqc4/GHSA-7899-w6c4-vqc4.json b/advisories/github-reviewed/2025/05/GHSA-7899-w6c4-vqc4/GHSA-7899-w6c4-vqc4.json new file mode 100644 index 00000000000..0d0ac69d8fb --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-7899-w6c4-vqc4/GHSA-7899-w6c4-vqc4.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7899-w6c4-vqc4", + "modified": "2025-05-05T17:03:20Z", + "published": "2025-05-05T17:03:20Z", + "aliases": [ + "CVE-2025-46553" + ], + "summary": "@misskey-dev/summaly Redirect Filter Bypass", + "details": "### Summary\nA logic error in the main `summaly` function causes the `allowRedirects` option to never be passed to any plugins, and as a result, isn't enforced.\n\n### Details\nIn the main `summaly` function, a new `scrapingOptions` object is created and passed to either the matched plugin, if any, or the default summarize function. The issue here is that the new `scrapingOptions` object is not provided the `allowRedirects` property of `opts`.\n\n### PoC\n- Publish a post containing a link to any URL that redirects on Misskey.\n- A preview will be generated for the target of the redirect, despite Misskey passing `allowRedirects: false`.\n\n### Impact\nMisskey will follow redirects, despite explicitly requesting not to.", + "severity": [ + { + "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:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@misskey-dev/summaly" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.1" + }, + { + "fixed": "5.2.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/misskey-dev/summaly/security/advisories/GHSA-7899-w6c4-vqc4" + }, + { + "type": "WEB", + "url": "https://github.com/misskey-dev/summaly/commit/45153b4f08a772c395a13f7a25399dd87ed022ed" + }, + { + "type": "PACKAGE", + "url": "https://github.com/misskey-dev/summaly" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-601", + "CWE-665", + "CWE-669", + "CWE-693" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-05-05T17:03:20Z", + "nvd_published_at": null + } +} \ No newline at end of file