An issue was discovered in hledger before 1.23. A Stored Cross-Site Scripting (XSS) vulnerability exists in toBloodhoundJson that allows an attacker to execute JavaScript by encoding user-controlled values in a payload with base64 and parsing them with the atob function.
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Link | Tags |
---|---|
https://github.com/simonmichael/hledger/issues/1525 | vendor advisory issue tracking exploit |
https://github.com/simonmichael/hledger/pull/1663 | patch exploit third party advisory issue tracking |
https://github.com/simonmichael/hledger/releases/tag/1.23 | release notes |
https://www.youtube.com/watch?v=QnRO-VkfIic | third party advisory exploit |