---
id: CVE-2026-54150
title: next-video is a library for adding video to Next.js applications
summary: >-
  next-video is a library for adding video to Next.js applications. Prior to
  2.8.1, the GET endpoint exported by next-video/request-handler and commonly
  mounted at /api/video accepts an unauthenticated url query parameter, while
  src/utils/…
severity: medium
cvss: 6.9
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-22
  - CWE-200
vendor: muxinc
product: next-video
affected:
  - next-video < 2.8.1
patched:
  - next-video 2.8.1
published: '2026-09-14'
updated: '2026-09-14'
sourceUpdated: '2026-09-14T19:17:27.703'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54150'
references:
  - url: >-
      https://github.com/muxinc/next-video/commit/73abf1d534c2ac48db546ecfed0e89cbaf124f6f
    label: security-advisories@github.com
  - url: 'https://github.com/muxinc/next-video/releases/tag/v2.8.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/muxinc/next-video/security/advisories/GHSA-2p39-2jf3-fv2q
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-2p39-2jf3-fv2q'
tags:
  - nvd
  - cve.org
  - ghsa
  - npm
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-14T19:02:06.435813Z'
cvssSource: cna
aliases:
  - GHSA-2p39-2jf3-fv2q
ecosystem: npm
ingestedAt: '2026-08-20T18:59:55.225Z'
epss: 0.00418
epssPercentile: 0.33347
---

## Overview

next-video is a library for adding video to Next.js applications. Prior to 2.8.1, the GET endpoint exported by next-video/request-handler and commonly mounted at /api/video accepts an unauthenticated url query parameter, while src/utils/utils.ts isRemote() treats any value without an HTTP or HTTPS prefix as a local path. src/request-handler.ts passes that value through src/assets.ts getAssetPath() to src/config.ts loadAsset(), which appends a JSON suffix and uses fs.readFile without canonicalizing the path or verifying that it remains inside the configured video folder. A remote attacker can therefore escape the intended asset directory and read JSON files accessible to the application process, including Next.js server-action encryption material, preview-mode keys, build manifests, route metadata, absolute paths, and application video asset identifiers. Applications that do not expose the runtime request handler are not affected through this route. This issue is fixed in version 2.8.1.

## Remediation

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

## Package advisory (CVE-2026-54150)

Affected packages:

- `next-video <= 2.8.0`

Patched in:

- `next-video 2.8.1`

Source: https://github.com/advisories/GHSA-2p39-2jf3-fv2q
