External risk intelligence

PeerTube Federated Video Metadata Rewriting Vulnerability

CVE advisorySeverity: CRITICAL (CVSS 9.3)

CVE-2026-73090

PeerTube is a federated video streaming platform designed to be publicly accessible on the internet to function as part of the ActivityPub network. Its core purpose involves public-facing web endpoints and inter-server communication that is reachable by design in normal deployments.

Halo Surface Signal: 5 out of 5 — more likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A security vulnerability in the PeerTube video streaming platform could allow a malicious server to alter critical video information on other servers. This could lead to unauthorized changes in video content, visibility, or metadata.

  • Malicious servers can alter video details.
  • Impacts federated video platform integrity.
  • Confirm if your PeerTube instance is affected.

Attack Path

How an attacker could exploit the issue

An attacker on a malicious federated server can trick a target PeerTube instance into processing an update for another server's video. This allows the attacker to alter the video's metadata, visibility settings, media file, and HLS URLs on the target instance.

  • Requires a malicious federated server.
  • Triggered by a crafted ActivityPub update.
  • Leads to unauthorized metadata and media alteration.

Live Threat

Current exploitation, exposure, and threat context

A malicious federated server could rewrite another server's video metadata, visibility, media file, and HLS URLs. This could happen when a vulnerable server processes an ActivityPub Update that does not properly verify the originating actor's authorization for the targeted video.

  • Video metadata and media files at risk.
  • Malicious server rewrites video information.
  • Unauthorized content changes could occur.

Operational Fix

Recommended remediation, mitigation, and detection steps

Real-world response to this vulnerability will likely involve platform or application owners responsible for the PeerTube instance, potentially with input from network and security teams. The initial practical step is to inventory all PeerTube instances, determine their public reachability and business criticality, and identify the specific teams or individuals accountable for each. This will allow for a risk-based remediation plan, which might include coordinating with vendors if applicable or implementing temporary controls while planning for updates during scheduled maintenance.

  • Platform owners should manage the issue.
  • Verify public reachability and criticality.
  • Plan coordinated updates and vendor engagement.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is PeerTube and how does it function?

PeerTube is an open-source, decentralized video hosting platform. Unlike centralized sites, it uses the ActivityPub protocol to connect multiple independent servers, allowing them to share and follow video content across a federated network.

What is the CVE-2026-73090 weakness?

This vulnerability is classified as CWE-863, which refers to Incorrect Authorization. In this context, PeerTube fails to properly verify if an incoming update request from another server is actually authorized to modify a specific video, allowing unauthorized changes to the video's details.

How does an attacker trigger this vulnerability?

An attacker must operate a malicious federated server that sends a crafted ActivityPub 'Update' message to a target PeerTube instance. The bug does not trigger from normal user interactions or typical browsing; it specifically requires this deceptive inter-server communication.

Is my PeerTube instance at risk?

Because PeerTube is designed for federated networking, Halo Surface Signal notes that these instances are inherently public-facing and reachable by other servers. If your instance communicates with the broader ActivityPub network, it is potentially susceptible to these unauthorized metadata updates.

How do I secure my PeerTube server?

The primary response is to upgrade your PeerTube software to version 8.2.2 or later. You should begin by inventorying your instances to confirm their versions, then prioritize patching these systems to apply the required authorization checks.

References