Severity by source
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network vector and no auth required; AC:H reflects non-trivial JSON-LD context manipulation; S:C because fraudulent activities can propagate to downstream federated instances beyond the vulnerable component.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
4DescriptionCVE.org
Misskey is an open source, federated social media platform. Versions 12.37.0 and later, but prior to 2026.5.4, are vulnerable to timing attacks during JSON-LD signature validation and the compaction process. Because the JSON-LD parsing context is not shared between signature verification and subsequent processing, the application may trust information that should not be trusted, resulting in a time-of-check to time-of-use (TOCTOU) flaw. This allows an attacker to have fraudulent activities accepted as valid, leading to a loss of integrity. This issue has been fixed in version 2026.5.4.
AnalysisAI
JSON-LD signature validation in Misskey's ActivityPub federation layer accepts fraudulent federated activities due to a TOCTOU flaw where the JSON-LD parsing context used during signature verification is not shared with the context used during subsequent message processing. Affected are all self-hosted Misskey instances running versions 12.37.0 through 2026.5.3. A remote, unauthenticated attacker operating or spoofing a federated server can craft payloads that pass signature checks yet resolve to malicious content during processing, resulting in high integrity impact across the instance and potentially propagating to federated peers; no public exploit or CISA KEV listing has been identified at time of analysis.
Technical ContextAI
Misskey implements the ActivityPub protocol for federation, which relies on JSON-LD (Linked Data) for structured message signing via JSON-LD signatures. JSON-LD documents are compacted and expanded using a 'context' that governs term resolution and data interpretation. The root cause (CWE-367: Time-of-Check Time-of-Use Race Condition) is an architectural gap: the JSON-LD context is not shared between the signature verification phase and the subsequent compaction/processing phase. Because the two phases may resolve the same document under different contexts, an attacker can embed content that passes cryptographic verification under one interpretation but is processed as different, attacker-controlled content under another. This is a classic TOCTOU flaw applied to a cryptographic trust boundary. The affected CPE is cpe:2.3:a:misskey-dev:misskey:*:*:*:*:*:*:*:*, covering the version range 12.37.0 up to (but not including) 2026.5.4.
RemediationAI
Upgrade to Misskey version 2026.5.4, which is confirmed as the fix release by the vendor security advisory GHSA-38jx-423m-g387 (https://github.com/misskey-dev/misskey/security/advisories/GHSA-38jx-423m-g387) and the official release at https://github.com/misskey-dev/misskey/releases/tag/2026.5.4. If an immediate upgrade is not feasible, restricting federation to a known-trusted allowlist of instances is the most actionable compensating control - this limits the attack surface to servers you control or vet, though it degrades interoperability with the broader Fediverse. Disabling federation entirely eliminates exposure but removes the core federated functionality of the platform. No configuration-level workaround fully addresses the TOCTOU architectural issue without the patch. Upstream fix availability is confirmed via the tagged release; no earlier patched version is indicated.
Misskey is an open source, decentralized microblogging platform. Rated high severity (CVSS 7.5), this vulnerability is r
Misskey before 10.102.4 allows hijacking a user's token. Rated medium severity (CVSS 6.1), this vulnerability is remotel
Misskey is an open source, decentralized social media platform. Rated critical severity (CVSS 9.8), this vulnerability i
Misskey is an open source, decentralized social media platform. Rated critical severity (CVSS 9.6), this vulnerability i
Misskey is an open source, federated social media platform. Rated medium severity (CVSS 5.4), this vulnerability is remo
Signature validation bypass in Misskey (versions 12.37.0 through prior to 2026.5.4) allows an attacker to have spoofed A
Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.8), this vulnerability is remote
Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.8), this vulnerability is remote
Misskey is an open source, decentralized social media platform with ActivityPub support. Rated high severity (CVSS 8.8),
Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.2), this vulnerability is remote
Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.1), this vulnerability is remote
Misskey is an open source, federated social media platform.
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-52488