CVE-2026-34033
Received Received - Intake
Basic XSS in Apache Answer

Publication date: 2026-06-09

Last updated on: 2026-06-09

Assigner: Apache Software Foundation

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-09
Last Modified
2026-06-09
Generated
2026-06-09
AI Q&A
2026-06-09
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
apache answer to 2.0.0 (inc)
apache answer 2.0.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-80 The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a Basic Cross-Site Scripting (XSS) issue in Apache Answer versions up to 2.0.0. It occurs because user-supplied content is included in notification emails without proper escaping or neutralization of script-related HTML tags. This allows authenticated users to inject arbitrary HTML code into emails sent to other users.

Impact Analysis

The vulnerability can impact you by allowing an authenticated user to inject malicious HTML into notification emails sent to other users. This could lead to execution of unwanted scripts when the email is viewed, potentially resulting in phishing, session hijacking, or other malicious actions targeting recipients.

Mitigation Strategies

To mitigate this vulnerability, users are recommended to upgrade Apache Answer to version 2.0.1, which fixes the issue.

Detection Guidance

This vulnerability involves improper neutralization of script-related HTML tags in notification emails generated by Apache Answer versions through 2.0.0. Detection would involve identifying if your system is running a vulnerable version of Apache Answer and checking if notification emails contain unescaped user-supplied HTML content.

Since the issue is related to email content, one approach is to monitor outgoing notification emails for suspicious or unexpected HTML/script tags that could indicate exploitation attempts.

There are no specific commands provided in the available resources to detect this vulnerability directly. However, you can:

  • Check the installed version of Apache Answer to confirm if it is version 2.0.0 or earlier, which are vulnerable.
  • Inspect notification emails sent by the system for unescaped HTML or script tags that could indicate injection.
  • Use email filtering or logging tools to capture and analyze outgoing emails for suspicious content.

For example, to check the version of Apache Answer, you might run a command like:

  • apache-answer --version

To inspect emails, you could search mail logs or mailbox files for suspicious HTML tags using commands such as:

  • grep -i '<script' /var/mail/*
  • grep -i '<iframe' /var/mail/*
  • grep -i '<img' /var/mail/*

Ultimately, upgrading to Apache Answer version 2.0.1 or later is the recommended mitigation.

Compliance Impact

The provided information does not specify how the CVE-2026-34033 vulnerability impacts compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-34033. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart