Cyber Posture

CVE-2025-25306

Critical

Published: 10 March 2025

Published
10 March 2025
Modified
26 November 2025
KEV Added
Patch
CVSS Score 9.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:N
EPSS Score 0.0008 22.9th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-25306 is a critical-severity Origin Validation Error (CWE-346) vulnerability in Misskey Misskey. Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validation of incoming ActivityPub object fields like id and url to ensure proper authority relationships, preventing forgery exploits.

prevent

Mandates timely identification, reporting, and patching of flaws like this incomplete validation fix in Misskey version 2025.2.1.

preventdetect

Enforces boundary protection by monitoring and validating communications at external interfaces, mitigating remote unauthenticated ActivityPub object forgery.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

CVE-2025-25306 is an incomplete patch allowing unauthenticated remote exploitation of the public-facing Misskey web application to forge ActivityPub objects and federated notes.

NVD Description

Misskey is an open source, federated social media platform. The patch for CVE-2024-52591 did not sufficiently validate the relation between the `id` and `url` fields of ActivityPub objects. An attacker can forge an object where they claim authority in the…

more

`url` field even if the specific ActivityPub object type require authority in the `id` field. Version 2025.2.1 addresses the issue.

Deeper analysisAI

CVE-2025-25306 is a vulnerability in Misskey, an open source, federated social media platform based on ActivityPub. The issue stems from an incomplete patch for the prior CVE-2024-52591, which failed to properly validate the relationship between the `id` and `url` fields in ActivityPub objects. This allows attackers to forge objects that claim authority via the `url` field, even for object types that require authority in the `id` field. Affected versions are those prior to 2025.2.1, with a CVSS v3.1 base score of 9.3 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:N) and associated CWEs including CWE-346 (Origin Validation Error), CWE-441 (Unintended Proxy or Intermediary), and CWE-1025 (Comparison Using Non-Equal Operators).

Unauthenticated attackers can exploit this remotely with low complexity and no user interaction, leveraging the federated nature of Misskey to send malicious ActivityPub objects from remote instances. Successful exploitation enables high integrity impacts, such as forging authoritative objects to impersonate entities or manipulate federated content, alongside low confidentiality effects, while scope changes amplify the consequences across instances.

Misskey version 2025.2.1 fully addresses the vulnerability through improved validation of `id` and `url` relations in ActivityPub objects. Security practitioners should update to this release immediately, as detailed in the official advisory (GHSA-6w2c-vf6f-xf26) and release notes (2025.2.1 tag).

Details

CWE(s)

Affected Products

misskey
misskey
≤ 2025.2.1

CVEs Like This One

CVE-2026-28432Same product: Misskey Misskey
CVE-2025-24897Same product: Misskey Misskey
CVE-2026-28431Same product: Misskey Misskey
CVE-2025-24896Same product: Misskey Misskey
CVE-2026-41057Shared CWE-346
CVE-2026-22794Shared CWE-346
CVE-2026-40880Shared CWE-1025
CVE-2025-1102Shared CWE-346
CVE-2024-8487Shared CWE-346
CVE-2025-21511Shared CWE-346

References