CVE-2025-25306
Misskey ≤ 2025.2.1
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:NSummary
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 DHCP Spoofing (T1557.003); ranked at the 7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to AC-16 (Security and Privacy Attributes) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
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).
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-7668
Vulnerability Data
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.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 3 hardening rules · 1 OS baseline
V3.2.1V3.5.1V3.5.3V3.5.8
Mitigating Controls (NIST 800-53 r5) AI
Associating and preserving security attributes such as original source identity prevents the loss of provenance that creates the confused deputy.
Information flow enforcement directly requires validating the source of data before allowing transmission or receipt.
Device identification and authentication mandates verifying the source before establishing connections.
Developer testing and evaluation can discover incorrect comparison logic after implementation but does not stop the flaw from being written.
Session authenticity mechanisms require validation that communications originate from the expected party.
Access enforcement directly stops a component from acting on forwarded requests without verifying original source authorizations.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Authentication directly verifies the source of users/services/hardware, mitigating origin validation failures.
Verifying identity assertions enforces origin validation for conveyed claims.
Secure SDLC activities such as code review and logic testing directly prevent incorrect comparison factors in code.
Documenting authorized flows supports origin validation by defining expected sources.
Enforcing least-privilege authorizations on forwarded requests reduces confused-deputy abuse even if source identity is lost.
Protecting networks from unauthorized access requires origin checks on communication sources.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect incorrect comparison results during development and acceptance.
Access-control rules can limit which upstream identities may cause the product to act on their behalf, reducing confused-deputy risk.
Proper identity management ensures the original requester identity is preserved and validated before the product forwards requests.
Explicit access-rights assignment can restrict the product’s ability to act as an unintended proxy for external actors.
Privileged-access controls limit the rights the product may exercise on behalf of upstream callers, mitigating confused-deputy abuse.
Network security controls enforce origin validation at network boundaries.
Hardening callouts derived
Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).
Oracle Linux 8 (3 rules)
- V-248574 YUM must be configured to prevent the installation of patches, service packs, device drivers, or OL 8 system components that have not been digitally signed using a certificate that is recognized and approved by the organization. prevents CWE-346
- V-248575 OL 8 must prevent the installation of software, patches, service packs, device drivers, or operating system components of local packages without verification they have been digitally signed using a certificate that is issued by a Certificate Authority (CA) that is recognized and approved by the organization. prevents CWE-346
- V-248827 OL 8 must not have the rsh-server package installed. prevents CWE-346