Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Exploitation demands a valid admin-issued API key from a formerly privileged account, so PR:H; network-reachable API with no added complexity or interaction yields AV:N/AC:L/UI:N, with high C/I and no availability impact.
Primary rating from Vendor (apache).
CVSS VectorVendor: apache
Lifecycle Timeline
4DescriptionCVE.org
Insufficient Session Expiration vulnerability in Apache Answer.
This issue affects Apache Answer: through 2.0.1.
Administrative API keys remained usable after the owning administrator was demoted or the account was marked inactive, suspended, or deleted, allowing continued access until the keys were explicitly removed. Users are recommended to upgrade to version 2.0.2, which fixes the issue.
AnalysisAI
Privileged API access in Apache Answer through 2.0.1 persists after an administrator loses their authority: keys issued to an admin stay valid even after the account is demoted, marked inactive, suspended, or deleted, so a former administrator retains full API-level control until the keys are manually purged. This CWE-613 (Insufficient Session Expiration) flaw carries a vendor CVSS of 9.1 and is fixed in 2.0.2. There is no public exploit identified at time of analysis and EPSS is low (0.16%), consistent with an insider/privilege-retention issue rather than mass internet exploitation.
Technical ContextAI
Apache Answer is an open-source, self-hosted question-and-answer (Q&A) community/knowledge-base platform (analogous to a StackOverflow-style forum) written in Go. It exposes a REST API that can be driven with long-lived administrative API keys/tokens instead of interactive sessions. The root cause is CWE-613, Insufficient Session Expiration: the application ties key creation to an admin identity but never re-validates that the owning account still holds administrative privileges (or even exists) at the time the key is used. Because authorization is checked only at issuance and not on each request, a state change to the underlying account - demotion, deactivation, suspension, or deletion - does not invalidate the already-minted credential.
RemediationAI
Vendor-released patch: upgrade Apache Answer to version 2.0.2, which corrects the key/session validation so credentials are invalidated when the owning admin is demoted, deactivated, suspended, or deleted. Because upgrading does not retroactively guarantee stale keys are gone, immediately and explicitly revoke/rotate all administrative API keys - especially any that belonged to administrators who have been demoted or offboarded - since the advisory notes keys remained usable 'until the keys were explicitly removed.' If you cannot upgrade at once, the concrete compensating control is manual key lifecycle enforcement: audit every existing admin API key, delete keys tied to non-active or non-admin accounts, and add offboarding procedure steps to revoke keys whenever an admin's role changes (trade-off: this is process-dependent and error-prone, so it is a stopgap, not a fix). Advisory references: https://lists.apache.org/thread/2vkcj3bdvso6cywnklt2vtkc2m4o0b5c and https://seclists.org/oss-sec/2026/q3/449.
More in Apache Answer
View allDenial of service in Apache Answer through 2.0.1 allows unauthenticated remote attackers to exhaust CPU resources by sen
Unauthenticated information disclosure in Apache Answer through 2.0.1 allows any remote user to retrieve deleted or pend
Account takeover in Apache Answer through 2.0.1 allows unauthenticated remote attackers to seize arbitrary user accounts
Privilege persistence in Apache Answer through version 2.0.0 allows suspended, deleted, or deactivated administrator acc
Insecure Direct Object Reference (IDOR) in Apache Answer through version 2.0.1 allows any authenticated user to delete u
Improper authorization in Apache Answer through version 2.0.1 allows any authenticated user to reject arbitrary pending
Same weakness CWE-613 – Insufficient Session Expiration
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53402
GHSA-53x4-p5j7-29q6