CVE-2019-15478
Description
Status Board 1.1.81 is vulnerable to reflected cross-site scripting (XSS) via the logic.ts file.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Status Board 1.1.81 is vulnerable to reflected cross-site scripting (XSS) via the logic.ts file.
Vulnerability
Overview Status Board 1.1.81 contains a reflected cross-site scripting (XSS) vulnerability in logic.ts. The application fails to sanitize user input, allowing arbitrary JavaScript to be reflected back to users without proper escaping [1][2].
Exploitation
An attacker can craft a malicious URL containing the XSS payload and trick a user into visiting it. No authentication is required, as the vulnerability is present in the rendering logic for dashboards [2][4]. The fix removed the direct inclusion of user-controlled input in the response message [4].
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim’s browser. This can lead to session hijacking, credential theft, or defacement of the application [2][3].
Mitigation
The vulnerability was fixed in a pull request that sanitizes the response message [1]. The fix was merged into the master branch but has not been published as a new release. Users are advised to apply the patch manually or update to a future version that includes the fix [2][3].
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
status-boardnpm | < 1.1.82 | 1.1.82 |
Affected products
2- Status Board/Status Boarddescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- github.com/advisories/GHSA-6m4r-cgm3-6q7qghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-15478ghsaADVISORY
- github.com/jameswlane/status-board/pull/949ghsax_refsource_MISCWEB
- github.com/jameswlane/status-board/pull/949/filesghsaWEB
- snyk.io/vuln/SNYK-JS-STATUSBOARD-460293ghsaWEB
- www.npmjs.com/advisories/1151ghsaWEB
News mentions
0No linked articles in our index yet.