CVE-2026-53469
Received Received - Intake
Authenticated DELETE Request Leading to Data Destruction in Migration-Planner

Publication date: 2026-06-10

Last updated on: 2026-06-10

Assigner: Red Hat, Inc.

Description
A flaw was found in migration-planner. An authenticated user can exploit this vulnerability by sending a DELETE request to the /api/v1/sources route, which lacks proper authorization and filtering. This allows for the destruction of all customer data, including sources, agents, and assessments, leading to a critical loss of availability and integrity across the entire SaaS platform.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-10
Last Modified
2026-06-10
Generated
2026-06-10
AI Q&A
2026-06-10
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability allows an authenticated user to delete all customer data, including sources, agents, and assessments, leading to a critical loss of data availability and integrity across the entire SaaS platform.

Such a loss of data integrity and availability can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive data, ensuring its confidentiality, integrity, and availability.

Specifically, the ability to destroy all tenant data without proper authorization could result in violations of data protection requirements, potentially leading to regulatory penalties and loss of trust.

Detection Guidance

This vulnerability can be detected by monitoring for DELETE requests sent to the /api/v1/sources endpoint from authenticated users. Since the endpoint allows unfiltered deletion of all tenant data, any such DELETE request is suspicious and indicative of exploitation attempts.

You can use network monitoring or web server logs to identify DELETE requests to /api/v1/sources. For example, using command-line tools like curl or HTTP client tools to test if the endpoint responds without proper authorization can help detect the vulnerability.

  • Use curl to test the endpoint (replace <host> and provide authentication token if needed):
  • curl -X DELETE https://<host>/api/v1/sources -H "Authorization: Bearer <token>" -v
  • Check web server or application logs for DELETE requests to /api/v1/sources.
  • Use network monitoring tools (e.g., tcpdump, Wireshark) to filter HTTP DELETE requests targeting /api/v1/sources.
Mitigation Strategies

Immediate mitigation involves disabling the vulnerable DELETE /api/v1/sources handler so that it returns a 401 Unauthorized error, preventing any authenticated user from exploiting the endpoint.

Longer-term fixes include removing the DELETE /api/v1/sources route entirely from the API specification and codebase or implementing organization-scoped bulk delete functionality with explicit edit permissions.

Additionally, the vulnerability has been addressed by removing the insecure bulk delete endpoint and replacing it with an endpoint that requires specifying individual source IDs for deletion, enforcing stricter access control.

Executive Summary

This vulnerability exists in migration-planner where an authenticated user can send a DELETE request to the /api/v1/sources route.

The route lacks proper authorization and filtering, which means the user can delete all customer data including sources, agents, and assessments.

This leads to a critical loss of availability and integrity across the entire SaaS platform.

Impact Analysis

Exploiting this vulnerability allows an authenticated user to destroy all customer data such as sources, agents, and assessments.

This results in a critical loss of availability and integrity of the SaaS platform, potentially causing significant disruption to services and data loss.

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