Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-56285 – Unauthenticated SSRF via Default HMAC Key – Nitter (all commits prior to 44b2f09)

Be the first to know when new zero-days emerge:

Summary

CVE-2026-56285 is a high-severity Server-Side Request Forgery (SSRF) vulnerability in Nitter (zedeus/nitter), an open-source privacy-focused alternative frontend for Twitter/X, affecting all commits prior to 44b2f096f67da2cc257a0e262a94a7ae79e95d47. The flaw carries a CVSS 3.1 score of 8.6 (HIGH). Two compounding weaknesses — a missing URL domain validation check on the /video media proxy endpoint and a publicly documented hardcoded default HMAC signing key — allow an unauthenticated remote attacker to cause the Nitter server to fetch and return HTTP responses from any host reachable by the server, including cloud metadata services and internal network resources.

Technical details

  • Root cause 1 – Missing domain validation: The /video media proxy endpoint (/video/<hmac>/<url>) only performs a weak substring check ("http" in url) and does not validate that the target URL belongs to a Twitter/X domain. This is in contrast to Nitter’s /pic endpoint, which does enforce a isTwitterUrl() domain allowlist check.
  • Root cause 2 – Insecure default HMAC key: Nitter ships with a hardcoded default HMAC signing key of secretkey, documented directly in nitter.example.conf with a comment instructing operators to replace it. Instances that have never changed this default allow any attacker to compute cryptographically valid signatures for arbitrary target URLs.
  • Trigger conditions: No authentication, no special privileges, and no user interaction are required. An attacker needs only network access to the exposed Nitter instance and knowledge of the default key value, which is publicly visible in the repository.
  • Attack vector: The attacker computes a valid HMAC signature over an arbitrary target URL using the default key (secretkey), then issues a single HTTP GET request to /video/<computed_hmac>/<arbitrary_url> on the Nitter server.
  • Impact: The Nitter server fetches the attacker-controlled URL and returns the full HTTP response body to the attacker. This enables direct retrieval of data from cloud instance metadata endpoints (e.g., AWS IMDSv1 at 169.254.169.254), internal services, and any other host reachable by the server — creating a practical path to cloud credential theft, internal service enumeration, and lateral movement within the hosting environment.

Affected software

  • Nitter (zedeus/nitter): All commits prior to 44b2f096f67da2cc257a0e262a94a7ae79e95d47

Severity

CVSS v3.1 base score: 8.6 (HIGH)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Mitigation and recommended actions

  • Patch: Update Nitter to commit 44b2f096f67da2cc257a0e262a94a7ae79e95d47 or any later commit. This patch adds Twitter/X domain validation to the /video endpoint, mirroring the existing protection on the /pic endpoint, and introduces a startup warning when the default HMAC key is still in use.
  • Immediate workaround (if patching is not yet possible): Rotate the hmacKey value in nitter.conf to a unique, randomly generated secret (e.g., generated via openssl rand -hex 32). This prevents unauthenticated attackers from computing valid proxy signatures for arbitrary URLs even before the domain-validation patch is applied.
  • Network mitigation: Block outbound connections from the Nitter server to cloud instance metadata endpoints (e.g., 169.254.169.254) at the host or network firewall level, and restrict outbound HTTP/HTTPS to only the Twitter/X domains required for operation.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge