Description
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in Apache Answer.

This issue affects Apache Answer: through 2.0.0.

User-supplied content was included in notification emails without proper escaping, allowing authenticated users to inject arbitrary HTML into emails sent to other users.
Users are recommended to upgrade to version 2.0.1, which fixes the issue.
Published: 2026-06-09
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Answer permits authenticated users to embed arbitrary HTML in notification emails. The application does not neutralize script-related tags before inserting user-supplied data, so an attacker can inject malicious HTML. When recipients open the email, the injected content can execute within the email client, potentially stealing data, hijacking session state, or redirecting users to phishing sites. This is a classic cross-site scripting flaw, represented by CWE‑79 and CWE‑80.

Affected Systems

The flaw affects Apache Software Foundation’s Apache Answer through version 2.0.0. Deployments running any of those releases are vulnerable until a patch is applied or the application is upgraded to 2.0.1 or later.

Risk and Exploitability

The CVSS score of 5.4 indicates moderate severity. The EPSS score of less than 1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Attackers must be authenticated to the system and able to trigger notification emails, so the vector is internal but still significant for organizations that rely on Apache Answer for internal communications.

Generated by OpenCVE AI on June 11, 2026 at 20:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Answer to version 2.0.1 or later to apply the vendor’s fix, which sanitizes user-supplied content in notification emails.
  • If an immediate upgrade is not feasible, configure the application to escape or strip all script-related tags such as <script>, <iframe>, and <object> before content is inserted into email bodies.
  • Restrict outgoing notification emails to plain text or enforce a strict whitelist of safe HTML tags, and set appropriate MIME type headers so that embedded HTML cannot be rendered as executable content.

Generated by OpenCVE AI on June 11, 2026 at 20:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 11 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
CPEs cpe:2.3:a:apache:answer:*:*:*:*:*:*:*:*

Tue, 09 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 09 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache answer
Vendors & Products Apache
Apache answer

Tue, 09 Jun 2026 10:30:00 +0000

Type Values Removed Values Added
References

Tue, 09 Jun 2026 08:45:00 +0000

Type Values Removed Values Added
Description Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in Apache Answer. This issue affects Apache Answer: through 2.0.0. User-supplied content was included in notification emails without proper escaping, allowing authenticated users to inject arbitrary HTML into emails sent to other users. Users are recommended to upgrade to version 2.0.1, which fixes the issue.
Title Apache Answer: HTML Content Injection in Email
Weaknesses CWE-80
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-06-09T15:43:16.886Z

Reserved: 2026-03-25T13:41:23.508Z

Link: CVE-2026-34033

cve-icon Vulnrichment

Updated: 2026-06-09T09:07:35.387Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-09T09:16:29.420

Modified: 2026-06-11T15:35:48.940

Link: CVE-2026-34033

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-11T20:30:28Z

Weaknesses
  • CWE-79

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

  • CWE-80

    Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)