Description
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.
Published: 2026-08-03
Score: 8.9 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Misskey is an open source federated social media platform that suffered a timing attack during JSON‑LD signature validation and compaction. The application does not reuse the JSON‑LD parsing context between the signature verification step and the later processing step, creating a time‑of‑check to time‑of‑use vulnerability. An attacker who can supply crafted JSON‑LD input can force Misskey to accept fraudulent data as valid, thereby eroding the integrity of user actions and content.

Affected Systems

The affected vendor is misskey‑dev, and the product is the Misskey platform. All releases from version 12.37.0 up to but excluding 2026.5.4 are vulnerable. The issue was addressed and fixed in version 2026.5.4.

Risk and Exploitability

The CVSS score of 8.9 signals high severity, yet the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires an attacker to supply malicious JSON‑LD content to the federated network; timing differences in the library allow the attacker to influence the outcome of the signature check. Although no public exploit is currently documented, the flaw’s nature and lack of common‑source context sharing render it actionable in a federated environment.

Generated by OpenCVE AI on August 4, 2026 at 09:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Misskey to version 2026.5.4 or later to eliminate the timing vulnerability.
  • If a patch cannot be applied immediately, disable federation or block external JSON‑LD content until the upgrade is performed to prevent untrusted input.
  • Consider implementing an isolated context or additional validation around JSON‑LD signature verification to avoid timing differences during processing.

Generated by OpenCVE AI on August 4, 2026 at 09:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Misskey
Misskey misskey
Vendors & Products Misskey
Misskey misskey

Tue, 04 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Misskey: JSON-LD signature validation + compaction is vulnerable to timing attacks
Weaknesses CWE-367
References
Metrics cvssV4_0

{'score': 8.9, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-04T14:11:19.206Z

Reserved: 2026-05-19T22:16:39.504Z

Link: CVE-2026-47746

cve-icon Vulnrichment

Updated: 2026-08-04T14:11:13.575Z

cve-icon NVD

Status : Received

Published: 2026-08-03T22:16:49.447

Modified: 2026-08-04T15:16:34.657

Link: CVE-2026-47746

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T09:45:06Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition