Description
Insufficient Verification of Data Authenticity vulnerability in Apache Answer.

This issue affects Apache Answer: through 2.0.1.

A missing authorization check in the external-login email binding flow allows unauthenticated attackers to take over arbitrary user accounts by tricking victims into clicking a crafted confirmation link.
Users are recommended to upgrade to version 2.0.2, which fixes the issue.
Published: 2026-08-05
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Answer lacks an authorization check during the external-login email binding process, allowing attackers to hijack user accounts by delivering a crafted confirmation link that the victim clicks. The flaw is a missing authentication/authorization control (CWE-306) that can result in complete account takeover.

Affected Systems

Apache Answer versions up to and including 2.0.1 are affected. The issue was addressed in version 2.0.2 and later.

Risk and Exploitability

The vulnerability requires an attacker to obtain a victim’s click on a maliciously crafted confirmation link. This social engineering path is relatively low effort, with no additional system access needed to execute the flaw. The EPSS score of 0.17% indicates a very low but non‑zero probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Nonetheless, because the flaw permits unauthorized account takeover, the risk to confidentiality and integrity is substantial. The CVSS score of 7.5 reflects moderate to high severity, emphasizing the need for prompt remediation.

Generated by OpenCVE AI on August 6, 2026 at 17:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Answer to version 2.0.2 or later. This applies the official fix that restores the missing authorization check.
  • Temporarily disable or limit external OAuth email‑binding login flows until the patch is applied, to prevent attackers from using the confirmation link trick.
  • Audit outbound confirms for confirmation link parameters, ensuring they contain a secure, short‑lived token that cannot be easily guessed or reused; consider adding an additional verifier such as a second factor or account‑ownership proof before accepting the link.

Generated by OpenCVE AI on August 6, 2026 at 17:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Wed, 05 Aug 2026 17:45:00 +0000

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

Wed, 05 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description Insufficient Verification of Data Authenticity vulnerability in Apache Answer. This issue affects Apache Answer: through 2.0.1. A missing authorization check in the external-login email binding flow allows unauthenticated attackers to take over arbitrary user accounts by tricking victims into clicking a crafted confirmation link. Users are recommended to upgrade to version 2.0.2, which fixes the issue.
Title Apache Answer: Unauthenticated OAuth Email-Binding Account Takeover via Existing User Confirmation Flow
Weaknesses CWE-306
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-06T14:37:06.522Z

Reserved: 2026-05-26T11:10:37.350Z

Link: CVE-2026-48911

cve-icon Vulnrichment

Updated: 2026-08-05T16:32:55.117Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-05T16:16:57.100

Modified: 2026-08-06T18:38:18.867

Link: CVE-2026-48911

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T17:30:16Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function