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-2026-56285 Details

ANALYZED


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

Description

Nitter's /video media proxy endpoint fails to validate target URLs against Twitter/X domains and uses a hardcoded default HMAC key, allowing unauthenticated attackers to compute valid HMACs for arbitrary URLs. Attackers can retrieve HTTP responses from any host reachable by the server, including cloud metadata services and internal network resources.

Metrics

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-1188Initialization of a Resource with an Insecure Default[email protected]
CWE-918Server-Side Request Forgery (SSRF)[email protected]

Affected Products

ProductVersions
Nitter
< commit 44b2f09

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 44b2f09moderate effort
  • Workaround:low effort

    Change the default HMAC key from "secretkey" to a unique random value (e.g. `openssl rand -hex 32`).

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-56285
NVD Published Date:
Jun 29, 2026
NVD Last Modified:
Jul 14, 2026
Source:
[email protected]
CVE-2026-56285 Details - Not Deferred