Xinhu Rainrock RockOA Cover Image rock_page_gong.php cross site scripting
翻译中…平台
php
组件
rainrock-rockoa
修复版本
2.7.1
2.7.2
CVE-2026-0587 describes a cross-site scripting (XSS) vulnerability discovered in Rainrock RockOA versions 2.7.0 through 2.7.1. This flaw allows attackers to inject malicious scripts into the application via manipulation of the 'fengmian' argument within the Cover Image Handler (rockpagegong.php). Successful exploitation can lead to session hijacking and other malicious actions. A public exploit is available, indicating an elevated risk of active attacks.
影响与攻击场景翻译中…
The primary impact of CVE-2026-0587 is the potential for cross-site scripting (XSS) attacks. An attacker could craft a malicious URL or inject script tags through the 'fengmian' parameter, which, when accessed by a user, would execute the attacker's script within the user's browser context. This could lead to session hijacking, where the attacker steals the user's session cookie and gains unauthorized access to their account. Furthermore, the attacker could deface the website, redirect users to malicious sites, or steal sensitive information entered into web forms. The availability of a public exploit significantly increases the likelihood of exploitation, particularly against unpatched installations.
利用背景翻译中…
CVE-2026-0587 has a LOW CVSS score, but the availability of a public proof-of-concept (POC) significantly increases its exploitability. The vulnerability was publicly disclosed on 2026-01-05. The vendor, Rainrock, was contacted but did not respond. Given the public exploit and lack of vendor response, this vulnerability should be prioritized for remediation.
哪些人处于风险中翻译中…
Organizations using Rainrock RockOA versions 2.7.0 through 2.7.1, particularly those with publicly accessible instances, are at risk. Shared hosting environments where RockOA is installed are especially vulnerable due to the potential for cross-tenant exploitation.
检测步骤翻译中…
• php / web:
grep -r 'fengmian' /var/www/rockoa/ -l• php / web:
find /var/www/rockoa/ -name 'rock_page_gong.php' -print• generic web:
curl -I http://your-rockoa-site.com/rock_page_gong.php?fengmian=<script>alert(1)</script>攻击时间线
- Disclosure
disclosure
威胁情报
漏洞利用状态
EPSS
0.03% (9% 百分位)
CISA SSVC
CVSS 向量
这些指标意味着什么?
- Attack Vector
- 网络 — 可通过互联网远程利用,无需物理或本地访问。攻击面最大。
- Attack Complexity
- 低 — 无需特殊条件,可以稳定地利用漏洞。
- Privileges Required
- 低 — 任何有效用户账户均可。
- User Interaction
- 需要 — 受害者必须打开文件、点击链接或访问特制页面。
- Scope
- 未改变 — 影响仅限于脆弱组件本身。
- Confidentiality
- 无 — 无机密性影响。
- Integrity
- 低 — 攻击者可修改部分数据,影响有限。
- Availability
- 无 — 无可用性影响。
受影响的软件
弱点分类 (CWE)
时间线
- 已保留
- 发布日期
- 修改日期
- EPSS 更新日期
缓解措施和替代方案翻译中…
The primary mitigation for CVE-2026-0587 is to upgrade Rainrock RockOA to a patched version. As of this writing, a specific patched version is not provided. Until a patch is available, consider implementing input validation and sanitization on the 'fengmian' parameter within the rockpagegong.php file. Web application firewalls (WAFs) configured to detect and block XSS payloads targeting this specific file and parameter can provide an additional layer of defense. Regularly monitor web server access logs for suspicious requests containing unusual characters or patterns in the 'fengmian' parameter.
修复方法翻译中…
Actualice Xinhu Rainrock RockOA a una versión posterior a 2.7.1. Si no es posible actualizar, revise y filtre las entradas del parámetro 'fengmian' en el archivo rock_page_gong.php para evitar la ejecución de código XSS.
CVE 安全通讯
漏洞分析和关键警报直接发送到您的邮箱。
常见问题翻译中…
What is CVE-2026-0587 — XSS in Rainrock RockOA?
CVE-2026-0587 is a cross-site scripting (XSS) vulnerability in Rainrock RockOA versions 2.7.0-2.7.1, allowing attackers to inject malicious scripts via the 'fengmian' parameter.
Am I affected by CVE-2026-0587 in Rainrock RockOA?
You are affected if you are using Rainrock RockOA versions 2.7.0 or 2.7.1 and have not upgraded to a patched version.
How do I fix CVE-2026-0587 in Rainrock RockOA?
Upgrade to a patched version of Rainrock RockOA. As a temporary workaround, implement input validation and sanitization on the 'fengmian' parameter.
Is CVE-2026-0587 being actively exploited?
A public exploit exists, indicating a high probability of active exploitation, especially against unpatched systems.
Where can I find the official Rainrock advisory for CVE-2026-0587?
As of this writing, Rainrock has not released an official advisory. Monitor their website and security mailing lists for updates.