๐Ÿ” CVE Alert

CVE-2026-71250

MEDIUM 4.3

Firefly III: Webhook URL Validation Explicitly Allows Loopback and Is Bypassable via DNS Rebinding

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

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. Additionally, the validator resolves the target hostname once via gethostbyname() at validation time, but the actual outbound request (StandardWebhookSender.php, via Guzzle) re-resolves the hostname independently at send time, allowing a DNS-rebinding attacker to pass validation against a public IP and have the real request delivered to a private or internal address. The webhook response body is only written to a server-side debug log, not returned to the triggering user, so this is a blind SSRF primitive rather than one with direct response read-back.

CWE CWE-918
Vendor firefly-iii
Product firefly-iii
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for firefly-iii firefly-iii

Be the first to know when new medium vulnerabilities affecting firefly-iii firefly-iii are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

firefly-iii / firefly-iii
0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/firefly-iii/firefly-iii

Credits

Bobur Abdugafforov