๐Ÿ” CVE Alert

CVE-2026-39376

HIGH 7.5

FastFeedParser has an infinite redirect loop DoS via meta-refresh chain

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
12th

FastFeedParser is a high performance RSS, Atom and RDF parser. Prior to 0.5.10, when parse() fetches a URL that returns an HTML page containing a <meta http-equiv="refresh"> tag, it recursively calls itself with the redirect URL โ€” with no depth limit, no visited-URL deduplication, and no redirect count cap. An attacker-controlled server that returns an infinite chain of HTML meta-refresh responses causes unbounded recursion, exhausting the Python call stack and crashing the process. This vulnerability can also be chained with the companion SSRF issue to reach internal network targets after bypassing the initial URL check. This vulnerability is fixed in 0.5.10.

CWE CWE-674
Vendor kagisearch
Product fastfeedparser
Published Apr 7, 2026
Last Updated Apr 8, 2026
Stay Ahead of the Next One

Get instant alerts for kagisearch fastfeedparser

Be the first to know when new high vulnerabilities affecting kagisearch fastfeedparser 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:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

kagisearch / fastfeedparser
< 0.5.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/kagisearch/fastfeedparser/security/advisories/GHSA-4gx2-pc4f-wq37