Skip to main content

Misskey

32 CVEs product

Monthly

CVE-2026-47746 Aug 03, 21:56 HIGH PATCH This Week

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.

Information Disclosure Misskey Misskey Dev
NVD GitHub VulDB
CVSS 4.0
8.9
EPSS
0.2%
CVE-2026-46713 Aug 03, 21:37 CRITICAL PATCH Act Now

Signature validation bypass in Misskey (versions 12.37.0 through prior to 2026.5.4) allows an attacker to have spoofed ActivityPub activities accepted as authentic. The flaw resides in the JSON-LD signature validation and compaction logic (CWE-347), enabling forgery of federated actions such as posts or actions attributed to other actors/instances. The CVSS 4.0 base score is 9.2 (Critical) with a network, unauthenticated, low-complexity vector emphasizing integrity impact; no public exploit has been identified at time of analysis, and it is not listed in CISA KEV.

Information Disclosure Jwt Attack Misskey Misskey Dev
NVD VulDB GitHub
CVSS 4.0
9.2
EPSS
0.2%
CVE-2026-57574 Jul 10, 20:55 HIGH PATCH This Week

Authentication replay in Misskey before 2026.6.0 lets an attacker reuse a valid TOTP code that should be single-use, because UserAuthService fails to invalidate a code after its first successful use within the same time step. An adversary who concurrently captures a victim's password and one TOTP value can replay that code to authenticate, enabling unauthorized actions up to account takeover. No public exploit has been identified at time of analysis and it is not listed in CISA KEV; the vendor fixed the flaw in release 2026.6.0.

Authentication Bypass Misskey Misskey Dev
NVD GitHub
CVSS 4.0
7.4
EPSS
0.3%
CVE-2026-28432 Mar 10, 07:43 HIGH This Week

federated social media platform. All Misskey server versions up to 2026.3.1 is affected by improper verification of cryptographic signature.

Authentication Bypass Misskey
NVD GitHub VulDB
CVSS 3.1
7.5
EPSS
0.0%
CVE-2026-28431 Mar 10, 07:43 HIGH This Week

Misskey is an open source, federated social media platform.

Authentication Bypass Misskey
NVD GitHub VulDB
CVSS 3.1
7.5
EPSS
0.0%
CVE-2026-46714 Aug 03, 21:58 MEDIUM PATCH This Month

Malformed theme application in the Misskey web client (versions 8.63.0 through pre-2026.5.4) triggers uncontrolled recursion (CWE-674), causing the browser client to slow down significantly or crash entirely. Unauthenticated network-reachable attackers can craft and distribute a malicious theme that, when applied by a victim user, produces a client-side denial of service. No public exploit code has been identified at time of analysis and this vulnerability is not listed in CISA KEV; active exploitation is not confirmed.

Denial Of Service Misskey Misskey Dev
NVD GitHub VulDB
CVSS 4.0
5.1
EPSS
0.3%
CVE-2026-46712 Aug 03, 21:29 LOW PATCH Monitor

Insufficient permission checks in Misskey's Direct Messages (Chat) feature expose DM data points to authenticated users who lack authorization to access them, across versions 2025.3.2 through 2026.5.3. The root cause is CWE-639 (Authorization Bypass Through User-Controlled Key), where the server fails to validate account permissions before returning DM-related data via API. No public exploit or CISA KEV listing exists; the vendor patched this in version 2026.5.4 alongside four additional CVEs.

Authentication Bypass Misskey Misskey Dev
NVD VulDB GitHub
CVSS 4.0
2.3
EPSS
0.2%
CVE-2026-48115 Aug 03, 21:21 MEDIUM PATCH This Month

Unauthorized data disclosure via the Server Announcements API in Misskey affects all instances running versions 2024.5.0 through 2026.5.3, allowing remote callers to read restricted announcement data without appropriate authorization. The flaw stems from CWE-285 (Improper Authorization) - the API endpoint fails to enforce privilege checks before returning data, making restricted content accessible to actors who should not see it. No public exploit code or CISA KEV listing exists at time of analysis, but the network-accessible, no-authentication-required vector makes this straightforwardly reachable on any exposed instance.

