LOWCVE-2026-0587CVSS 3.5

Xinhu Rainrock RockOA Cover Image rock_page_gong.php cross site scripting

翻译中…

平台

php

组件

rainrock-rockoa

修复版本

2.7.1

2.7.2

AI Confidence: highNVDEPSS 0.0%已审阅: 2026年5月
正在翻译为您的语言…

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>

攻击时间线

  1. Disclosure

    disclosure

威胁情报

漏洞利用状态

概念验证未知
CISA KEVNO
互联网暴露

EPSS

0.03% (9% 百分位)

CISA SSVC

利用情况poc
可自动化no
技术影响partial

CVSS 向量

威胁情报· CVSS 3.1CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R3.5LOWAttack VectorNetwork攻击者如何到达目标Attack ComplexityLow利用漏洞所需的条件Privileges RequiredLow攻击所需的认证级别User InteractionRequired是否需要受害者采取行动ScopeUnchanged超出受影响组件的影响范围ConfidentialityNone敏感数据泄露风险IntegrityLow数据未授权篡改风险AvailabilityNone服务中断风险nextguardhq.com · CVSS v3.1 基础分数
这些指标意味着什么?
Attack Vector
网络 — 可通过互联网远程利用,无需物理或本地访问。攻击面最大。
Attack Complexity
低 — 无需特殊条件,可以稳定地利用漏洞。
Privileges Required
低 — 任何有效用户账户均可。
User Interaction
需要 — 受害者必须打开文件、点击链接或访问特制页面。
Scope
未改变 — 影响仅限于脆弱组件本身。
Confidentiality
无 — 无机密性影响。
Integrity
低 — 攻击者可修改部分数据,影响有限。
Availability
无 — 无可用性影响。

受影响的软件

组件rainrock-rockoa
供应商Xinhu
影响范围修复版本
2.7.0 – 2.7.02.7.1
2.7.1 – 2.7.12.7.2

弱点分类 (CWE)

时间线

  1. 已保留
  2. 发布日期
  3. 修改日期
  4. EPSS 更新日期
未修复 — 披露已139天

缓解措施和替代方案翻译中…

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.

你的项目受影响吗?

上传你的依赖文件,立即了解此CVE和其他CVE是否影响你。