You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In svelte before 3.46.5 some attribute values are incorrectly escaped during ssr. The security issue is that objects, on the other hand, were rendered directly to attribute values as unescaped strings. This means an object with a custom toString() can result in raw html injection.
WS-2022-0167 - Medium Severity Vulnerability
Vulnerable Library - svelte-3.44.2.tgz
Cybernetically enhanced web apps
Library home page: https://registry.npmjs.org/svelte/-/svelte-3.44.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/svelte/package.json
Dependency Hierarchy:
Found in HEAD commit: 04f495c91ab6c5c3804b30f9573d49c5e83a09e8
Found in base branch: master
Vulnerability Details
In svelte before 3.46.5 some attribute values are incorrectly escaped during ssr. The security issue is that objects, on the other hand, were rendered directly to attribute values as unescaped strings. This means an object with a custom toString() can result in raw html injection.
Publish Date: 2022-06-22
URL: WS-2022-0167
CVSS 3 Score Details (6.1)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Release Date: 2022-06-22
Fix Resolution: 3.46.5
Step up your Open Source Security Game with Mend here
The text was updated successfully, but these errors were encountered: