CVE-2025-48379 - log back

CVE-2025-48379 edited at 01 Jul 2025 15:10:43
Severity
- Unknown
+ High
Remote
- Unknown
+ Local
Type
- Unknown
+ Arbitrary code execution
Description
+ There is a heap buffer overflow when writing a sufficiently large (>64k encoded with default settings) image in the DDS format due to writing into a buffer without checking for available space.
+
+ This only affects users who save untrusted data as a compressed DDS image.
+
+ Unclear how large the potential write could be. It is likely limited by process segfault, so it's not necessarily deterministic. It may be practically unbounded.
+ Unclear if there's a restriction on the bytes that could be emitted. It's likely that the only restriction is that the bytes would be emitted in chunks of 8 or 16.
+ This was introduced in Pillow 11.2.0 when the feature was added.
References
+ https://github.com/python-pillow/Pillow/security/advisories/GHSA-xg8h-j46f-w952
Notes
+ note this affects DDS image handling. May be worth marking as remote since pillow can be used to process images from the network (e.g., as is the case of kodi)
CVE-2025-48379 created at 01 Jul 2025 15:08:11