漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Nuxt: Reflected XSS in `navigateTo()` external redirect
Vulnerability Description
Nuxt is an open-source web development framework for Vue.js. From versions 3.4.3 to before 3.21.6 and 4.0.0-alpha.1 to before 4.4.6, navigateTo() with external: true generates a server-side HTML redirect body containing a <meta http-equiv="refresh"> tag. The destination URL is only sanitized by replacing " with %22, leaving <, >, &, and ' unencoded. An attacker who can influence the URL passed to navigateTo(url, { external: true }) can break out of the content="…" attribute and inject arbitrary HTML/JavaScript that executes under the application's origin. This issue has been patched in versions 3.21.6 and 4.4.6.
CVSS Information
N/A
Vulnerability Type
Web页面属性中脚本转义处理不恰当
Vulnerability Title
Netty 跨站脚本漏洞
Vulnerability Description
Nuxt是Nuxt团队开源的一个免费的开源框架。 Nuxt 3.4.3至3.21.6之前版本和4.0.0-alpha.1至4.4.6之前版本存在跨站脚本漏洞,该漏洞源于对 navigateTo() 函数中 URL 的清理不当,仅替换引号而未编码其他特殊字符,可能导致攻击者注入任意 HTML/JavaScript 脚本。
CVSS Information
N/A
Vulnerability Type
N/A