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: n/a
EPSS: n/a
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. Exploitation probability is uncertain as the EPSS score is unavailable, 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.

Generated by OpenCVE AI on August 5, 2026 at 16:21 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 5, 2026 at 16:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

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

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

Link: CVE-2026-48911

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T16:30:12Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function