CVE-2026-48028
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMastodon is a free, open-source social network server based on ActivityPub. Prior to 4.5.10, 4.4.17, and 4.3.23, Mastodon's normalization of incoming activities signed with Linked-Data Signatures does not sufficiently protect the activities from a certain class of spoofing, allowing threat actors to remove JSON entries from valid signed activities from a third-party actor. This vulnerability is fixed in 4.5.10, 4.4.17, and 4.3.23.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMastodon's ActivityPub signature verification for Linked-Data Signatures (LDS) has a flaw in its normalization process. The normalization does not sufficiently protect JSON entries from removal, allowing a threat actor to strip certain fields from a validly signed activity while preserving a seemingly valid signature. This enables spoofing of third-party activities through improper canonicalization during signature validation.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check the installed Mastodon versionRun `git describe --tags` in the Mastodon installation directory, or check the VERSION file at the root of the installation, or look at the admin dashboard under /about/moreAffected if The version is below 4.3.23, 4.4.17, or 4.5.10 (for example 4.3.0 through 4.3.22, or 4.4.0 through 4.4.16, or 4.5.0 through 4.5.9)
-
Confirm ActivityPub is enabledCheck the Mastodon configuration file (config/environments/production.rb or config/settings.yml) for the ActivityPub enabled setting, or inspect the web server responses to verify the system is accepting ActivityPub deliveriesAffected if ActivityPub is enabled and the server accepts federated content from other ActivityPub servers (this is the default configuration for most Mastodon instances)
-
Verify signature verification is in useReview the Mastodon logs (log/production.log) for incoming activities with signature validation, or check if the instance communicates with other federated servers by examining the Sidekiq queue for incoming federation jobsAffected if The instance processes signed activities from other ActivityPub servers (which is standard behavior for any federated Mastodon instance)
The instance is affected if it runs any Mastodon version below 4.3.23, 4.4.17, or 4.5.10 AND has ActivityPub enabled to receive federated content from other servers.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Mastodon to version 4.5.10, 4.4.17, or 4.3.23 to receive the patch that fixes the Linked-Data Signature normalization logic.
Mastodon 4.5.10, 4.4.17, or 4.3.23 (depending on your current version branch)
- Identify your current Mastodon version using the admin interface or the /api/v1/instance endpoint
- Determine which upgrade path applies: if currently on 4.5.x, upgrade to 4.5.10; if on 4.4.x, upgrade to 4.4.17; if on 4.3.x or earlier, upgrade to 4.3.23 or a later stable release
- Review the Mastodon upgrade guide at https://docs.joinmastodon.org/admin/upgrading/
- Back up your Mastodon database and uploaded files before proceeding
- Stop the Mastodon services (web, sidekiq, streaming)
- Update Mastodon using your package manager or by pulling the new release: `git fetch && git checkout v<new-version>`
- Run database migrations: `RAILS_ENV=production bundle exec rails db:migrate`
- Precompile assets: `RAILS_ENV=production bundle exec rails assets:precompile`
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,960.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-48028 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-48028 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data