Lucene search
+L

375 matches found

Positive Technologies
Positive Technologies
added 2024/03/25 12:0 a.m.4 views

PT-2026-32580

Name of the Vulnerable Software and Affected Versions Pillow versions 10.3.0 through 12.1.1 Description Lack of limits on the amount of GZIP-compressed data read when decoding a FITS image allows for decompression bomb attacks. A specially crafted FITS file can cause unbounded memory consumption,...

8.7CVSS5.8AI score0.00671EPSS
SaveExploits2References94
Veracode
Veracode
added 2024/02/19 7:58 a.m.9 views

Decompression Bomb

scrapy is vulnerable to Decompression Bomb. The vulnerability is caused due to not enforcing validating the maximum size of decompressed data and applying the check only on compressed one. The existing checks only applied to settings DOWNLOADMAXSIZE and DOWNLOADWARNSIZE which only exist on...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/02/16 4:7 p.m.31 views

Scrapy decompression bomb vulnerability

Impact Scrapy limits allowed response sizes by default through the DOWNLOADMAXSIZE and DOWNLOADWARNSIZE settings. However, those limits were only being enforced during the download of the raw, usually-compressed response bodies, and not during decompression, making Scrapy vulnerable to...

7.5CVSS7.1AI score0.00807EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2024/02/16 4:7 p.m.5 views

GHSA-7J7M-V7M3-JQM7 Scrapy decompression bomb vulnerability

Impact Scrapy limits allowed response sizes by default through the DOWNLOADMAXSIZE and DOWNLOADWARNSIZE settings. However, those limits were only being enforced during the download of the raw, usually-compressed response bodies, and not during decompression, making Scrapy vulnerable to...

7.5CVSS7.1AI score0.00807EPSS
SaveExploits1References7
OSV
OSV
added 2023/03/22 9:23 p.m.41 views

GHSA-5MQJ-XC49-246P crewjam/saml vulnerable to Denial Of Service Via Deflate Decompression Bomb

Our use of flate.NewReader does not limit the size of the input. The user could pass more than 1 MB of data in the HTTP request to the processing functions, which will be decompressed server-side using the Deflate algorithm. Therefore, after repeating the same request multiple times, it is possib...

7.5CVSS6AI score0.00957EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/03/22 9:23 p.m.48 views

crewjam/saml vulnerable to Denial Of Service Via Deflate Decompression Bomb

Our use of flate.NewReader does not limit the size of the input. The user could pass more than 1 MB of data in the HTTP request to the processing functions, which will be decompressed server-side using the Deflate algorithm. Therefore, after repeating the same request multiple times, it is possib...

7.5CVSS7.2AI score0.00957EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2023/03/22 7:51 p.m.43 views

CVE-2023-28119 crewjam/saml vulnerable to Denial Of Service Via Deflate Decompression Bomb

The crewjam/saml go library contains a partial implementation of the SAML standard in golang. Prior to version 0.4.13, the package's use of flate.NewReader does not limit the size of the input. The user can pass more than 1 MB of data in the HTTP request to the processing functions, which will be...

7.5CVSS7.3AI score0.00957EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2023/03/22 7:51 p.m.62 views

CVE-2023-28119

Removed by vendor...

7.5CVSS6.6AI score0.00957EPSS
SaveExploits0
OSV
OSV
added 2023/03/03 5:17 p.m.57 views

GO-2023-1602 Denial of service via deflate decompression bomb in github.com/russellhaering/gosaml2

A bug in SAML authentication library can result in Denial of Service attacks. Attackers can craft a "deflate"-compressed request which will consume significantly more memory during processing than the size of the original request. This may eventually lead to memory exhaustion and the process bein...

5.3CVSS5.2AI score0.00964EPSS
SaveExploits0References3
OSV
OSV
added 2023/03/02 11:12 p.m.17 views

GHSA-6GC3-CRP7-25W5 gosaml2 vulnerable to Denial Of Service Via Deflate Decompression Bomb

