Description
A stored Cross-Site Scripting (XSS) vulnerability exists in the announcement preview component of REBUILD 4.4.3. Although the announcement content undergoes HTML escaping on the server side, the client-side preview code reverses the escaped entities using jQuery's `html().text()` method and subsequently injects the result into the DOM. An administrator or attacker capable of controlling the announcement content can exploit this vulnerability to execute arbitrary JavaScript code in the browsers of users viewing the affected pages "which may include the dashboard, activity feed, or login page, depending on the announcement's visibility settings.
Published: 2026-09-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A stored cross‑site scripting vulnerability exists in the announcement preview component of REBUILD 4.4.3. The server properly escapes announcement content, but the client‑side preview logic reverses the escaped entities with jQuery's html().text() and then injects the result into the DOM. Because the announcement content can be set by an administrator or attacker with control over announcements, arbitrary JavaScript can be executed in any user’s browser when the preview or the final announcement page is rendered. This enables code execution in the context of the visitor, potentially allowing theft of session cookies, credential hijacking, or other malicious actions.

Affected Systems

The affected product is REBUILD 4.4.3. No other affected versions are listed in the current data.

Risk and Exploitability

The vulnerability can be exploited by entities that can create or edit announcements, which typically requires privileged or administrative access. While the EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, the presence of stored XSS and the broad visibility of announcement pages (dashboard, activity feed, login page) mean that once exploited it can compromise all users who view the affected content. The lack of publicly known exploits does not mitigate the risk of an internal or targeted attack exploiting the flaw.

Generated by OpenCVE AI on September 9, 2026 at 22:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor-provided patch for REBUILD 4.4.3 or newer versions that fix the preview XSS flaw.
  • If a patch is unavailable, disable the announcement preview feature or remove client-side code that reverses HTML escaping until the issue is resolved.
  • Ensure that all announcement content is sanitized on the server side or governed by strict input validation, preventing the insertion of executable scripts.
  • Restrict the ability to create or edit announcements to only trusted administrative accounts, and monitor for any unexpected changes to announcement content.

Generated by OpenCVE AI on September 9, 2026 at 22:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 09 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
Title Stored XSS in REBUILD Announcement Preview
Weaknesses CWE-79

Wed, 09 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description A stored Cross-Site Scripting (XSS) vulnerability exists in the announcement preview component of REBUILD 4.4.3. Although the announcement content undergoes HTML escaping on the server side, the client-side preview code reverses the escaped entities using jQuery's `html().text()` method and subsequently injects the result into the DOM. An administrator or attacker capable of controlling the announcement content can exploit this vulnerability to execute arbitrary JavaScript code in the browsers of users viewing the affected pages "which may include the dashboard, activity feed, or login page, depending on the announcement's visibility settings.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-09T20:33:47.100Z

Reserved: 2026-08-07T00:00:00.000Z

Link: CVE-2026-71802

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T21:17:03.590

Modified: 2026-09-09T21:17:03.590

Link: CVE-2026-71802

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T22:15:17Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')