CVE-2026-33693
MEDIUMLemmy's Activitypub-Federation has SSRF via 0.0.0.0 bypass in activitypub-federation-rust v4_is_invalid()
Title source: cnaExploitation Summary
EIP tracks 1 public exploit for CVE-2026-33693. PoCs published by SnailSploit.
AI-analyzed exploit summary This repository provides a detailed technical analysis of CVE-2026-33693, an SSRF vulnerability in the `activitypub-federation-rust` library due to incomplete IP validation in the `v4_is_invalid()` function, which fails to block `0.0.0.0`. The writeup includes vulnerable code snippets, attack chain, impact analysis, and remediation steps.
Description
Lemmy is a link aggregator and forum for the fediverse. Prior to version 0.7.0-beta.9, the `v4_is_invalid()` function in `activitypub-federation-rust` (`src/utils.rs`) does not check for `Ipv4Addr::UNSPECIFIED` (0.0.0.0). An unauthenticated attacker controlling a remote domain can point it to 0.0.0.0, bypass the SSRF protection introduced by the fix for CVE-2025-25194 (GHSA-7723-35v7-qcxw), and reach localhost services on the target server. Version 0.7.0-beta.9 patches the issue.
Exploits (1)
This repository provides a detailed technical analysis of CVE-2026-33693, an SSRF vulnerability in the `activitypub-federation-rust` library due to incomplete IP validation in the `v4_is_invalid()` function, which fails to block `0.0.0.0`. The writeup includes vulnerable code snippets, attack chain, impact analysis, and remediation steps.
References (3)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N