CVE-2026-47160 PUBLISHED

Vaultwarden: Server-side request forgery (SSRF) via Icon Endpoint Decimal/Hex/Octal IP Bypass

Assigner: GitHub_M
Reserved: 18.05.2026 Published: 15.07.2026 Updated: 15.07.2026

Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.36.0, Vaultwarden's /icons/{domain}/icon.png endpoint used src/http_client.rs checks including should_block_address() and post_resolve() that missed decimal, hexadecimal, and octal IP representations, allowing SSRF through the icon-fetching HTTP client for blind internal network or port discovery. This issue is fixed in version 1.36.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
CVSS Score: 5.8

Product Status

Vendor dani-garcia
Product vaultwarden
Versions
  • Version < 1.36.0 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE
  • CWE-1389: Incorrect Parsing of Numbers with Different Radices CWE