Lucene search
K

3649 matches found

OSV
OSV
added 2025/10/06 8:15 a.m.2 views

DEBIAN-CVE-2025-59733

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type and size, and that if there are four channels, the first four are "B", "G", "R" and "A". The channel parsing code can be found in decodeheader. The...

8.7CVSS5.9AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/10/06 8:15 a.m.1 views

DEBIAN-CVE-2025-59732

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS5.9AI score0.00021EPSS
Exploits0References1
NVD
NVD
added 2025/10/06 8:15 a.m.2 views

CVE-2025-59732

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS0.00021EPSS
Exploits0References1
OSV
OSV
added 2025/10/06 8:15 a.m.0 views

UBUNTU-CVE-2025-59731

When decoding an OpenEXR file that uses DWAA or DWAB compression, the specified raw length of run-length-encoded data is not checked when using it to calculate the output data. We read rlerawsize from the input file at 0, we decompress and decode into the buffer td-rlerawdata of size rlerawsize a...

6.9CVSS6.5AI score0.00021EPSS
Exploits0References4
OSV
OSV
added 2025/10/06 8:15 a.m.1 views

UBUNTU-CVE-2025-59732

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS6.6AI score0.00021EPSS
Exploits0References4
AlpineLinux
AlpineLinux
added 2025/10/06 8:9 a.m.9 views

CVE-2025-59733

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type and size, and that if there are four channels, the first four are "B", "G", "R" and "A". The channel parsing code can be found in decodeheader. The...

8.7CVSS7.3AI score0.00024EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/10/06 8:9 a.m.4 views

CVE-2025-59733

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type and size, and that if there are four channels, the first four are "B", "G", "R" and "A". The channel parsing code can be found in decodeheader. The...

8.7CVSS5.9AI score0.00024EPSS
Exploits0
EUVD
EUVD
added 2025/10/06 8:9 a.m.1 views

EUVD-2025-32514

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type and size, and that if there are four channels, the first four are "B", "G", "R" and "A". The channel parsing code can be found in decodeheader. The...

8.7CVSS6.7AI score0.00024EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/06 8:9 a.m.4 views

EUVD-2025-32515

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS6.7AI score0.00021EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/10/06 8:9 a.m.4 views

CVE-2025-59732 Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS0.00021EPSS
Exploits0References1
CVE
CVE
added 2025/10/06 8:9 a.m.10 views

CVE-2025-59732

FFmpeg/OpenEXR vulnerability CVE-2025-59732 arises when decoding DWAA/DWAB-compressed images: if height/width are not multiples of 8, copy loops extend beyond the allocated uncompressed_data, because the buffer is sized to exact dimensions while the loop uses the rounded-up 8-aligned size. This c...

8.7CVSS6.8AI score0.00021EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/10/06 8:9 a.m.1 views

CVE-2025-59732 Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS6.8AI score0.00021EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2025/10/06 8:9 a.m.3 views

CVE-2025-59732

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS5.9AI score0.00021EPSS
Exploits0
AlpineLinux
AlpineLinux
added 2025/10/06 8:9 a.m.3 views

CVE-2025-59732

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at 0 and 1 will continue to write until the next multiple of 8. The buffer...

8.7CVSS7.2AI score0.00021EPSS
Exploits0
Cvelist
Cvelist
added 2025/10/06 8:9 a.m.8 views

CVE-2025-59731 Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress

When decoding an OpenEXR file that uses DWAA or DWAB compression, the specified raw length of run-length-encoded data is not checked when using it to calculate the output data. We read rlerawsize from the input file at 0, we decompress and decode into the buffer td-rlerawdata of size rlerawsize a...

6.9CVSS0.00021EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/10/06 8:9 a.m.1 views

CVE-2025-59731 Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress

When decoding an OpenEXR file that uses DWAA or DWAB compression, the specified raw length of run-length-encoded data is not checked when using it to calculate the output data. We read rlerawsize from the input file at 0, we decompress and decode into the buffer td-rlerawdata of size rlerawsize a...

6.9CVSS6.6AI score0.00021EPSS
Exploits0References1
Rockylinux
Rockylinux
added 2025/10/04 12:11 a.m.4 views

ghostscript security update

An update is available for ghostscript. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The Ghostscript suite contains utilities for rendering PostScript and PDF...

9.8CVSS8.2AI score0.00255EPSS
Exploits0
OSV
OSV
added 2025/10/04 12:11 a.m.2 views

RLSA-2025:8197 Moderate: unbound security update

The unbound packages provide a validating, recursive, and caching DNS or DNSSEC resolver. Security Fixes: unbound: Unbounded name compression could lead to Denial of Service CVE-2024-8508 For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other...

5.3CVSS6.5AI score0.00216EPSS
Exploits0References2
OSV
OSV
added 2025/10/04 12:11 a.m.3 views

RLSA-2025:7586 Moderate: ghostscript security update

The Ghostscript suite contains utilities for rendering PostScript and PDF documents. Ghostscript translates PostScript code to common bitmap formats so that the code can be displayed or printed. Security Fixes: Ghostscript: NPDL device: Compression buffer overflow CVE-2025-27832 For more details...

5.5CVSS7.9AI score0.00255EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/04 12:0 a.m.2 views

RockyLinux 9 : ghostscript (RLSA-2025:7586)

The remote RockyLinux 9 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2025:7586 advisory. Ghostscript: NPDL device: Compression buffer overflow CVE-2025-27832 Tenable has extracted the preceding description block directly from the RockyLinux security...

9.8CVSS7.2AI score0.00255EPSS
Exploits0References3
Rows per page
Query Builder