CVE-2026-42462
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 · uneditedFedify is a TypeScript library for building federated server apps powered by ActivityPub. Prior to versions 1.9.11, 1.10.10, 2.0.18, 2.1.14, and 2.2.3, an attacker can make use of JSON-LD features to restructure a JSON-LD document that would change how Fedify interprets it without changing its Linked Data Signature, allowing them to alter a third-party signed activity they have received. Versions 1.9.11, 1.10.10, 2.0.18, 2.1.14, and 2.2.3 fix the issue.
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 confidenceAn attacker can exploit JSON-LD's flexible structure to restructure a JSON-LD document in a way that changes how Fedify interprets it, while the Linked Data Signature remains valid. This allows modification of signed ActivityPub activities received from third parties.
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
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- High
- Availability
- Low
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/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.
-
Identify Fedify installation and versionLocate the Fedify package in your project dependencies (package.json, Gemfile, go.mod, requirements.txt, or similar) and note the exact version numberAffected if The installed version is earlier than 1.9.11, 1.10.10, 2.0.18, 2.1.14, or 2.2.3 (for example 1.9.10, 2.0.17, 2.1.13, etc.)
-
Confirm Fedify is processing incoming ActivityPub contentReview your Fedify server configuration or code to determine if the instance receives or processes signed activities or objects from other ActivityPub serversAffected if Your Fedify instance accepts or processes incoming JSON-LD signed activities from remote servers (this is the default behavior for most Fedify deployments)
-
Check if remote signer validation is enabledExamine your Fedify configuration for settings related to signature verification, such as `verifySignatures`, `requireSignedRequests`, or similar options that control inbound signature validationAffected if Remote signature verification is enabled (the vulnerability allows bypass of this protection, so this is the vulnerable configuration)
You are affected if your Fedify version is below the fixed releases AND your instance processes signed ActivityPub content from other servers, which is the standard operation mode.
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 Fedify to version 1.9.11, 1.10.10, 2.0.18, 2.1.14, 2.2.3 or later.
Upgrade to version 1.9.11, 1.10.10, 2.0.18, 2.1.14, or 2.2.3 depending on your current major.minor release line
- 1. Identify the current version of Fedify in your project by checking package.json or running npm list fedify
- 2. Determine which release line your current version belongs to (1.x, 2.x, etc.)
- 3. Upgrade to the appropriate fixed version for your release line: 1.9.11 for 1.x, 1.10.10 for 1.10.x, 2.0.18 for 2.0.x, 2.1.14 for 2.1.x, or 2.2.3 for 2.2.x
- 4. Run npm update fedify@<version> or yarn upgrade fedify@<version> to install the fixed version
- 5. Run your test suite to verify the upgrade does not break existing functionality
- 6. Redeploy your application with the updated dependency
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,376.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-42462 — 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-42462 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