---
id: CVE-2026-53470
aliases:
  - GHSA-v5m8-5455-qw2x
title: >-
  Openshift Migration Advisor: Broken access control in migration-planner
  image-url endpoint exposes other users' OVA images and agent JWTs
summary: >-
  Openshift Migration Advisor: Broken access control in migration-planner
  image-url endpoint exposes other users' OVA images and agent JWTs
severity: critical
cvss: 9.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N'
vendor: kubev2v
product: github.com/kubev2v/migration-planner
ecosystem: go
affected:
  - github.com/kubev2v/migration-planner < 0.13.5
patched:
  - github.com/kubev2v/migration-planner 0.13.5
published: '2026-06-10'
updated: '2026-08-14'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-v5m8-5455-qw2x'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53470'
  - url: 'https://github.com/kubev2v/migration-planner/pull/1218'
  - url: >-
      https://github.com/kubev2v/migration-planner/commit/ec47a336a620f4a995f29c1c53e4e4bd70a26e00
  - url: 'https://access.redhat.com/security/cve/CVE-2026-53470'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2487069'
  - url: 'https://github.com/kubev2v/migration-planner'
tags:
  - osv
  - go
epss: 0.00479
epssPercentile: 0.387
ingestedAt: '2026-08-14T19:18:46.038Z'
---

## Overview

A flaw was found in migration-planner. An authenticated attacker could exploit an improper access control vulnerability in the `/api/v1/sources/{id}/image-url` endpoint. This flaw allows the attacker to bypass an ownership check and obtain presigned S3 URLs for Open Virtual Appliance (OVA) images belonging to other users. Consequently, the attacker can download OVA images containing sensitive information, such as long-lived agent JSON Web Tokens (JWTs) and source configurations, potentially leading to unauthorized access and modification of the victim's source.

## Affected packages

- `github.com/kubev2v/migration-planner < 0.13.5`

## Remediation

Upgrade to a patched release:

- `github.com/kubev2v/migration-planner 0.13.5`
