Intel

AIKIDO-2025-10526

synapse is vulnerable to Infinite Loop

Infinite LoopCVE-2025-8194 Published Aug 3, 2025

75

High Risk

This Affects:

PYTHONsynapse
2.0.0 - 2.217.0
Fixed in 2.218.0
Are you affected? Scan for Free

TL;DR

A defect in the CPython tarfile module affects the TarFile extraction and entry enumeration APIs. Specifically, the implementation fails to properly handle tar archives containing entries with negative offsets, allowing maliciously crafted archives to trigger an infinite loop and cause the application to hang or deadlock during parsing. This behavior can lead to denial of service in affected systems. The patched version resolves the issue by introducing safeguards that detect and prevent processing of such invalid tar entries.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

synapse is vulnerable to Infinite Loop in versions 2.0.0 - 2.217.0.

How to fix this

Upgrade the synapse library to the patch version.

Links

Fix Commits