漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Svelte SSR does not validate dynamic element tag names in `<svelte:element>`
Vulnerability Description
svelte performance oriented web framework. Prior to 5.51.5, when using <svelte:element this={tag}> in server-side rendering, the provided tag name is not validated or sanitized before being emitted into the HTML output. If the tag string contains unexpected characters, it can result in HTML injection in the SSR output. Client-side rendering is not affected. This vulnerability is fixed in 5.51.5.
CVSS Information
N/A
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Vulnerability Title
Svelte 跨站脚本漏洞
Vulnerability Description
Svelte是Svelte开源的一种构建 Web 应用程序的新方法。 svelte 5.51.5之前版本存在跨站脚本漏洞,该漏洞源于服务器端渲染期间未验证或清理标签名称,可能导致HTML注入。
CVSS Information
N/A
Vulnerability Type
N/A