Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 38

Количество 38

ubuntu логотип

CVE-2025-8194

около 1 года назад

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

около 1 года назад

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

около 1 года назад

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: Низкий
msrc логотип

CVE-2025-8194

5 месяцев назад

Tarfile infinite loop during parsing with negative member offset

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

CVE-2025-8194

около 1 года назад

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

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

SUSE-SU-2025:03032-1

11 месяцев назад

Security update for python

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

SUSE-SU-2025:02984-1

11 месяцев назад

Security update for python311

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

SUSE-SU-2025:02983-1

11 месяцев назад

Security update for python36

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

SUSE-SU-2025:02982-1

11 месяцев назад

Security update for python312

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

SUSE-SU-2025:02948-1

12 месяцев назад

Security update for python310

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

SUSE-SU-2025:02701-1

12 месяцев назад

Security update for python

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

SUSE-SU-2025:02700-1

12 месяцев назад

Security update for python39

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

RLSA-2025:15019

10 месяцев назад

Moderate: python3.9 security update

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

RLSA-2025:15010

10 месяцев назад

Moderate: python3.11 security update

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

RLSA-2025:15007

10 месяцев назад

Moderate: python3.12 security update

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

RLSA-2025:14984

10 месяцев назад

Moderate: python3.12 security update

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

RLSA-2025:14841

11 месяцев назад

Moderate: python3.11 security update

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

RLSA-2025:14560

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

Moderate: python3 security update

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

RLSA-2025:14546

11 месяцев назад

Moderate: python3.12 security update

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

GHSA-v594-44hm-2j7p

около 1 года назад

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: Низкий

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

Уязвимость
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
1%
Низкий
около 1 года назад
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
1%
Низкий
около 1 года назад
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
1%
Низкий
около 1 года назад
msrc логотип
CVE-2025-8194

Tarfile infinite loop during parsing with negative member offset

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

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

CVSS3: 7.5
1%
Низкий
около 1 года назад
suse-cvrf логотип
SUSE-SU-2025:03032-1

Security update for python

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

Security update for python311

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

Security update for python36

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

Security update for python312

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

Security update for python310

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

Security update for python

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

Security update for python39

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

Moderate: python3.9 security update

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

Moderate: python3.11 security update

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

Moderate: python3.12 security update

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

Moderate: python3.12 security update

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

Moderate: python3.11 security update

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

Moderate: python3 security update

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

Moderate: python3.12 security update

1%
Низкий
11 месяцев назад
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
1%
Низкий
около 1 года назад

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

exploitDog - Комплексное решение для обнаружения, оценки и устранения уязвимостей.