GHSA-6qwm-5fm9-cvjx
Severity by source
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Primary rating from Vendor (CNA) · only source for this CVE.
CVSS VectorVendor
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Lifecycle Timeline
2Description PRE-NVD
Articles & Coverage 1
AnalysisAI
HTML content injection in Apache Answer's email notification system allows authenticated users to embed arbitrary HTML markup into notification emails delivered to other platform users. All versions through 2.0.0 are affected. Because no CVSS vector was published at time of analysis, authentication requirements are confirmed from the description rather than from a CVSS PR component - an attacker must have a valid platform account to submit the content that triggers the malicious notification. No public exploit code and no CISA KEV listing have been identified.
Technical ContextAI
Apache Answer is an open-source Q&A platform (answer.apache.org) designed for community forums, help centers, and knowledge-management use cases. The root cause maps to CWE-80 (Improper Neutralization of Script-Related HTML Tags in a Web Page - Basic XSS): user-supplied content (such as answers, comments, or other contributions) is embedded into outbound notification emails without HTML-encoding. Email clients that render HTML in message bodies will interpret injected tags, enabling visual content manipulation, hyperlink injection, and - depending on the email client's sandboxing - potentially more sophisticated phishing payloads. The attack surface is the server-side email templating layer, not a browser DOM, which limits classic JavaScript execution but still enables significant social-engineering risk through HTML rendering.
RemediationAI
Upgrade to Apache Answer 2.0.1, which the vendor confirms resolves this issue by applying proper HTML escaping to user-supplied content before it is embedded in notification email templates. The fix is confirmed by the Apache security advisory at https://seclists.org/oss-sec/2026/q2/849. If an immediate upgrade is not feasible, a compensating control is to configure your mail gateway or email security product to strip or neutralize HTML tags from outbound application-generated emails - note this may alter legitimate rich-text formatting in notifications. A second partial mitigation is to disable email notifications entirely in the Apache Answer admin panel if the feature is not operationally required, eliminating the delivery path for injected content. Neither workaround substitutes for patching to 2.0.1.
Authentication Bypass by Capture-replay in GitHub repository answerdev/answer prior to 1.0.6. Rated critical severity (C
Improper Access Control in GitHub repository answerdev/answer prior to 1.0.4. Rated critical severity (CVSS 9.8), this v
Cross-site Scripting (XSS) - Generic in GitHub repository answerdev/answer prior to 1.0.4. Rated critical severity (CVSS
Cross-site Scripting (XSS) - Stored in GitHub repository answerdev/answer prior to 1.0.4. Rated critical severity (CVSS
Cross-site Scripting (XSS) - DOM in GitHub repository answerdev/answer prior to 1.0.4. Rated critical severity (CVSS 9.0
Cross-site Scripting (XSS) - Stored in GitHub repository answerdev/answer prior to 1.0.4. Rated critical severity (CVSS
Missing Authentication for Critical Function in GitHub repository answerdev/answer prior to v1.1.3. Rated high severity
Insufficient Session Expiration in GitHub repository answerdev/answer prior to v1.1.0. Rated high severity (CVSS 8.8), t
Weak Password Requirements in GitHub repository answerdev/answer prior to v1.1.0. Rated high severity (CVSS 8.8), this v
Password Aging with Long Expiration in GitHub repository answerdev/answer prior to 1.0.6. Rated high severity (CVSS 8.8)
Insufficient Session Expiration in GitHub repository answerdev/answer prior to 1.0.6. Rated high severity (CVSS 8.8), th
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') in GitHub repository answerd
Same weakness CWE-80 – Basic XSS
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35371