CVE-2026-59153
Deferred Deferred - Pending Action

Anki Local HTTP Server Origin Validation Bypass

Vulnerability report for CVE-2026-59153, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-07

Last updated on: 2026-07-08

Assigner: GitHub, Inc.

Description

Anki is a program for creating and reviewing flashcards. Prior to 25.09.3, Anki launches a local HTTP server to serve media files and web pages for parts of its interface, but requests from other origins were not sufficiently blocked. A malicious website could potentially trigger side-effecting requests to the local server, with severity varying by browser depending on Private Network Access protections. This issue is fixed in version 25.09.3.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-07
Last Modified
2026-07-08
Generated
2026-07-16
AI Q&A
2026-07-08
EPSS Evaluated
2026-07-14
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
anki anki 25.09.3

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-346 The product does not properly verify that the source of data or communication is valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

This vulnerability exists in Anki versions prior to 25.09.3, where the application launches a local HTTP server to serve media files and web pages for parts of its interface. However, requests from other origins were not sufficiently blocked, meaning a malicious website could potentially send requests to this local server. The severity of this issue varies depending on the browser's Private Network Access protections.

Impact Analysis

The vulnerability could allow a malicious website to trigger side-effecting requests to the local HTTP server that Anki runs. This could potentially lead to unintended actions or data exposure depending on the browser's security protections. The impact severity varies by browser, but it generally poses a risk of unauthorized interactions with the local server.

Mitigation Strategies

To mitigate this vulnerability, update Anki to version 25.09.3 or later, where the issue has been fixed.

Detection Guidance

This vulnerability involves Anki launching a local HTTP server that insufficiently blocks requests from other origins, potentially allowing malicious websites to send side-effecting requests to the local server.

To detect if this vulnerability is present on your system or network, you can check if Anki is running a local HTTP server and whether it is accessible from other origins.

One approach is to scan for open local HTTP ports that Anki might be using (commonly localhost ports). You can use commands like:

  • On Linux/macOS, use: `lsof -iTCP -sTCP:LISTEN -n -P | grep anki` to identify if Anki is listening on any TCP ports.
  • Use `netstat -an | grep LISTEN` or `ss -tlnp` to list listening ports and associated processes.
  • You can also attempt to send HTTP requests to localhost ports to see if the Anki media server responds. For example, using curl:
  • `curl -v http://localhost:<port>/` replacing <port> with the port number identified.

If the server responds and does not properly restrict cross-origin requests, it may be vulnerable.

Additionally, monitoring browser network activity for requests to localhost initiated by external websites can help detect exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59153. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart