GHSA-25v4-mcx4-hh35: Cross-Site Scripting in atlasboard-atlassian-package
N/A
CVSS Score
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
9/4/2020
Updated
1/9/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
atlasboard-atlassian-package | npm | >= 0.0.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The advisory explicitly states the root cause is failure to sanitize user input rendered as HTML, but no specific functions or file paths are disclosed in available sources. While the vulnerability clearly exists in the Jira
issue summary rendering logic, the lack of accessible source code, commit diffs, or patch details makes it impossible to identify exact function names and locations with high confidence. The XSS likely occurs wherever user-controlled issue summaries are inserted into DOM without proper escaping, but this cannot be mapped to specific functions without implementation details.