---
id: CVE-2026-72914
title: 'Mastodon is a free, open-source social network server based on ActivityPub'
summary: >-
  Mastodon is a free, open-source social network server based on ActivityPub.
  Prior to 4.4.21, 4.5.14, 4.6.4, and 4.7.0-beta.1, the administrative
  statistics endpoints handled by Api::V1::Admin::MeasuresController and
  Api::V1::Admin::Reten…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-405
  - CWE-770
published: '2026-08-10'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:55:04.493'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72914'
references:
  - url: >-
      https://github.com/mastodon/mastodon/commit/18c61f286f1f5718a8f517940ba384866ffa3892
    label: security-advisories@github.com
  - url: >-
      https://github.com/mastodon/mastodon/commit/467c933459c7d0e5513475b9e4888afaedfb1074
    label: security-advisories@github.com
  - url: >-
      https://github.com/mastodon/mastodon/commit/930aa9fee26bf9eaefe27826fa1061288d83373b
    label: security-advisories@github.com
  - url: >-
      https://github.com/mastodon/mastodon/commit/da47a1bd3cd07935d7ca55a1f4f1a76f7f167e0d
    label: security-advisories@github.com
  - url: 'https://github.com/mastodon/mastodon/releases/tag/v4.4.21'
    label: security-advisories@github.com
  - url: 'https://github.com/mastodon/mastodon/releases/tag/v4.5.14'
    label: security-advisories@github.com
  - url: 'https://github.com/mastodon/mastodon/releases/tag/v4.6.4'
    label: security-advisories@github.com
  - url: 'https://github.com/mastodon/mastodon/releases/tag/v4.7.0-beta.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/mastodon/mastodon/security/advisories/GHSA-7jvv-fhmg-wpfw
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00827
epssPercentile: 0.55651
ingestedAt: '2026-09-09T21:22:45.526Z'
---

## Overview

Mastodon is a free, open-source social network server based on ActivityPub. Prior to 4.4.21, 4.5.14, 4.6.4, and 4.7.0-beta.1, the administrative statistics endpoints handled by Api::V1::Admin::MeasuresController and Api::V1::Admin::RetentionController checked authorization only after beginning expensive calculations. Anonymous callers could submit keys, start_at, and end_at parameters that caused long-running SQL queries in Admin::Metrics::Measure, Admin::Metrics::Retention, and Admin::Metrics::Dimension::BaseDimension, allowing repeated requests to exhaust server resources. This issue is fixed in versions 4.4.21, 4.5.14, 4.6.4, and 4.7.0-beta.1.

## Remediation

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