Description
Improper Input Validation vulnerability in Apache Answer.

This issue affects Apache Answer: through 2.0.1.

A missing ownership check in the avatar-cleanup logic allows any authenticated user to delete other users' uploaded files by supplying their file URLs.
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 exposes an Improper Input Validation flaw in the avatar‑cleanup functionality that bypasses the expected ownership check. The bug allows any authenticated user to trigger deletion of another user’s uploaded file by supplying that file’s URL in the cleanup request. The attacker must have a valid user session, but once authenticated, they can erase data that belongs to other users, undermining data integrity and potentially disrupting service or user experience. This flaw is categorized under CWE‑639, indicating an improper authorization mechanism.

Affected Systems

The vulnerability applies to Apache Answer versions prior to 2.0.2, including the 2.0.1 release shipped by the Apache Software Foundation. Only installations that expose the avatar‑cleanup endpoint and accept arbitrary file URLs are affected.

Risk and Exploitability

Exploitation requires a valid authenticated session; no additional privilege is needed. Although EPSS and CVSS scores are not publicly available, the nature of the flaw—unauthorized deletion of user data—implies a high impact. The vulnerability is not listed in the CISA KEV catalog, but because it permits loss of user files, patching should be prioritized immediately.

Generated by OpenCVE AI on August 5, 2026 at 16:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Apache Answer 2.0.2 or later, which corrects the missing ownership check.
  • If immediate upgrade is not possible, modify the avatar‑cleanup endpoint to verify that the authenticated user owns the file before allowing deletion, thereby restoring proper authorization.
  • As a temporary workaround, disable the avatar‑cleanup feature or block URL parameters that can trigger deletion until a patch is applied.
  • Monitor server logs for anomalous file‑deletion activity to detect potential abuse.

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 16: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 Improper Input Validation vulnerability in Apache Answer. This issue affects Apache Answer: through 2.0.1. A missing ownership check in the avatar-cleanup logic allows any authenticated user to delete other users' uploaded files by supplying their file URLs. Users are recommended to upgrade to version 2.0.2, which fixes the issue.
Title Apache Answer: Improper authorization in avatar update cleanup allows authenticated users to delete arbitrary uploaded files by URL
Weaknesses CWE-639
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

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

Reserved: 2026-05-26T11:46:50.101Z

Link: CVE-2026-48912

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-639

    Authorization Bypass Through User-Controlled Key