-
-
Notifications
You must be signed in to change notification settings - Fork 75
vulnerability in inkline project #430
Copy link
Copy link
Closed as not planned
Labels
bugIssues that are bugs within Inkline.Issues that are bugs within Inkline.featureIssues asking for a new feature to be added, or an existing one to be extended or modified.Issues asking for a new feature to be added, or an existing one to be extended or modified.
Metadata
Metadata
Assignees
Labels
bugIssues that are bugs within Inkline.Issues that are bugs within Inkline.featureIssues asking for a new feature to be added, or an existing one to be extended or modified.Issues asking for a new feature to be added, or an existing one to be extended or modified.
While working on inkline project, I identified a DOM-based XSS vulnerability in the vue-i18n package (this dependency used by inkline) . This issue is tied to the escapeParameterHtml setting, which fails to fully sanitize certain tag attributes even when enabled, exposing applications to potential script injection attacks.
CVE Link
CVE Report