---
id: CVE-2026-54546
title: >-
  CloudTAK is a browser-based Common Operating Picture and situational awareness
  tool compatible with TAK
summary: >-
  CloudTAK is a browser-based Common Operating Picture and situational awareness
  tool compatible with TAK. Prior to 13.22.1, the authenticated PUT /api/basemap
  endpoint passes an attacker-controlled URL through importBasemapURL() in
  api/ro…
severity: medium
cvss: 5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N'
cwe:
  - CWE-918
vendor: dfpc-coe
product: CloudTAK
affected:
  - CloudTAK < 13.22.1
patched:
  - '@tak-ps/cloudtak 13.22.1'
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T18:16:46.207'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54546'
references:
  - url: >-
      https://github.com/dfpc-coe/CloudTAK/commit/1e0f6e65977c86fbc0aa15e308c43cbcaee23a7c
    label: security-advisories@github.com
  - url: >-
      https://github.com/dfpc-coe/CloudTAK/commit/556b35632877802c7e9c818db44aef7a2c3abebf
    label: security-advisories@github.com
  - url: 'https://github.com/dfpc-coe/CloudTAK/pull/1513'
    label: security-advisories@github.com
  - url: 'https://github.com/dfpc-coe/CloudTAK/releases/tag/v13.22.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/dfpc-coe/CloudTAK/security/advisories/GHSA-vqrw-qphh-p34v
    label: security-advisories@github.com
  - url: >-
      https://github.com/dfpc-coe/CloudTAK/security/advisories/GHSA-vqrw-qphh-p34v
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-vqrw-qphh-p34v'
tags:
  - nvd
  - cve.org
  - exploit-available
  - ghsa
  - npm
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-17T17:42:26.242465Z'
aliases:
  - GHSA-vqrw-qphh-p34v
ecosystem: npm
ingestedAt: '2026-07-17T19:14:48.390Z'
epss: 0.00273
epssPercentile: 0.1989
---

## Overview

CloudTAK is a browser-based Common Operating Picture and situational awareness tool compatible with TAK. Prior to 13.22.1, the authenticated PUT /api/basemap endpoint passes an attacker-controlled URL through importBasemapURL() in api/routes/basemap.ts to fetch(url) without resolved-address classification or redirect revalidation. BasemapProtocol.isValidURL in api/lib/interface-basemap.ts checks only the HTTP or HTTPS scheme and is not applied on the vulnerable import path. Direct internal addresses, alternate IP encodings, and redirects to internal addresses can reach cloud metadata, loopback, private, and CGNAT HTTP services. The OptionalTileJSON response reflects fields including name, attribution, and tiles[0] to the caller, making the request forgery full-read rather than blind and enabling cloud credential theft and internal service disclosure. This issue is fixed in version 13.22.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54546)

Affected packages:

- `@tak-ps/cloudtak < 13.22.1`

Patched in:

- `@tak-ps/cloudtak 13.22.1`

Source: https://github.com/advisories/GHSA-vqrw-qphh-p34v
