Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-64481 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Datasette is an open source multi-tool for exploring and publishing data. In versions 0.65.1 and below and 1.0a0 through 1.0a19, deployed instances of Datasette include an open redirect vulnerability. Hits to the path //example.com/foo/bar/ (the trailing slash is required) will redirect the user to https://example.com/foo/bar. This problem has been patched in both Datasette 0.65.2 and 1.0a21. To workaround this issue, if Datasette is running behind a proxy, that proxy could be configured to replace // with / in incoming request URLs.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-601URL Redirection to Untrusted Site ('Open Redirect')[email protected]

Affected Products

ProductVersions
simonw/datasette
< 0.65.2 (semver)
< 1.0a20

CPE

  • cpe:2.3:a:datasette:datasette:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.65.2moderate effort
  • Upgrade: 1.0a21moderate effort
  • Mitigation:low effort

    Configure a proxy to replace "//" with "/" in incoming request URLs if Datasette is running behind a proxy.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-64481
NVD Published Date:
Nov 7, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-64481 Details - Not Deferred