Authentication Bypass Misskey Misskey Dev
NVD VulDB GitHub
CVSS 4.0
6.3
EPSS
0.2%
CVE-2026-57575 Jul 10, 20:54 MEDIUM PATCH This Month

Server-Side Request Forgery in Misskey's UrlPreviewService allows remote unauthenticated attackers to coerce the platform's backend into initiating outbound HTTP connections toward loopback addresses, RFC-1918 private ranges, and link-local networks. The root cause is that IP address validation is applied only after the TCP connection has already been established, meaning the outbound request reaches the internal target before the check rejects it. Per vendor disclosure, response data is not believed to be returned to the attacker, limiting the impact to blind SSRF with potential for triggering internal service side effects. No public exploit identified at time of analysis, and a fix is available in version 2026.6.0.

SSRF Misskey Misskey Dev
NVD GitHub
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-28433 Mar 10, 07:43 MEDIUM This Month

Misskey versions 10.93.0 through 2026.3.0 allow authenticated users to import arbitrary user data due to insufficient ownership validation, enabling attackers with knowledge of target file IDs to access other users' information. The vulnerability requires valid login credentials and knowledge of specific file identifiers, limiting its practical impact. No patch is currently available.

Authentication Bypass Misskey
NVD GitHub VulDB
CVSS 3.1
4.3
EPSS
0.0%
CVE-2025-46559 May 05, 19:15 MEDIUM POC PATCH This Month

Misskey is an open source, federated social media platform. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable. Public exploit code available.

Path Traversal Misskey
NVD GitHub
CVSS 3.1
5.4
EPSS
0.1%
CVE-2025-46553 May 05, 19:15 npm LOW PATCH Monitor

@misskey-dev/summaly is a tool for getting a summary of a web page. Rated low severity (CVSS 2.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Open Redirect vulnerability could allow attackers to redirect users to malicious websites via URL manipulation.

Open Redirect Misskey Summaly
NVD GitHub
CVSS 4.0
2.1
EPSS
0.3%
CVE-2025-46340 May 05, 19:15 HIGH PATCH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Information Disclosure Misskey
NVD GitHub
CVSS 3.1
7.2
EPSS
0.2%
CVE-2025-24897 Feb 11, 16:15 HIGH PATCH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.2), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Request Forgery (CSRF) vulnerability could allow attackers to trick authenticated users into performing unintended actions.

CSRF Misskey
NVD GitHub
CVSS 3.1
8.2
EPSS
0.0%
CVE-2025-24896 Feb 11, 16:15 HIGH PATCH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Information Disclosure Misskey
NVD GitHub
CVSS 3.1
8.1
EPSS
0.3%
CVE-2024-52593 Dec 18, 20:15 MEDIUM This Month

