CVE-2026-90768
Received Received - Intake

CAPEv2 Task Ownership Validation Bypass Leads to Unauthorized Data Access

Vulnerability report for CVE-2026-90768, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulnCheck

Description

CAPEv2 through commit 471ee4b fails to validate task ownership in REST API endpoints, allowing authenticated users to read and delete analyses submitted by other users. Attackers can enumerate all tasks in the system and delete arbitrary analyses by sending requests to task view and delete endpoints without ownership verification.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-13
Last Modified
2026-09-13
Generated
2026-09-13
AI Q&A
2026-09-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
kevoreilly capev2 to 471ee4bb422ec4aa0f1aa1089540a1ad0b7d84f0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-90768 is a high-severity vulnerability in CAPEv2 through commit 471ee4b where REST API task endpoints lack ownership checks. Authenticated users can read or delete analyses submitted by other users by exploiting endpoints for viewing, listing, and deleting tasks without verifying ownership. This is classified under CWE-862 (Missing Authorization).

Detection Guidance

To detect CVE-2026-90768, check CAPEv2 REST API endpoints for unauthorized access to tasks. Monitor logs for requests to /apiv2/tasks/view/{task_id}/, /apiv2/tasks/list/, /apiv2/tasks/delete/{task_id}/, or /analysis/remove/{task_id}/ from unexpected users. Verify if task ownership checks are missing by testing if userB can access userA's tasks.

Impact Analysis

Attackers with valid credentials can enumerate all tasks in the system and delete arbitrary analyses. This could lead to loss of critical malware analysis data, unauthorized access to sensitive task information, and disruption of malware research operations. The impact is higher if the system handles sensitive or proprietary malware samples.

Compliance Impact

This vulnerability could violate compliance requirements that mandate data integrity, access controls, and auditability. GDPR requires protecting personal data, and unauthorized deletion or access to task data may breach these obligations. HIPAA requires safeguarding protected health information, which could be compromised if malware analysis tasks contain such data.

Mitigation Strategies

Immediately update CAPEv2 to a version beyond commit 471ee4b. Implement ownership validation in task-related API endpoints by ensuring functions like db.view_task() and db.list_tasks() compare task.user_id with request.user.id. Restrict access to staff users if mismatched. Disable web_auth and token_auth if not required.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90768. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart