Описание
Security update for ffmpeg-4
This update for ffmpeg-4 fixes the following issues:
- CVE-2025-59728: allocated space for the appended '/' (bsc#1251137)
Список пакетов
Container containers/open-webui:0
Container containers/vllm-openai:0
Container suse/kiosk/firefox-esr:latest
Container suse/kiosk/xorg-client:latest
Image ai_15_6
SUSE Linux Enterprise Module for Package Hub 15 SP6
SUSE Linux Enterprise Module for Package Hub 15 SP7
SUSE Linux Enterprise Workstation Extension 15 SP6
SUSE Linux Enterprise Workstation Extension 15 SP7
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2025:3715-1
- E-Mail link for SUSE-SU-2025:3715-1
- SUSE Security Ratings
- SUSE Bug 1226308
- SUSE Bug 1251137
- SUSE CVE CVE-2025-59728 page
- SUSE CVE CVE-2025-7700 page
Описание
When calculating the content path in handling of MPEG-DASH manifests, there's an out-of-bounds NUL-byte write one byte past the end of the buffer.When we call xmlNodeGetContent below [0], it returns a buffer precisely allocated to match the string length, using strdup internally. If this buffer is not an empty string, it is assigned to root_url at [1].If the last (non-NUL) byte in this buffer is not '/' then we append '/' in-place at [2]. This will write two bytes into the buffer, starting at the last valid byte in the buffer, writing the NUL byte beyond the end of the allocated buffer. We recommend upgrading to version 8.0 or beyond.
Затронутые продукты
Ссылки
- CVE-2025-59728
- SUSE Bug 1251137
Описание
A flaw was found in FFmpeg's ALS audio decoder, where it does not properly check for memory allocation failures. This can cause the application to crash when processing certain malformed audio files. While it does not lead to data theft or system control, it can be used to disrupt services and cause a denial of service.
Затронутые продукты
Ссылки
- CVE-2025-7700
- SUSE Bug 1246790