Misskey is an open source, federated social media platform.In affected versions missing validation in `NoteCreateService.insertNote`, `ApPersonService.createPerson`, and. Rated medium severity (CVSS 5.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Misskey
NVD GitHub
CVSS 4.0
5.1
EPSS
0.4%
CVE-2024-52592 Dec 18, 20:15 MEDIUM This Month

Misskey is an open source, federated social media platform. Rated medium severity (CVSS 6.9), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Misskey
NVD GitHub
CVSS 4.0
6.9
EPSS
0.3%
CVE-2024-52591 Dec 18, 20:15 HIGH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Misskey
NVD GitHub
CVSS 4.0
8.8
EPSS
0.3%
CVE-2024-52590 Dec 18, 20:15 HIGH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Misskey
NVD GitHub
CVSS 4.0
8.8
EPSS
0.3%
CVE-2024-52579 Dec 18, 20:15 MEDIUM This Month

Misskey is an open source, federated social media platform. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

SSRF Misskey
NVD GitHub
CVSS 3.1
5.4
EPSS
0.2%
CVE-2024-32983 Jun 03, 16:15 HIGH POC PATCH This Week

Misskey is an open source, decentralized microblogging platform. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Authentication Bypass Misskey
NVD GitHub
CVSS 3.1
7.5
EPSS
0.4%
CVE-2024-25636 Feb 19, 20:15 HIGH PATCH This Week

Misskey is an open source, decentralized social media platform with ActivityPub support. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. This Unrestricted File Upload vulnerability could allow attackers to upload malicious files that can be executed on the server.

File Upload Misskey
NVD GitHub
CVSS 3.1
8.8
EPSS
0.7%
CVE-2023-52139 Dec 29, 18:15 CRITICAL PATCH Act Now

Misskey is an open source, decentralized social media platform. Rated critical severity (CVSS 9.6), this vulnerability is remotely exploitable, low attack complexity.

Authentication Bypass Misskey
NVD GitHub
CVSS 3.1
9.6
EPSS
0.5%
CVE-2023-49079 Nov 29, 19:15 HIGH This Week

Misskey is an open source, decentralized social media platform. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Jwt Attack Misskey
NVD GitHub
CVSS 3.1
7.5
EPSS
0.4%
CVE-2023-43793 Oct 04, 21:15 HIGH PATCH This Week

Misskey is an open source, decentralized social media platform. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Improper Authentication vulnerability could allow attackers to bypass authentication mechanisms to gain unauthorized access.

Authentication Bypass Misskey
NVD GitHub
CVSS 3.1
7.5
EPSS
0.7%
CVE-2023-24812 Feb 22, 20:15 CRITICAL PATCH Act Now

Misskey is an open source, decentralized social media platform. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This SQL Injection vulnerability could allow attackers to execute arbitrary SQL commands against the database.

SQLi Misskey
NVD GitHub
CVSS 3.1
9.8
EPSS
0.7%
CVE-2023-24811 Feb 22, 20:15 MEDIUM PATCH This Month

Misskey is an open source, decentralized social media platform. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Misskey
NVD GitHub
CVSS 3.1
6.1
EPSS
0.4%
CVE-2023-24810 Feb 22, 20:15 MEDIUM This Month

Misskey is an open source, decentralized social media platform. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

XSS Misskey
NVD GitHub
CVSS 3.1
6.1
EPSS
0.4%
CVE-2023-25154 Feb 22, 19:15 MEDIUM This Month

Misskey is an open source, decentralized social media platform. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

XSS Misskey
NVD GitHub
CVSS 3.1
6.1
EPSS
0.4%
CVE-2021-39195 Sep 07, 19:15 MEDIUM PATCH This Month

Misskey is an open source, decentralized microblogging platform. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. This Server-Side Request Forgery (SSRF) vulnerability could allow attackers to make the server perform requests to unintended internal or external resources.

SSRF Misskey
NVD GitHub
CVSS 3.1
6.5
EPSS
1.1%
CVE-2021-39169 Aug 27, 13:15 MEDIUM PATCH This Month

Misskey is a decentralized microblogging platform. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Misskey
NVD GitHub
CVSS 3.1
5.4
EPSS
0.7%
CVE-2019-1020010 Jul 29, 13:15 MEDIUM POC This Month

Misskey before 10.102.4 allows hijacking a user's token. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

XSS Misskey
NVD GitHub
CVSS 3.0
6.1
EPSS
1.3%
EPSS 0% CVSS 8.9
HIGH PATCH This Week

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.

Information Disclosure Misskey Misskey Dev
NVD GitHub VulDB
EPSS 0% CVSS 9.2
CRITICAL PATCH Act Now

Signature validation bypass in Misskey (versions 12.37.0 through prior to 2026.5.4) allows an attacker to have spoofed ActivityPub activities accepted as authentic. The flaw resides in the JSON-LD signature validation and compaction logic (CWE-347), enabling forgery of federated actions such as posts or actions attributed to other actors/instances. The CVSS 4.0 base score is 9.2 (Critical) with a network, unauthenticated, low-complexity vector emphasizing integrity impact; no public exploit has been identified at time of analysis, and it is not listed in CISA KEV.

Information Disclosure Jwt Attack Misskey +1
NVD VulDB GitHub
EPSS 0% CVSS 7.4
HIGH PATCH This Week

Authentication replay in Misskey before 2026.6.0 lets an attacker reuse a valid TOTP code that should be single-use, because UserAuthService fails to invalidate a code after its first successful use within the same time step. An adversary who concurrently captures a victim's password and one TOTP value can replay that code to authenticate, enabling unauthorized actions up to account takeover. No public exploit has been identified at time of analysis and it is not listed in CISA KEV; the vendor fixed the flaw in release 2026.6.0.

Authentication Bypass Misskey Misskey Dev
NVD GitHub
EPSS 0% CVSS 7.5
HIGH This Week

federated social media platform. All Misskey server versions up to 2026.3.1 is affected by improper verification of cryptographic signature.

Authentication Bypass Misskey
NVD GitHub VulDB
EPSS 0% CVSS 7.5
HIGH This Week

Misskey is an open source, federated social media platform.

Authentication Bypass Misskey
NVD GitHub VulDB
EPSS 0% CVSS 5.1
MEDIUM PATCH This Month

Malformed theme application in the Misskey web client (versions 8.63.0 through pre-2026.5.4) triggers uncontrolled recursion (CWE-674), causing the browser client to slow down significantly or crash entirely. Unauthenticated network-reachable attackers can craft and distribute a malicious theme that, when applied by a victim user, produces a client-side denial of service. No public exploit code has been identified at time of analysis and this vulnerability is not listed in CISA KEV; active exploitation is not confirmed.

Denial Of Service Misskey Misskey Dev
NVD GitHub VulDB
EPSS 0% CVSS 2.3
LOW PATCH Monitor

Insufficient permission checks in Misskey's Direct Messages (Chat) feature expose DM data points to authenticated users who lack authorization to access them, across versions 2025.3.2 through 2026.5.3. The root cause is CWE-639 (Authorization Bypass Through User-Controlled Key), where the server fails to validate account permissions before returning DM-related data via API. No public exploit or CISA KEV listing exists; the vendor patched this in version 2026.5.4 alongside four additional CVEs.

Authentication Bypass Misskey Misskey Dev
NVD VulDB GitHub
EPSS 0% CVSS 6.3
MEDIUM PATCH This Month

Unauthorized data disclosure via the Server Announcements API in Misskey affects all instances running versions 2024.5.0 through 2026.5.3, allowing remote callers to read restricted announcement data without appropriate authorization. The flaw stems from CWE-285 (Improper Authorization) - the API endpoint fails to enforce privilege checks before returning data, making restricted content accessible to actors who should not see it. No public exploit code or CISA KEV listing exists at time of analysis, but the network-accessible, no-authentication-required vector makes this straightforwardly reachable on any exposed instance.

Authentication Bypass Misskey Misskey Dev
NVD VulDB GitHub
EPSS 0% CVSS 6.9
MEDIUM PATCH This Month

Server-Side Request Forgery in Misskey's UrlPreviewService allows remote unauthenticated attackers to coerce the platform's backend into initiating outbound HTTP connections toward loopback addresses, RFC-1918 private ranges, and link-local networks. The root cause is that IP address validation is applied only after the TCP connection has already been established, meaning the outbound request reaches the internal target before the check rejects it. Per vendor disclosure, response data is not believed to be returned to the attacker, limiting the impact to blind SSRF with potential for triggering internal service side effects. No public exploit identified at time of analysis, and a fix is available in version 2026.6.0.

SSRF Misskey Misskey Dev
NVD GitHub
EPSS 0% CVSS 4.3
MEDIUM This Month

Misskey versions 10.93.0 through 2026.3.0 allow authenticated users to import arbitrary user data due to insufficient ownership validation, enabling attackers with knowledge of target file IDs to access other users' information. The vulnerability requires valid login credentials and knowledge of specific file identifiers, limiting its practical impact. No patch is currently available.

Authentication Bypass Misskey
NVD GitHub VulDB
EPSS 0% CVSS 5.4
MEDIUM POC PATCH This Month

Misskey is an open source, federated social media platform. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable. Public exploit code available.

Path Traversal Misskey
NVD GitHub
EPSS 0% CVSS 2.1
LOW PATCH Monitor

@misskey-dev/summaly is a tool for getting a summary of a web page. Rated low severity (CVSS 2.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Open Redirect vulnerability could allow attackers to redirect users to malicious websites via URL manipulation.

Open Redirect Misskey Summaly
NVD GitHub
EPSS 0% CVSS 7.2
HIGH PATCH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Information Disclosure Misskey
NVD GitHub
EPSS 0% CVSS 8.2
HIGH PATCH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.2), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Request Forgery (CSRF) vulnerability could allow attackers to trick authenticated users into performing unintended actions.

CSRF Misskey
NVD GitHub
EPSS 0% CVSS 8.1
HIGH PATCH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Information Disclosure Misskey
NVD GitHub
EPSS 0% CVSS 5.1
MEDIUM This Month

Misskey is an open source, federated social media platform.In affected versions missing validation in `NoteCreateService.insertNote`, `ApPersonService.createPerson`, and. Rated medium severity (CVSS 5.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Misskey
NVD GitHub
EPSS 0% CVSS 6.9
MEDIUM This Month

Misskey is an open source, federated social media platform. Rated medium severity (CVSS 6.9), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Misskey
NVD GitHub
EPSS 0% CVSS 8.8
HIGH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Misskey
NVD GitHub
EPSS 0% CVSS 8.8
HIGH This Week

Misskey is an open source, federated social media platform. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Misskey
NVD GitHub
EPSS 0% CVSS 5.4
MEDIUM This Month

Misskey is an open source, federated social media platform. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

SSRF Misskey
NVD GitHub
EPSS 0% CVSS 7.5
HIGH POC PATCH This Week

Misskey is an open source, decentralized microblogging platform. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Authentication Bypass Misskey
NVD GitHub
EPSS 1% CVSS 8.8
HIGH PATCH This Week

Misskey is an open source, decentralized social media platform with ActivityPub support. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. This Unrestricted File Upload vulnerability could allow attackers to upload malicious files that can be executed on the server.

File Upload Misskey
NVD GitHub
EPSS 1% CVSS 9.6
CRITICAL PATCH Act Now

Misskey is an open source, decentralized social media platform. Rated critical severity (CVSS 9.6), this vulnerability is remotely exploitable, low attack complexity.

Authentication Bypass Misskey
NVD GitHub
EPSS 0% CVSS 7.5
HIGH This Week

Misskey is an open source, decentralized social media platform. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Information Disclosure Jwt Attack Misskey
NVD GitHub
EPSS 1% CVSS 7.5
HIGH PATCH This Week

Misskey is an open source, decentralized social media platform. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Improper Authentication vulnerability could allow attackers to bypass authentication mechanisms to gain unauthorized access.

Authentication Bypass Misskey
NVD GitHub
EPSS 1% CVSS 9.8
CRITICAL PATCH Act Now

Misskey is an open source, decentralized social media platform. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This SQL Injection vulnerability could allow attackers to execute arbitrary SQL commands against the database.

SQLi Misskey
NVD GitHub
EPSS 0% CVSS 6.1
MEDIUM PATCH This Month

Misskey is an open source, decentralized social media platform. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Misskey
NVD GitHub
EPSS 0% CVSS 6.1
MEDIUM This Month

Misskey is an open source, decentralized social media platform. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

XSS Misskey
NVD GitHub
EPSS 0% CVSS 6.1
MEDIUM This Month

Misskey is an open source, decentralized social media platform. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

XSS Misskey
NVD GitHub
EPSS 1% CVSS 6.5
MEDIUM PATCH This Month

Misskey is an open source, decentralized microblogging platform. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. This Server-Side Request Forgery (SSRF) vulnerability could allow attackers to make the server perform requests to unintended internal or external resources.

SSRF Misskey
NVD GitHub
EPSS 1% CVSS 5.4
MEDIUM PATCH This Month

Misskey is a decentralized microblogging platform. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Misskey
NVD GitHub
EPSS 1% CVSS 6.1
MEDIUM POC This Month

Misskey before 10.102.4 allows hijacking a user's token. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

XSS Misskey
NVD GitHub

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy