CVE-2025-62798
MEDIUM5.4EPSS 0.02%Sharp user-provided input can be evaluated in a SharpShowTextField with Vue template syntax
描述
A Cross-Site Scripting (XSS) vulnerability was discovered in code16/sharp when rendering content using the SharpShowTextField component. In affected versions, expressions wrapped in `{{` & `}}` were evaluated by Vue. This allowed attackers to inject arbitrary JavaScript or HTML that executes in the browser when the field is displayed. For example, if a field’s value contains `{{ Math.random() }}`, it will be executed instead of being displayed as text. ### Impact Attackers who can control content rendered through SharpShowTextField could execute arbitrary JavaScript in the context of an authenticated user’s browser. This could lead to: - Theft of user session tokens. - Unauthorized actions performed on behalf of users. - Injection of malicious content into the admin panel. ### Patches The issue has been fixed in v9.11.1 of code16/sharp package. ### Mitigation / Workarounds Sanitize or encode any user-provided data that may include (`{{` & `}}`) before displaying it in a SharpShowTextField.
受影響套件(1)
- Packagist/code16/sharpfrom 0, < 9.11.1
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM5.4 | CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N |
參考連結(7)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2025-62798
- PATCHhttps://github.com/code16/sharp
- WEBhttps://github.com/code16/sharp/pull/654
- WEBhttps://github.com/code16/sharp/releases/tag/v9.11.1
- WEBhttps://github.com/code16/sharp/security/advisories/GHSA-9f58-4465-23c7
- WEBhttps://github.com/ViktorMares/vue-js-xss-payload-list
- WEBhttps://medium.com/@sid0krypt/vue-js-reflected-xss-fae04c9872d2