๐Ÿ” CVE Alert

CVE-2026-54150

UNKNOWN 0.0

next-video: Unauthenticated arbitrary file read via /api/video request handler

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22
Vendor muxinc
Product next-video
Published Sep 14, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for muxinc next-video

Be the first to know when new unknown vulnerabilities affecting muxinc next-video are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

muxinc / next-video
< 2.8.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/muxinc/next-video/security/advisories/GHSA-2p39-2jf3-fv2q github.com: https://github.com/muxinc/next-video/commit/73abf1d534c2ac48db546ecfed0e89cbaf124f6f github.com: https://github.com/muxinc/next-video/releases/tag/v2.8.1