AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71250

MEDIUM · CVSS 4.3 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects Firefly III's webhook URL validator, which improperly handles requests to loopback addresses (127.0.0.0/8) and allows authenticated users to configure webhooks that can target internal services. Additionally, the validator's reliance on DNS resolution can be exploited by attackers using DNS rebinding techniques, enabling them to bypass validation and send requests to private IP addresses. Organizations using Firefly III, especially those with webhooks enabled, should prioritize addressing this vulnerability to mitigate potential server-side request forgery (SSRF) risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71250
Severity
MEDIUM
CVSS
4.3
EPSS
0.22%

Original NVD Description

Firefly III's webhook URL validator (IsValidWebhookUrl.php) filters most private/reserved IPv4 ranges but contains an explicit early-return that allows any resolved address in 127.0.0.0/8, permitting an authenticated user (with webhooks enabled, which is off by default) to configure a webhook targeting loopback services on the server.