CVE-2026-33693
Received
Received - Intake
SSRF Bypass in Lemmy activitypub-federation-rust via
Publication date: 2026-03-27
Last updated on: 2026-03-27
Assigner: GitHub, Inc.
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lemmy | activitypub_federation_rust | to 0.7.0-beta.9 (exc) |
| lemmy | activitypub_federation | to 0.6.2 (inc) |
| lemmy | activitypub-federation-rust | to 0.7.0-beta.9 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |