Логотип exploitDog
bind:CVE-2025-8194
Консоль
Логотип exploitDog

exploitDog

bind:CVE-2025-8194

Количество 29

Количество 29

ubuntu логотип

CVE-2025-8194

3 месяца назад

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2025-8194

3 месяца назад

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module:  https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1

CVSS3: 7.5
EPSS: Низкий
nvd логотип

CVE-2025-8194

3 месяца назад

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module:  https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1

CVSS3: 7.5
EPSS: Низкий
debian логотип

CVE-2025-8194

3 месяца назад

There is a defect in the CPython \u201ctarfile\u201d module affecting ...

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03032-1

около 2 месяцев назад

Security update for python

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:02984-1

около 2 месяцев назад

Security update for python311

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:02983-1

около 2 месяцев назад

Security update for python36

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:02982-1

около 2 месяцев назад

Security update for python312

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:02948-1

около 2 месяцев назад

Security update for python310

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:02701-1

2 месяца назад

Security update for python

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:02700-1

2 месяца назад

Security update for python39

EPSS: Низкий
rocky логотип

RLSA-2025:14984

13 дней назад

Moderate: python3.12 security update

EPSS: Низкий
rocky логотип

RLSA-2025:14841

около 1 месяца назад

Moderate: python3.11 security update

EPSS: Низкий
rocky логотип

RLSA-2025:14546

около 1 месяца назад

Moderate: python3.12 security update

EPSS: Низкий
github логотип

GHSA-v594-44hm-2j7p

3 месяца назад

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module: import tarfile def _block_patched(self, count):     if count < 0: # pragma: no cover         raise tarfile.InvalidHeaderError("invalid offset")     return _block_patched._orig_block(self, count) _block_patched._orig_block = tarfile.TarInfo._block tarfile.TarInfo._block = _block_patched

CVSS3: 7.5
EPSS: Низкий
oracle-oval логотип

ELSA-2025-16117

15 дней назад

ELSA-2025-16117: python3 security update (MODERATE)

EPSS: Низкий
oracle-oval логотип

ELSA-2025-15019

около 1 месяца назад

ELSA-2025-15019: python3.9 security update (MODERATE)

EPSS: Низкий
oracle-oval логотип

ELSA-2025-15010

около 1 месяца назад

ELSA-2025-15010: python3.11 security update (MODERATE)

EPSS: Низкий
oracle-oval логотип

ELSA-2025-15007

около 1 месяца назад

ELSA-2025-15007: python3.12 security update (MODERATE)

EPSS: Низкий
oracle-oval логотип

ELSA-2025-14984

около 1 месяца назад

ELSA-2025-14984: python3.12 security update (MODERATE)

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2025-8194

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1

CVSS3: 7.5
0%
Низкий
3 месяца назад
redhat логотип
CVE-2025-8194

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module:  https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1

CVSS3: 7.5
0%
Низкий
3 месяца назад
nvd логотип
CVE-2025-8194

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module:  https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1

CVSS3: 7.5
0%
Низкий
3 месяца назад
debian логотип
CVE-2025-8194

There is a defect in the CPython \u201ctarfile\u201d module affecting ...

CVSS3: 7.5
0%
Низкий
3 месяца назад
suse-cvrf логотип
SUSE-SU-2025:03032-1

Security update for python

0%
Низкий
около 2 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:02984-1

Security update for python311

0%
Низкий
около 2 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:02983-1

Security update for python36

0%
Низкий
около 2 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:02982-1

Security update for python312

0%
Низкий
около 2 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:02948-1

Security update for python310

0%
Низкий
около 2 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:02701-1

Security update for python

0%
Низкий
2 месяца назад
suse-cvrf логотип
SUSE-SU-2025:02700-1

Security update for python39

0%
Низкий
2 месяца назад
rocky логотип
RLSA-2025:14984

Moderate: python3.12 security update

0%
Низкий
13 дней назад
rocky логотип
RLSA-2025:14841

Moderate: python3.11 security update

0%
Низкий
около 1 месяца назад
rocky логотип
RLSA-2025:14546

Moderate: python3.12 security update

0%
Низкий
около 1 месяца назад
github логотип
GHSA-v594-44hm-2j7p

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module: import tarfile def _block_patched(self, count):     if count < 0: # pragma: no cover         raise tarfile.InvalidHeaderError("invalid offset")     return _block_patched._orig_block(self, count) _block_patched._orig_block = tarfile.TarInfo._block tarfile.TarInfo._block = _block_patched

CVSS3: 7.5
0%
Низкий
3 месяца назад
oracle-oval логотип
ELSA-2025-16117

ELSA-2025-16117: python3 security update (MODERATE)

15 дней назад
oracle-oval логотип
ELSA-2025-15019

ELSA-2025-15019: python3.9 security update (MODERATE)

около 1 месяца назад
oracle-oval логотип
ELSA-2025-15010

ELSA-2025-15010: python3.11 security update (MODERATE)

около 1 месяца назад
oracle-oval логотип
ELSA-2025-15007

ELSA-2025-15007: python3.12 security update (MODERATE)

около 1 месяца назад
oracle-oval логотип
ELSA-2025-14984

ELSA-2025-14984: python3.12 security update (MODERATE)

около 1 месяца назад

Уязвимостей на страницу