Impact SAML Service Providers using this library for SAML authentication support are likely susceptible to Denial of Service attacks. A bug in this library enables attackers to craft a deflate-compressed request which will consume significantly more memory during processing than the size of the...

5.3CVSS5.1AI score0.00964EPSS
SaveExploits0References6
OSV
OSV
added 2023/02/16 7:15 p.m.2 views

DEBIAN-CVE-2023-0475

HashiCorp go-getter up to 1.6.2 and 2.1.1 is vulnerable to decompression bombs. Fixed in 1.7.0 and 2.2.0...

6.5CVSS5.8AI score0.00454EPSS
SaveExploits0References1
Prion
Prion
added 2023/02/16 7:15 p.m.24 views

Design/Logic Flaw

HashiCorp go-getter up to 1.6.2 and 2.1.1 is vulnerable to decompression bombs. Fixed in 1.7.0 and 2.2.0...

4.3CVSS6.4AI score0.00454EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2023/02/16 7:15 p.m.7 views

UBUNTU-CVE-2023-0475

HashiCorp go-getter up to 1.6.2 and 2.1.1 is vulnerable to decompression bombs. Fixed in 1.7.0 and 2.2.0...

6.5CVSS7.1AI score0.00454EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/02/15 6:18 a.m.3 views

SUSE CVE-2005-1260

bzip2 allows remote attackers to cause a denial of service hard drive consumption via a crafted bzip2 file that causes an infinite loop a.k.a "decompression bomb"...

5CVSS6.8AI score0.06152EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2022/11/14 12:0 a.m.71 views

CVE-2022-45198

Pillow before 9.2.0 performs Improper Handling of Highly Compressed GIF Data Data Amplification...

7.5CVSS6.8AI score0.01184EPSS
SaveExploits0References4
OSV
OSV
added 2022/05/26 12:1 a.m.10 views

GHSA-HR8G-F6R6-MR22 Buffer over-flow in Pillow

When reading a TGA file with RLE packets that cross scan lines, Pillow reads the information past the end of the first line without deducting that from the length of the remaining file data. This vulnerability was introduced in Pillow 9.1.0, and can cause a heap buffer overflow. Opening an image...

8.7CVSS6.7AI score0.01964EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/05/26 12:1 a.m.49 views

Buffer over-flow in Pillow

When reading a TGA file with RLE packets that cross scan lines, Pillow reads the information past the end of the first line without deducting that from the length of the remaining file data. This vulnerability was introduced in Pillow 9.1.0, and can cause a heap buffer overflow. Opening an image...

9.8CVSS8.9AI score0.01964EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2020/07/27 8:26 p.m.14 views

SUSE-SU-2020:2057-1 Security update for python-Pillow

This update for python-Pillow fixes the following issues: - Add 0019-FLI-overflow-error-fix-and-testcase.patch Fixes CVE-2016-0775, bsc965582 - Add 0020-Fix-OOB-reads-in-FLI-decoding.patch Fixes CVE-2020-10177, bsc1173413 - Add 0021-Fix-bounds-overflow-in-JPEG-2000-decoding.patch Fixes...

9.8CVSS6.7AI score0.0369EPSS
SaveExploits0References17
n0where
n0where
added 2016/11/12 11:26 p.m.22 views

Decompression Bomb Testing

Decompression Bomb Testing A decompression bomb is a file designed to crash or render useless the program or system reading it, i.e. a denial of service. The files in this project can be used to test whether an application is vulnerable to this type of attack. A zip bomb, also known as a zip of...

7.4AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2014/06/13 12:0 a.m.47 views

openSUSE Security Update : python (openSUSE-SU-2014:0380-1)

Python was updated to 2.7.6 to fix bugs and security issues : - bugfix-only release - SSL-related fixes - upstream fix for CVE-2013-4238 - upstream fixes for CVE-2013-1752 - added patches for CVE-2013-1752 bnc856836 issues that are missing in 2.7.6: python-2.7.6-imaplib.patch...

7.5CVSS7.4AI score0.23047EPSS
SaveExploits8References11
Rows per page
Query Builder