suse-su-2025:1128-1
Vulnerability from csaf_suse
Published
2025-04-03 11:54
Modified
2025-04-03 11:54
Summary
Security update for ffmpeg-4
Notes
Title of the patch
Security update for ffmpeg-4
Description of the patch
This update for ffmpeg-4 fixes the following issues:
- CVE-2020-22037: Fixed unchecked return value of the init_vlc function (bsc#1186756)
- CVE-2024-12361: Fixed null pointer dereference (bsc#1237358)
- CVE-2024-35368: Fixed double free via the rkmpp_retrieve_frame function within libavcodec/rkmppdec.c (bsc#1234028)
- CVE-2024-36613: Fixed integer overflow in the DXA demuxer of the libavformat library (bsc#1235092)
- CVE-2025-0518: Fixed memory leak due to unchecked sscanf return value (bsc#1236007)
- CVE-2025-22919: Fixed denial of service (DoS) via opening a crafted AAC file (bsc#1237371)
- CVE-2025-22921: Fixed segmentation violation in NULL pointer dereference via the component /libavcodec/jpeg2000dec.c (bsc#1237382)
- CVE-2025-25473: Fixed memory leak in avformat_free_context() (bsc#1237351)
Other fixes:
- Build with SVT-AV1 3.0.0.
- Update to release 4.4.5:
* Adjust bconds to build the package in SLFO without xvidcore.
* Add 0001-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch (bsc#1229338)
* Add ffmpeg-c99.patch so that the package conforms to the C99 standard and builds on i586 with GCC 14.
* No longer build against libmfx; build against libvpl (bsc#1230983, bsc#1219494)
* Drop libmfx dependency from our product (jira #PED-10024)
* Update patch to build with glslang 14
* Disable vmaf integration as ffmpeg-4 cannot handle vmaf>=3
* Copy codec list from ffmpeg-6
* Resolve build failure with binutils >= 2.41. (bsc#1215945)
- Update to version 4.4.4:
* avcodec/012v: Order operations for odd size handling
* avcodec/alsdec: The minimal block is at least 7 bits
* avcodec/bink:
- Avoid undefined out of array end pointers in
binkb_decode_plane()
- Fix off by 1 error in ref end
* avcodec/eac3dec: avoid float noise in fixed mode addition to
overflow
* avcodec/eatgq: : Check index increments in tgq_decode_block()
* avcodec/escape124:
- Fix signdness of end of input check
- Fix some return codes
* avcodec/ffv1dec:
- Check that num h/v slices is supported
- Fail earlier if prior context is corrupted
- Restructure slice coordinate reading a bit
* avcodec/mjpegenc: take into account component count when
writing the SOF header size
* avcodec/mlpdec: Check max matrix instead of max channel in
noise check
* avcodec/motionpixels: Mask pixels to valid values
* avcodec/mpeg12dec: Check input size
* avcodec/nvenc:
- Fix b-frame DTS behavior with fractional framerates
- Fix vbv buffer size in cq mode
* avcodec/pictordec: Remove mid exit branch
* avcodec/pngdec: Check deloco index more exactly
* avcodec/rpzaenc: stop accessing out of bounds frame
* avcodec/scpr3: Check bx
* avcodec/scpr: Test bx before use
* avcodec/snowenc: Fix visual weight calculation
* avcodec/speedhq: Check buf_size to be big enough for DC
* avcodec/sunrast: Fix maplength check
* avcodec/tests/snowenc:
- Fix 2nd test
- Return a failure if DWT/IDWT mismatches
- Unbreak DWT tests
* avcodec/tiff: Ignore tile_count
* avcodec/utils:
- Allocate a line more for VC1 and WMV3
- Ensure linesize for SVQ3
- Use 32pixel alignment for bink
* avcodec/videodsp_template: Adjust pointers to avoid undefined
pointer things
* avcodec/vp3: Add missing check for av_malloc
* avcodec/wavpack:
- Avoid undefined shift in get_tail()
- Check for end of input in wv_unpack_dsd_high()
* avcodec/xpmdec: Check size before allocation to avoid
truncation
* avfilter/vf_untile: swap the chroma shift values used for plane
offsets
* avformat/id3v2: Check taglen in read_uslt()
* avformat/mov: Check samplesize and offset to avoid integer
overflow
* avformat/mxfdec: Use 64bit in remainder
* avformat/nutdec: Add check for avformat_new_stream
* avformat/replaygain: avoid undefined / negative abs
* swscale/input: Use more unsigned intermediates
* swscale/output: Bias 16bps output calculations to improve non
overflowing range
* swscale: aarch64: Fix yuv2rgb with negative stride
* Use https for repository links
- Update to version 4.4.3:
* Stable bug fix release, mainly codecs, filter and format fixes.
- Add patch to detect SDL2 >= 2.1.0 (bsc#1202848):
- Update to version 4.4.2:
* Stable bug fix release, mainly codecs, filter and format fixes.
- Add conflicts for ffmpeg-5's tools
- Enable Vulkan filters
- Fix OS version check, so nvcodec is enabled for Leap too.
- Disamble libsmbclient usage (can always be built with
--with-smbclient): the usecase of ffmpeg directly accessing
smb:// shares is quite constructed (most users will have their
smb shares mounted).
- Update to version 4.4.1:
* Stable bug fix release, mainly codecs and format fixes.
Patchnames
SUSE-2025-1128,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1128,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1128,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1128,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1128
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for ffmpeg-4", "title": "Title of the patch" }, { "category": "description", "text": "This update for ffmpeg-4 fixes the following issues: \n \n \n- CVE-2020-22037: Fixed unchecked return value of the init_vlc function (bsc#1186756) \n- CVE-2024-12361: Fixed null pointer dereference (bsc#1237358) \n- CVE-2024-35368: Fixed double free via the rkmpp_retrieve_frame function within libavcodec/rkmppdec.c (bsc#1234028) \n- CVE-2024-36613: Fixed integer overflow in the DXA demuxer of the libavformat library (bsc#1235092) \n- CVE-2025-0518: Fixed memory leak due to unchecked sscanf return value (bsc#1236007) \n- CVE-2025-22919: Fixed denial of service (DoS) via opening a crafted AAC file (bsc#1237371) \n- CVE-2025-22921: Fixed segmentation violation in NULL pointer dereference via the component /libavcodec/jpeg2000dec.c (bsc#1237382) \n- CVE-2025-25473: Fixed memory leak in avformat_free_context() (bsc#1237351) \n \nOther fixes: \n \n- Build with SVT-AV1 3.0.0. \n \n- Update to release 4.4.5: \n* Adjust bconds to build the package in SLFO without xvidcore. \n* Add 0001-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch (bsc#1229338) \n* Add ffmpeg-c99.patch so that the package conforms to the C99 standard and builds on i586 with GCC 14. \n* No longer build against libmfx; build against libvpl (bsc#1230983, bsc#1219494) \n* Drop libmfx dependency from our product (jira #PED-10024) \n* Update patch to build with glslang 14 \n* Disable vmaf integration as ffmpeg-4 cannot handle vmaf\u003e=3 \n* Copy codec list from ffmpeg-6 \n* Resolve build failure with binutils \u003e= 2.41. (bsc#1215945)\n\n- Update to version 4.4.4: \n * avcodec/012v: Order operations for odd size handling \n * avcodec/alsdec: The minimal block is at least 7 bits \n * avcodec/bink: \n - Avoid undefined out of array end pointers in \n binkb_decode_plane() \n - Fix off by 1 error in ref end \n * avcodec/eac3dec: avoid float noise in fixed mode addition to \n overflow \n * avcodec/eatgq: : Check index increments in tgq_decode_block() \n * avcodec/escape124: \n - Fix signdness of end of input check \n - Fix some return codes \n * avcodec/ffv1dec: \n - Check that num h/v slices is supported \n - Fail earlier if prior context is corrupted \n - Restructure slice coordinate reading a bit \n * avcodec/mjpegenc: take into account component count when \n writing the SOF header size \n * avcodec/mlpdec: Check max matrix instead of max channel in \n noise check \n * avcodec/motionpixels: Mask pixels to valid values \n * avcodec/mpeg12dec: Check input size \n * avcodec/nvenc: \n - Fix b-frame DTS behavior with fractional framerates \n - Fix vbv buffer size in cq mode \n * avcodec/pictordec: Remove mid exit branch \n * avcodec/pngdec: Check deloco index more exactly \n * avcodec/rpzaenc: stop accessing out of bounds frame \n * avcodec/scpr3: Check bx \n * avcodec/scpr: Test bx before use \n * avcodec/snowenc: Fix visual weight calculation \n * avcodec/speedhq: Check buf_size to be big enough for DC \n * avcodec/sunrast: Fix maplength check \n * avcodec/tests/snowenc: \n - Fix 2nd test \n - Return a failure if DWT/IDWT mismatches \n - Unbreak DWT tests \n * avcodec/tiff: Ignore tile_count \n * avcodec/utils: \n - Allocate a line more for VC1 and WMV3 \n - Ensure linesize for SVQ3 \n - Use 32pixel alignment for bink \n * avcodec/videodsp_template: Adjust pointers to avoid undefined \n pointer things \n * avcodec/vp3: Add missing check for av_malloc \n * avcodec/wavpack: \n - Avoid undefined shift in get_tail() \n - Check for end of input in wv_unpack_dsd_high() \n * avcodec/xpmdec: Check size before allocation to avoid \n truncation \n * avfilter/vf_untile: swap the chroma shift values used for plane \n offsets \n * avformat/id3v2: Check taglen in read_uslt() \n * avformat/mov: Check samplesize and offset to avoid integer \n overflow \n * avformat/mxfdec: Use 64bit in remainder \n * avformat/nutdec: Add check for avformat_new_stream \n * avformat/replaygain: avoid undefined / negative abs \n * swscale/input: Use more unsigned intermediates \n * swscale/output: Bias 16bps output calculations to improve non \n overflowing range \n * swscale: aarch64: Fix yuv2rgb with negative stride \n * Use https for repository links \n \n- Update to version 4.4.3: \n * Stable bug fix release, mainly codecs, filter and format fixes. \n\n- Add patch to detect SDL2 \u003e= 2.1.0 (bsc#1202848): \n\n- Update to version 4.4.2: \n * Stable bug fix release, mainly codecs, filter and format fixes. \n\n- Add conflicts for ffmpeg-5\u0027s tools \n- Enable Vulkan filters \n- Fix OS version check, so nvcodec is enabled for Leap too. \n- Disamble libsmbclient usage (can always be built with \n --with-smbclient): the usecase of ffmpeg directly accessing \n smb:// shares is quite constructed (most users will have their \n smb shares mounted). \n\n- Update to version 4.4.1: \n * Stable bug fix release, mainly codecs and format fixes. \n\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1128,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1128,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1128,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1128,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1128", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1128-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:1128-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251128-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:1128-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-April/038897.html" }, { "category": "self", "summary": "SUSE Bug 1186756", "url": "https://bugzilla.suse.com/1186756" }, { "category": "self", "summary": "SUSE Bug 1202848", "url": "https://bugzilla.suse.com/1202848" }, { "category": "self", "summary": "SUSE Bug 1215945", "url": "https://bugzilla.suse.com/1215945" }, { "category": "self", "summary": "SUSE Bug 1219494", "url": "https://bugzilla.suse.com/1219494" }, { "category": "self", "summary": "SUSE Bug 1229338", "url": "https://bugzilla.suse.com/1229338" }, { "category": "self", "summary": "SUSE Bug 1230983", "url": "https://bugzilla.suse.com/1230983" }, { "category": "self", "summary": "SUSE Bug 1234028", "url": "https://bugzilla.suse.com/1234028" }, { "category": "self", "summary": "SUSE Bug 1235092", "url": "https://bugzilla.suse.com/1235092" }, { "category": "self", "summary": "SUSE Bug 1236007", "url": "https://bugzilla.suse.com/1236007" }, { "category": "self", "summary": "SUSE Bug 1237351", "url": "https://bugzilla.suse.com/1237351" }, { "category": "self", "summary": "SUSE Bug 1237358", "url": "https://bugzilla.suse.com/1237358" }, { "category": "self", "summary": "SUSE Bug 1237371", "url": "https://bugzilla.suse.com/1237371" }, { "category": "self", "summary": "SUSE Bug 1237382", "url": "https://bugzilla.suse.com/1237382" }, { "category": "self", "summary": "SUSE CVE CVE-2020-22037 page", "url": "https://www.suse.com/security/cve/CVE-2020-22037/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-12361 page", "url": "https://www.suse.com/security/cve/CVE-2024-12361/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-35368 page", "url": "https://www.suse.com/security/cve/CVE-2024-35368/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-36613 page", "url": "https://www.suse.com/security/cve/CVE-2024-36613/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0518 page", "url": "https://www.suse.com/security/cve/CVE-2025-0518/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-22919 page", "url": "https://www.suse.com/security/cve/CVE-2025-22919/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-22921 page", "url": "https://www.suse.com/security/cve/CVE-2025-22921/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-25473 page", "url": "https://www.suse.com/security/cve/CVE-2025-25473/" } ], "title": "Security update for ffmpeg-4", "tracking": { "current_release_date": "2025-04-03T11:54:05Z", "generator": { "date": "2025-04-03T11:54:05Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:1128-1", "initial_release_date": "2025-04-03T11:54:05Z", "revision_history": [ { "date": "2025-04-03T11:54:05Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ffmpeg-4-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.aarch64", "product": { "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.aarch64", "product_id": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "product_id": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libavdevice58_13-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libavdevice58_13-4.4.5-150400.3.46.1.aarch64", "product_id": "libavdevice58_13-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libavfilter7_110-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libavfilter7_110-4.4.5-150400.3.46.1.aarch64", "product_id": "libavfilter7_110-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libavformat58_76-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libavformat58_76-4.4.5-150400.3.46.1.aarch64", "product_id": "libavformat58_76-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libavresample4_0-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libavresample4_0-4.4.5-150400.3.46.1.aarch64", "product_id": "libavresample4_0-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libavutil56_70-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libavutil56_70-4.4.5-150400.3.46.1.aarch64", "product_id": "libavutil56_70-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "product_id": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libswresample3_9-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libswresample3_9-4.4.5-150400.3.46.1.aarch64", "product_id": "libswresample3_9-4.4.5-150400.3.46.1.aarch64" } }, { "category": "product_version", "name": "libswscale5_9-4.4.5-150400.3.46.1.aarch64", "product": { "name": "libswscale5_9-4.4.5-150400.3.46.1.aarch64", "product_id": "libswscale5_9-4.4.5-150400.3.46.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libavcodec58_134-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libavcodec58_134-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libavcodec58_134-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libavdevice58_13-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libavdevice58_13-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libavdevice58_13-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libavfilter7_110-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libavfilter7_110-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libavfilter7_110-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libavformat58_76-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libavformat58_76-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libavformat58_76-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libavresample4_0-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libavresample4_0-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libavresample4_0-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libavutil56_70-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libavutil56_70-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libavutil56_70-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpostproc55_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libpostproc55_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libpostproc55_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libswresample3_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libswresample3_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libswresample3_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libswscale5_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product": { "name": "libswscale5_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32", "product_id": "libswscale5_9-64bit-4.4.5-150400.3.46.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "ffmpeg-4-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.i586", "product": { "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.i586", "product_id": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libavcodec58_134-4.4.5-150400.3.46.1.i586", "product": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.i586", "product_id": "libavcodec58_134-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libavdevice58_13-4.4.5-150400.3.46.1.i586", "product": { "name": "libavdevice58_13-4.4.5-150400.3.46.1.i586", "product_id": "libavdevice58_13-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libavfilter7_110-4.4.5-150400.3.46.1.i586", "product": { "name": "libavfilter7_110-4.4.5-150400.3.46.1.i586", "product_id": "libavfilter7_110-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libavformat58_76-4.4.5-150400.3.46.1.i586", "product": { "name": "libavformat58_76-4.4.5-150400.3.46.1.i586", "product_id": "libavformat58_76-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libavresample4_0-4.4.5-150400.3.46.1.i586", "product": { "name": "libavresample4_0-4.4.5-150400.3.46.1.i586", "product_id": "libavresample4_0-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libavutil56_70-4.4.5-150400.3.46.1.i586", "product": { "name": "libavutil56_70-4.4.5-150400.3.46.1.i586", "product_id": "libavutil56_70-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libpostproc55_9-4.4.5-150400.3.46.1.i586", "product": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.i586", "product_id": "libpostproc55_9-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libswresample3_9-4.4.5-150400.3.46.1.i586", "product": { "name": "libswresample3_9-4.4.5-150400.3.46.1.i586", "product_id": "libswresample3_9-4.4.5-150400.3.46.1.i586" } }, { "category": "product_version", "name": "libswscale5_9-4.4.5-150400.3.46.1.i586", "product": { "name": "libswscale5_9-4.4.5-150400.3.46.1.i586", "product_id": "libswscale5_9-4.4.5-150400.3.46.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "ffmpeg-4-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.ppc64le", "product_id": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "product_id": "libavcodec58_134-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libavdevice58_13-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libavdevice58_13-4.4.5-150400.3.46.1.ppc64le", "product_id": "libavdevice58_13-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libavfilter7_110-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libavfilter7_110-4.4.5-150400.3.46.1.ppc64le", "product_id": "libavfilter7_110-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "product_id": "libavformat58_76-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libavresample4_0-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libavresample4_0-4.4.5-150400.3.46.1.ppc64le", "product_id": "libavresample4_0-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "product_id": "libavutil56_70-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "product_id": "libpostproc55_9-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "product_id": "libswresample3_9-4.4.5-150400.3.46.1.ppc64le" } }, { "category": "product_version", "name": "libswscale5_9-4.4.5-150400.3.46.1.ppc64le", "product": { "name": "libswscale5_9-4.4.5-150400.3.46.1.ppc64le", "product_id": "libswscale5_9-4.4.5-150400.3.46.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ffmpeg-4-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.s390x", "product": { "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.s390x", "product_id": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libavcodec58_134-4.4.5-150400.3.46.1.s390x", "product": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.s390x", "product_id": "libavcodec58_134-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libavdevice58_13-4.4.5-150400.3.46.1.s390x", "product": { "name": "libavdevice58_13-4.4.5-150400.3.46.1.s390x", "product_id": "libavdevice58_13-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libavfilter7_110-4.4.5-150400.3.46.1.s390x", "product": { "name": "libavfilter7_110-4.4.5-150400.3.46.1.s390x", "product_id": "libavfilter7_110-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libavformat58_76-4.4.5-150400.3.46.1.s390x", "product": { "name": "libavformat58_76-4.4.5-150400.3.46.1.s390x", "product_id": "libavformat58_76-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libavresample4_0-4.4.5-150400.3.46.1.s390x", "product": { "name": "libavresample4_0-4.4.5-150400.3.46.1.s390x", "product_id": "libavresample4_0-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libavutil56_70-4.4.5-150400.3.46.1.s390x", "product": { "name": "libavutil56_70-4.4.5-150400.3.46.1.s390x", "product_id": "libavutil56_70-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libpostproc55_9-4.4.5-150400.3.46.1.s390x", "product": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.s390x", "product_id": "libpostproc55_9-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libswresample3_9-4.4.5-150400.3.46.1.s390x", "product": { "name": "libswresample3_9-4.4.5-150400.3.46.1.s390x", "product_id": "libswresample3_9-4.4.5-150400.3.46.1.s390x" } }, { "category": "product_version", "name": "libswscale5_9-4.4.5-150400.3.46.1.s390x", "product": { "name": "libswscale5_9-4.4.5-150400.3.46.1.s390x", "product_id": "libswscale5_9-4.4.5-150400.3.46.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ffmpeg-4-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libavcodec-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libavdevice-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libavfilter-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libavformat-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libavresample-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libavutil-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libpostproc-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libswresample-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-libswscale-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.x86_64", "product": { "name": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.x86_64", "product_id": "ffmpeg-4-private-devel-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "product_id": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavcodec58_134-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavcodec58_134-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libavcodec58_134-32bit-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavdevice58_13-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavdevice58_13-4.4.5-150400.3.46.1.x86_64", "product_id": "libavdevice58_13-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavdevice58_13-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavdevice58_13-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libavdevice58_13-32bit-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavfilter7_110-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavfilter7_110-4.4.5-150400.3.46.1.x86_64", "product_id": "libavfilter7_110-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavfilter7_110-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavfilter7_110-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libavfilter7_110-32bit-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavformat58_76-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavformat58_76-4.4.5-150400.3.46.1.x86_64", "product_id": "libavformat58_76-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavformat58_76-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavformat58_76-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libavformat58_76-32bit-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavresample4_0-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavresample4_0-4.4.5-150400.3.46.1.x86_64", "product_id": "libavresample4_0-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavresample4_0-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavresample4_0-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libavresample4_0-32bit-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavutil56_70-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavutil56_70-4.4.5-150400.3.46.1.x86_64", "product_id": "libavutil56_70-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libavutil56_70-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libavutil56_70-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libavutil56_70-32bit-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "product_id": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libpostproc55_9-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libpostproc55_9-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libpostproc55_9-32bit-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libswresample3_9-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libswresample3_9-4.4.5-150400.3.46.1.x86_64", "product_id": "libswresample3_9-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libswresample3_9-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libswresample3_9-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libswresample3_9-32bit-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libswscale5_9-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libswscale5_9-4.4.5-150400.3.46.1.x86_64", "product_id": "libswscale5_9-4.4.5-150400.3.46.1.x86_64" } }, { "category": "product_version", "name": "libswscale5_9-32bit-4.4.5-150400.3.46.1.x86_64", "product": { "name": "libswscale5_9-32bit-4.4.5-150400.3.46.1.x86_64", "product_id": "libswscale5_9-32bit-4.4.5-150400.3.46.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libavformat58_76-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavformat58_76-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libavutil56_70-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libavutil56_70-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libswresample3_9-4.4.5-150400.3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" }, "product_reference": "libswresample3_9-4.4.5-150400.3.46.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-22037", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-22037" } ], "notes": [ { "category": "general", "text": "A Denial of Service vulnerability exists in FFmpeg 4.2 due to a memory leak in avcodec_alloc_context3 at options.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-22037", "url": "https://www.suse.com/security/cve/CVE-2020-22037" }, { "category": "external", "summary": "SUSE Bug 1186756 for CVE-2020-22037", "url": "https://bugzilla.suse.com/1186756" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-03T11:54:05Z", "details": "moderate" } ], "title": "CVE-2020-22037" }, { "cve": "CVE-2024-12361", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-12361" } ], "notes": [ { "category": "general", "text": "unknown", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-12361", "url": "https://www.suse.com/security/cve/CVE-2024-12361" }, { "category": "external", "summary": "SUSE Bug 1237358 for CVE-2024-12361", "url": "https://bugzilla.suse.com/1237358" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-03T11:54:05Z", "details": "moderate" } ], "title": "CVE-2024-12361" }, { "cve": "CVE-2024-35368", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-35368" } ], "notes": [ { "category": "general", "text": "FFmpeg n7.0 is affected by a Double Free via the rkmpp_retrieve_frame function within libavcodec/rkmppdec.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-35368", "url": "https://www.suse.com/security/cve/CVE-2024-35368" }, { "category": "external", "summary": "SUSE Bug 1234028 for CVE-2024-35368", "url": "https://bugzilla.suse.com/1234028" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-03T11:54:05Z", "details": "moderate" } ], "title": "CVE-2024-35368" }, { "cve": "CVE-2024-36613", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-36613" } ], "notes": [ { "category": "general", "text": "FFmpeg n6.1.1 has a vulnerability in the DXA demuxer of the libavformat library allowing for an integer overflow, potentially resulting in a denial-of-service (DoS) condition or other undefined behavior.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-36613", "url": "https://www.suse.com/security/cve/CVE-2024-36613" }, { "category": "external", "summary": "SUSE Bug 1235092 for CVE-2024-36613", "url": "https://bugzilla.suse.com/1235092" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.9, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-03T11:54:05Z", "details": "moderate" } ], "title": "CVE-2024-36613" }, { "cve": "CVE-2025-0518", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0518" } ], "notes": [ { "category": "general", "text": "Unchecked Return Value, Out-of-bounds Read vulnerability in FFmpeg allows Read Sensitive Constants Within an Executable. This vulnerability is associated with program files https://github.Com/FFmpeg/FFmpeg/blob/master/libavfilter/af_pan.C .\n\nThis issue affects FFmpeg: 7.1.\n\nIssue was fixed: https://github.com/FFmpeg/FFmpeg/commit/b5b6391d64807578ab872dc58fb8aa621dcfc38a\n\n https://github.com/FFmpeg/FFmpeg/commit/b5b6391d64807578ab872dc58fb8aa621dcfc38a This issue was discovered by: Simcha Kosman", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0518", "url": "https://www.suse.com/security/cve/CVE-2025-0518" }, { "category": "external", "summary": "SUSE Bug 1236007 for CVE-2025-0518", "url": "https://bugzilla.suse.com/1236007" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-03T11:54:05Z", "details": "moderate" } ], "title": "CVE-2025-0518" }, { "cve": "CVE-2025-22919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-22919" } ], "notes": [ { "category": "general", "text": "A reachable assertion in FFmpeg git-master commit N-113007-g8d24a28d06 allows attackers to cause a Denial of Service (DoS) via opening a crafted AAC file.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-22919", "url": "https://www.suse.com/security/cve/CVE-2025-22919" }, { "category": "external", "summary": "SUSE Bug 1237371 for CVE-2025-22919", "url": "https://bugzilla.suse.com/1237371" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-03T11:54:05Z", "details": "moderate" } ], "title": "CVE-2025-22919" }, { "cve": "CVE-2025-22921", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-22921" } ], "notes": [ { "category": "general", "text": "FFmpeg git-master,N-113007-g8d24a28d06 was discovered to contain a segmentation violation via the component /libavcodec/jpeg2000dec.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-22921", "url": "https://www.suse.com/security/cve/CVE-2025-22921" }, { "category": "external", "summary": "SUSE Bug 1237382 for CVE-2025-22921", "url": "https://bugzilla.suse.com/1237382" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-03T11:54:05Z", "details": "moderate" } ], "title": "CVE-2025-22921" }, { "cve": "CVE-2025-25473", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-25473" } ], "notes": [ { "category": "general", "text": "FFmpeg git master before commit c08d30 was discovered to contain a NULL pointer dereference via the component libavformat/mov.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-25473", "url": "https://www.suse.com/security/cve/CVE-2025-25473" }, { "category": "external", "summary": "SUSE Bug 1237351 for CVE-2025-25473", "url": "https://bugzilla.suse.com/1237351" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 0, "baseSeverity": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libswresample3_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavcodec58_134-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavformat58_76-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libavutil56_70-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpostproc55_9-4.4.5-150400.3.46.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libswresample3_9-4.4.5-150400.3.46.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-03T11:54:05Z", "details": "moderate" } ], "title": "CVE-2025-25473" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…