suse-ru-2025:0145-1
Vulnerability from csaf_suse
Published
2025-01-16 14:27
Modified
2025-01-16 14:27
Summary
Recommended update for bubblewrap, flatpak, wayland-protocols
Notes
Title of the patch
Recommended update for bubblewrap, flatpak, wayland-protocols
Description of the patch
This update for bubblewrap, flatpak updates flatpak to 1.16.0.
flatpak changes:
- Update to version 1.16.0:
+ Bug fixes:
- Update libglnx to 2024-12-06:
. Fix an assertion failure if creating a parent directory
encounters a dangling symlink.
. Fix a Meson warning.
. Don't emit terminal progress indicator escape sequences by
default. They are interpreted as notifications by some
terminal emulators.
- Fix introspection annotations in libflatpak.
+ Enhancements:
- Add the FLATPAK_TTY_PROGRESS environment variable, which
re-enables the terminal progress indicator escape sequences
added in 1.15.91.
- Document the FLATPAK_FANCY_OUTPUT environment variable, which
allows disabling the fancy formatting when outputting to a
terminal.
Update to version 1.15.91 (unstable):
+ Enhancements:
- Add the FLATPAK_DATA_DIR environment variable, which allows
overriding at runtime the data directory location that
Flatpak uses to search for configuration files such as
remotes. This is useful for running tests, and for when
installing using Flatpak in a chroot.
- Add a FLATPAK_DOWNLOAD_TMPDIR variable. This allows using
download directories other than /var/tmp.
- Emit progress escape sequence. This can be used by terminal
emulators to detect and display progress of Flatpak
operations on their graphical user interfaces.
+ Bug fixes:
- Install missing test data. This should fix 'as-installed'
tests via ginsttest-runner, used for example in Debian's
autopkgtest framework.
- Unify and improve how the Wayland socket is passed to the
sandboxed app. This should fix a regression that is triggered
by compositors that both implement the security-context-v1
protocol, and sets the WAYLAND_DISPLAY environment variable
when launching Flatpak apps.
- Fix the plural form of a translatable string.
Update to version 1.15.12:
+ Return to using the process ID of the Flatpak app in the cgroup
name. Using the instance ID in 1.15.11 caused crashes when
installing apps, extensions or runtimes that use the 'extra
data' mechanism, which does not set up an instance ID.
Changes from version 1.15.11:
+ Dependencies:
- In distributions that compile Flatpak to use a separate
xdg-dbus-proxy executable, version 0.1.6 is recommended (but
not required).
- The minimum xdg-dbus-proxy continues to be 0.1.0.
+ Enhancements:
- Allow applications like WebKit to connect the AT-SPI
accessibility tree of processes in a sub-sandbox with the
tree in the main process.
. New sandboxing parameter flatpak run --a11y-own-name, which
is like --own-name but for the accessibility bus.
. flatpak-portal API v7: add new sandbox-a11y-own-names
option, which accepts names matching ${FLATPAK_ID}.*
. Apps may call the org.a11y.atspi.Socket.Embedded method on
names matching ${FLATPAK_ID}.Sandboxed.* by default
. flatpak run -vv $app_id shows all applicable sandboxing
parameters and their source, including overrides, as debug
messages
- Introduce USB device listing
. Apps can list which USB devices they want to access ahead
of time by using the --usb parameter. Check the manpages
for the more information about the accepted syntax.
. Denying access to USB devices is also possible with the
--no-usb parameter. The syntax is equal to --usb.
. Both options merely store metadata, and aren't used by
Flatpak itself. This metadata is intended to be used by the
(as of now, still in progress) USB portal to decide which
devices the app can enumerate and request access.
- Add support for KDE search completion
- Use the instance id of the Flatpak app as part of the cgroup
name. This better matches the naming conventions for cgroup.
+ Bug fixes:
- Update libglnx to 2024-08-23
- fix build in environments that use -Werror=return-type, such
as openSUSE Tumbleweed
- add a fallback definition for G_PID_FORMAT with older GLib
- avoid warnings for g_steal_fd() with newer GLib
- improve compatibility of g_closefrom() backport with newer
GLib
- Update meson wrap file for xdg-dbus-proxy to version 0.1.6:
- compatibility with D-Bus implementations that pipeline the
authentication handshake, such as sd-bus and zbus
- compatibility with D-Bus implementations that use
non-consecutive serial numbers, such as godbus and zbus
- broadcast signals can be allowed without having to add TALK
permission
- fix memory leaks
+ Internal changes:
- Better const-correctness
- Fix a shellcheck warning in the tests
- add weak dep on p11-kit-server for certificate transfer (boo#1188902)
- disable parental controls for now by using '-Dmalcontent=disabled', to work around
issues with xdg-desktop-portal
Update to version 1.14.10:
+ Dependencies: In distributions that compile Flatpak to use a
separate bubblewrap (bwrap) executable, either version 0.10.0,
version 0.6.x ≥ 0.6.3, or a version with a backport of the
--bind-fd option is required. These versions add a new feature
which is required by the security fix in this release.
+ Security fixes: Don't follow symbolic links when mounting
persistent directories (--persist option). This prevents a
sandbox escape where a malicious or compromised app could edit
the symlink to point to a directory that the app should not have
been allowed to read or write. (bsc#1229157, CVE-2024-42472,
GHSA-7hgv-f2j8-xw87)
+ Documentation: Mark the 1.12.x and 1.10.x branches as
end-of-life (#5352)
+ Version 1.14.9 was not released due to an incompatibility with
older versions of GLib. Version 1.14.10 replaces it.
Update to version 1.14.8:
+ No changes. This release is rolling out to correct mismatching
submodule versions in the release tarball.
Update to version 1.14.7:
+ New features: Automatically reload D-Bus session bus
configuration after installing or upgrading apps, to pick up
any exported D-Bus services (#3342)
+ Bug fixes:
- Expand the list of environment variables that Flatpak apps do
not inherit from the host system (#5765, #5785)
- Don't refuse to start apps when there is no D-Bus system bus
available (#5076)
- Don't try to repeat migration of apps whose data was migrated
to a new name and then deleted (#5668)
- Fix warnings from newer GLib versions (#5660)
- Always set the container environment variable (#5610)
- In flatpak ps, add xdg-desktop-portal-gnome to the list of
backends we'll use to learn which apps are running in the
background (#5729)
- Avoid leaking a temporary variable from
/etc/profile.d/flatpak.sh into the shell environment (#5574)
- Avoid undefined behaviour of signed left-shift when storing
object IDs in a hash table (#5738)
- Fix Docbook validity in documentation (#5719)
- Skip more tests when FUSE isn't available (#5611)
- Fix a misleading comment in the test for CVE-2024-32462
(#5779)
+ Internal changes:
- Fix Github Workflows recipes
Update to version 1.14.6:
+ Security fixes:
- Don't allow an executable name to be misinterpreted as a
command-line option for bwrap(1). This prevents a sandbox
escape where a malicious or compromised app could ask
xdg-desktop-portal to generate a .desktop file with access
to files outside the sandbox. (CVE-2024-32462, bsc#1223110)
+ Other bug fixes:
- Don't parse <developer><name/></developer> as the application
name (#5700)
bubblewrap changes:
Update to 0.11.0:
* New --overlay, --tmp-overlay, --ro-overlay and --overlay-src
options allow creation of overlay mounts. This feature is not
available when bubblewrap is installed setuid.
* New --level-prefix option produces output that can be parsed
by tools like logger --prio-prefix and
systemd-cat --level-prefix=1
* bug fixes and developer visible changes
Update to version v0.10.0:
* New features: Add the --[ro-]bind-fd option, which can be used
to mount a filesystem represented by a file descriptor without
time-of-check/time-of-use attacks. This is needed when
resolving security issue in Flatpak.
(CVE-2024-42472, bsc#1229157)
* Other changes: Fix some confusing syntax in SetupOpFlag (no
functional change).
Update to v0.9.0:
* Build system changed to Meson from Autotools
* Add --argv0
https://github.com/containers/bubblewrap/issues/91
* --symlink is now idempotent, meaning it succeeds if the symlink
already exists and already has the desired target
* Clarify security considerations in documentation
* Clarify documentation for --cap-add
* Report a better error message if mount(2) fails with ENOSPC
* Fix a double-close on error reading from --args, --seccomp or
--add-seccomp-fd argument
* Improve memory allocation behaviour
wayland-protocols was changed:
Update to version 1.36:
* xdg-dialog: fix missing namespace in protocol name
Changes from version 1.35:
* cursor-shape-v1: Does not advertises the list of supported cursors
* xdg-shell: add missing enum attribute to set_constraint_adjustment
* xdg-shell: recommend against drawing decorations when tiled
* tablet-v2: mark as stable
* staging: add alpha-modifier protocol
Update to 1.36:
* Fix to the xdg dialog protocol
* tablet-v2 protocol is now stable
* alpha-modifier: new protocol
* Bug fix to the cursor shape documentation
* The xdg-shell protocol now also explicitly recommends against
drawing decorations outside of the window geometry when tiled
Update to 1.34:
* xdg-dialog: new protocol
* xdg-toplevel-drag: new protocol
* Fix typo in ext-foreign-toplevel-list-v1
* tablet-v2: clarify that name/id events are optional
* linux-drm-syncobj-v1: new protocol
* linux-explicit-synchronization-v1: add linux-drm-syncobj note
Update to version 1.33:
* xdg-shell: Clarify what a toplevel by default includes
* linux-dmabuf: sync changes from unstable to stable
* linux-dmabuf: require all planes to use the same modifier
* presentation-time: stop referring to Linux/glibc
* security-context-v1: Make sandbox engine names use reverse-DNS
* xdg-decoration: remove ambiguous wording in configure event
* xdg-decoration: fix configure event summary
* linux-dmabuf: mark as stable
* linux-dmabuf: add note about implicit sync
* security-context-v1: Document what can be done with the open
sockets
* security-context-v1: Document out of band metadata for flatpak
- Use gcc11 in SLE15 in order to fix a ppc64le test that was
failing when built with gcc7 (boo#1216320)
Update to version 1.32:
* ext-foreign-toplevel-list: new protocol
* cursor-shape-v1: new protocol
* security-context-v1: new protocol
* xdg-shell: add suspended toplevel state
* Apart from these new additions, this release also brings the
usual clarifications, cleanups and fixes.
Patchnames
SUSE-2025-145,SUSE-SLE-Module-Basesystem-15-SP6-2025-145,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-145,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-145,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-145,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-145,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-145,openSUSE-SLE-15.6-2025-145
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": "moderate" }, "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": "Recommended update for bubblewrap, flatpak, wayland-protocols", "title": "Title of the patch" }, { "category": "description", "text": "\nThis update for bubblewrap, flatpak updates flatpak to 1.16.0.\n\nflatpak changes:\n\n- Update to version 1.16.0:\n\n + Bug fixes:\n\n - Update libglnx to 2024-12-06:\n\n . Fix an assertion failure if creating a parent directory\n encounters a dangling symlink.\n . Fix a Meson warning.\n . Don\u0027t emit terminal progress indicator escape sequences by\n default. They are interpreted as notifications by some\n terminal emulators.\n - Fix introspection annotations in libflatpak.\n\n + Enhancements:\n\n - Add the FLATPAK_TTY_PROGRESS environment variable, which\n re-enables the terminal progress indicator escape sequences\n added in 1.15.91.\n - Document the FLATPAK_FANCY_OUTPUT environment variable, which\n allows disabling the fancy formatting when outputting to a\n terminal.\n\nUpdate to version 1.15.91 (unstable):\n\n + Enhancements:\n\n - Add the FLATPAK_DATA_DIR environment variable, which allows\n overriding at runtime the data directory location that\n Flatpak uses to search for configuration files such as\n remotes. This is useful for running tests, and for when\n installing using Flatpak in a chroot.\n - Add a FLATPAK_DOWNLOAD_TMPDIR variable. This allows using\n download directories other than /var/tmp.\n - Emit progress escape sequence. This can be used by terminal\n emulators to detect and display progress of Flatpak\n operations on their graphical user interfaces.\n\n + Bug fixes:\n\n - Install missing test data. This should fix \u0027as-installed\u0027\n tests via ginsttest-runner, used for example in Debian\u0027s\n autopkgtest framework.\n - Unify and improve how the Wayland socket is passed to the\n sandboxed app. This should fix a regression that is triggered\n by compositors that both implement the security-context-v1\n protocol, and sets the WAYLAND_DISPLAY environment variable\n when launching Flatpak apps.\n - Fix the plural form of a translatable string.\n\nUpdate to version 1.15.12:\n\n + Return to using the process ID of the Flatpak app in the cgroup\n name. Using the instance ID in 1.15.11 caused crashes when\n installing apps, extensions or runtimes that use the \u0027extra\n data\u0027 mechanism, which does not set up an instance ID.\n\nChanges from version 1.15.11:\n\n + Dependencies:\n\n - In distributions that compile Flatpak to use a separate\n xdg-dbus-proxy executable, version 0.1.6 is recommended (but\n not required).\n - The minimum xdg-dbus-proxy continues to be 0.1.0.\n\n + Enhancements:\n\n - Allow applications like WebKit to connect the AT-SPI\n accessibility tree of processes in a sub-sandbox with the\n tree in the main process.\n . New sandboxing parameter flatpak run --a11y-own-name, which\n is like --own-name but for the accessibility bus.\n . flatpak-portal API v7: add new sandbox-a11y-own-names\n option, which accepts names matching ${FLATPAK_ID}.*\n . Apps may call the org.a11y.atspi.Socket.Embedded method on\n names matching ${FLATPAK_ID}.Sandboxed.* by default\n . flatpak run -vv $app_id shows all applicable sandboxing\n parameters and their source, including overrides, as debug\n messages\n - Introduce USB device listing\n . Apps can list which USB devices they want to access ahead\n of time by using the --usb parameter. Check the manpages\n for the more information about the accepted syntax.\n . Denying access to USB devices is also possible with the\n --no-usb parameter. The syntax is equal to --usb.\n . Both options merely store metadata, and aren\u0027t used by\n Flatpak itself. This metadata is intended to be used by the\n (as of now, still in progress) USB portal to decide which\n devices the app can enumerate and request access.\n - Add support for KDE search completion\n - Use the instance id of the Flatpak app as part of the cgroup\n name. This better matches the naming conventions for cgroup.\n\n + Bug fixes:\n\n - Update libglnx to 2024-08-23\n - fix build in environments that use -Werror=return-type, such\n as openSUSE Tumbleweed\n - add a fallback definition for G_PID_FORMAT with older GLib\n - avoid warnings for g_steal_fd() with newer GLib\n - improve compatibility of g_closefrom() backport with newer\n GLib\n - Update meson wrap file for xdg-dbus-proxy to version 0.1.6:\n - compatibility with D-Bus implementations that pipeline the\n authentication handshake, such as sd-bus and zbus\n - compatibility with D-Bus implementations that use\n non-consecutive serial numbers, such as godbus and zbus\n - broadcast signals can be allowed without having to add TALK\n permission\n - fix memory leaks\n\n + Internal changes:\n\n - Better const-correctness\n - Fix a shellcheck warning in the tests\n\n- add weak dep on p11-kit-server for certificate transfer (boo#1188902)\n- disable parental controls for now by using \u0027-Dmalcontent=disabled\u0027, to work around\n issues with xdg-desktop-portal\n\nUpdate to version 1.14.10:\n\n + Dependencies: In distributions that compile Flatpak to use a\n separate bubblewrap (bwrap) executable, either version 0.10.0,\n version 0.6.x \u2265 0.6.3, or a version with a backport of the\n --bind-fd option is required. These versions add a new feature\n which is required by the security fix in this release.\n + Security fixes: Don\u0027t follow symbolic links when mounting\n persistent directories (--persist option). This prevents a\n sandbox escape where a malicious or compromised app could edit\n the symlink to point to a directory that the app should not have\n been allowed to read or write. (bsc#1229157, CVE-2024-42472,\n GHSA-7hgv-f2j8-xw87)\n + Documentation: Mark the 1.12.x and 1.10.x branches as\n end-of-life (#5352)\n + Version 1.14.9 was not released due to an incompatibility with\n older versions of GLib. Version 1.14.10 replaces it.\n\nUpdate to version 1.14.8:\n\n + No changes. This release is rolling out to correct mismatching\n submodule versions in the release tarball.\n\nUpdate to version 1.14.7:\n\n + New features: Automatically reload D-Bus session bus\n configuration after installing or upgrading apps, to pick up\n any exported D-Bus services (#3342)\n + Bug fixes:\n - Expand the list of environment variables that Flatpak apps do\n not inherit from the host system (#5765, #5785)\n - Don\u0027t refuse to start apps when there is no D-Bus system bus\n available (#5076)\n - Don\u0027t try to repeat migration of apps whose data was migrated\n to a new name and then deleted (#5668)\n - Fix warnings from newer GLib versions (#5660)\n - Always set the container environment variable (#5610)\n - In flatpak ps, add xdg-desktop-portal-gnome to the list of\n backends we\u0027ll use to learn which apps are running in the\n background (#5729)\n - Avoid leaking a temporary variable from\n /etc/profile.d/flatpak.sh into the shell environment (#5574)\n - Avoid undefined behaviour of signed left-shift when storing\n object IDs in a hash table (#5738)\n - Fix Docbook validity in documentation (#5719)\n - Skip more tests when FUSE isn\u0027t available (#5611)\n - Fix a misleading comment in the test for CVE-2024-32462\n (#5779)\n + Internal changes:\n - Fix Github Workflows recipes\n\nUpdate to version 1.14.6:\n\n + Security fixes:\n - Don\u0027t allow an executable name to be misinterpreted as a\n command-line option for bwrap(1). This prevents a sandbox\n escape where a malicious or compromised app could ask\n xdg-desktop-portal to generate a .desktop file with access\n to files outside the sandbox. (CVE-2024-32462, bsc#1223110)\n + Other bug fixes:\n - Don\u0027t parse \u003cdeveloper\u003e\u003cname/\u003e\u003c/developer\u003e as the application\n name (#5700)\n\nbubblewrap changes:\n\nUpdate to 0.11.0:\n\n * New --overlay, --tmp-overlay, --ro-overlay and --overlay-src\n options allow creation of overlay mounts. This feature is not\n available when bubblewrap is installed setuid.\n * New --level-prefix option produces output that can be parsed\n by tools like logger --prio-prefix and\n systemd-cat --level-prefix=1\n * bug fixes and developer visible changes\n\nUpdate to version v0.10.0:\n\n * New features: Add the --[ro-]bind-fd option, which can be used\n to mount a filesystem represented by a file descriptor without\n time-of-check/time-of-use attacks. This is needed when\n resolving security issue in Flatpak.\n (CVE-2024-42472, bsc#1229157)\n * Other changes: Fix some confusing syntax in SetupOpFlag (no\n functional change).\n\nUpdate to v0.9.0:\n\n * Build system changed to Meson from Autotools\n * Add --argv0\n https://github.com/containers/bubblewrap/issues/91\n * --symlink is now idempotent, meaning it succeeds if the symlink\n already exists and already has the desired target \n * Clarify security considerations in documentation\n * Clarify documentation for --cap-add\n * Report a better error message if mount(2) fails with ENOSPC\n * Fix a double-close on error reading from --args, --seccomp or\n --add-seccomp-fd argument\n * Improve memory allocation behaviour\n\nwayland-protocols was changed:\n\nUpdate to version 1.36:\n\n * xdg-dialog: fix missing namespace in protocol name\n\nChanges from version 1.35:\n\n * cursor-shape-v1: Does not advertises the list of supported cursors\n * xdg-shell: add missing enum attribute to set_constraint_adjustment\n * xdg-shell: recommend against drawing decorations when tiled\n * tablet-v2: mark as stable\n * staging: add alpha-modifier protocol\n\nUpdate to 1.36:\n\n * Fix to the xdg dialog protocol\n * tablet-v2 protocol is now stable\n * alpha-modifier: new protocol\n * Bug fix to the cursor shape documentation\n * The xdg-shell protocol now also explicitly recommends against\n drawing decorations outside of the window geometry when tiled\n\nUpdate to 1.34:\n\n * xdg-dialog: new protocol\n * xdg-toplevel-drag: new protocol\n * Fix typo in ext-foreign-toplevel-list-v1\n * tablet-v2: clarify that name/id events are optional\n * linux-drm-syncobj-v1: new protocol\n * linux-explicit-synchronization-v1: add linux-drm-syncobj note\n\nUpdate to version 1.33:\n\n * xdg-shell: Clarify what a toplevel by default includes\n * linux-dmabuf: sync changes from unstable to stable\n * linux-dmabuf: require all planes to use the same modifier\n * presentation-time: stop referring to Linux/glibc\n * security-context-v1: Make sandbox engine names use reverse-DNS\n * xdg-decoration: remove ambiguous wording in configure event\n * xdg-decoration: fix configure event summary\n * linux-dmabuf: mark as stable\n * linux-dmabuf: add note about implicit sync\n * security-context-v1: Document what can be done with the open\n sockets\n * security-context-v1: Document out of band metadata for flatpak\n\n- Use gcc11 in SLE15 in order to fix a ppc64le test that was\n failing when built with gcc7 (boo#1216320)\n\nUpdate to version 1.32:\n\n * ext-foreign-toplevel-list: new protocol\n * cursor-shape-v1: new protocol\n * security-context-v1: new protocol\n * xdg-shell: add suspended toplevel state\n * Apart from these new additions, this release also brings the\n usual clarifications, cleanups and fixes.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-145,SUSE-SLE-Module-Basesystem-15-SP6-2025-145,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-145,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-145,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-145,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-145,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-145,openSUSE-SLE-15.6-2025-145", "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-ru-2025_0145-1.json" }, { "category": "self", "summary": "URL for SUSE-RU-2025:0145-1", "url": "https://www.suse.com/support/update/announcement//suse-ru-20250145-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-RU-2025:0145-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-January/038111.html" }, { "category": "self", "summary": "SUSE Bug 1188902", "url": "https://bugzilla.suse.com/1188902" }, { "category": "self", "summary": "SUSE Bug 1212476", "url": "https://bugzilla.suse.com/1212476" }, { "category": "self", "summary": "SUSE Bug 1216320", "url": "https://bugzilla.suse.com/1216320" }, { "category": "self", "summary": "SUSE CVE CVE-2024-32462 page", "url": "https://www.suse.com/security/cve/CVE-2024-32462/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-42472 page", "url": "https://www.suse.com/security/cve/CVE-2024-42472/" } ], "title": "Recommended update for bubblewrap, flatpak, wayland-protocols", "tracking": { "current_release_date": "2025-01-16T14:27:33Z", "generator": { "date": "2025-01-16T14:27:33Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-RU-2025:0145-1", "initial_release_date": "2025-01-16T14:27:33Z", "revision_history": [ { "date": "2025-01-16T14:27:33Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "product_id": "bubblewrap-0.11.0-150500.3.9.1.aarch64" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.aarch64", "product": { "name": "flatpak-1.16.0-150600.3.6.1.aarch64", "product_id": "flatpak-1.16.0-150600.3.6.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.aarch64", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.aarch64", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.aarch64", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.aarch64", "product_id": "libflatpak0-1.16.0-150600.3.6.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.16.0-150500.3.15.1.aarch64", "product": { "name": "flatpak-1.16.0-150500.3.15.1.aarch64", "product_id": "flatpak-1.16.0-150500.3.15.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "product": { "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "product_id": "flatpak-devel-1.16.0-150500.3.15.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "product": { "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "product_id": "libflatpak0-1.16.0-150500.3.15.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.i586", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.i586", "product_id": "bubblewrap-0.11.0-150500.3.9.1.i586" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.i586", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.i586", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.i586" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.i586", "product": { "name": "flatpak-1.16.0-150600.3.6.1.i586", "product_id": "flatpak-1.16.0-150600.3.6.1.i586" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.i586", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.i586", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.i586" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.i586", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.i586", "product_id": "libflatpak0-1.16.0-150600.3.6.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.i586", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.i586", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "product": { "name": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "product_id": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "product": { "name": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "product_id": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch" } }, { "category": "product_version", "name": "system-user-flatpak-1.16.0-150600.3.6.1.noarch", "product": { "name": "system-user-flatpak-1.16.0-150600.3.6.1.noarch", "product_id": "system-user-flatpak-1.16.0-150600.3.6.1.noarch" } }, { "category": "product_version", "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "product": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "product_id": "wayland-protocols-devel-1.36-150500.3.3.1.noarch" } }, { "category": "product_version", "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "product": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "product_id": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "product": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "product_id": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" } }, { "category": "product_version", "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "product": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "product_id": "system-user-flatpak-1.16.0-150500.3.15.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "product_id": "bubblewrap-0.11.0-150500.3.9.1.ppc64le" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.ppc64le", "product": { "name": "flatpak-1.16.0-150600.3.6.1.ppc64le", "product_id": "flatpak-1.16.0-150600.3.6.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.ppc64le", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.ppc64le", "product_id": "libflatpak0-1.16.0-150600.3.6.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.16.0-150500.3.15.1.ppc64le", "product": { "name": "flatpak-1.16.0-150500.3.15.1.ppc64le", "product_id": "flatpak-1.16.0-150500.3.15.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "product": { "name": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "product_id": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150500.3.15.1.ppc64le", "product": { "name": "libflatpak0-1.16.0-150500.3.15.1.ppc64le", "product_id": "libflatpak0-1.16.0-150500.3.15.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.s390x", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.s390x", "product_id": "bubblewrap-0.11.0-150500.3.9.1.s390x" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.s390x", "product": { "name": "flatpak-1.16.0-150600.3.6.1.s390x", "product_id": "flatpak-1.16.0-150600.3.6.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.s390x", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.s390x", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.s390x", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.s390x", "product_id": "libflatpak0-1.16.0-150600.3.6.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.16.0-150500.3.15.1.s390x", "product": { "name": "flatpak-1.16.0-150500.3.15.1.s390x", "product_id": "flatpak-1.16.0-150500.3.15.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150500.3.15.1.s390x", "product": { "name": "flatpak-devel-1.16.0-150500.3.15.1.s390x", "product_id": "flatpak-devel-1.16.0-150500.3.15.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150500.3.15.1.s390x", "product": { "name": "libflatpak0-1.16.0-150500.3.15.1.s390x", "product_id": "libflatpak0-1.16.0-150500.3.15.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "product_id": "bubblewrap-0.11.0-150500.3.9.1.x86_64" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.x86_64", "product": { "name": "flatpak-1.16.0-150600.3.6.1.x86_64", "product_id": "flatpak-1.16.0-150600.3.6.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.x86_64", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.x86_64", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.x86_64", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.x86_64", "product_id": "libflatpak0-1.16.0-150600.3.6.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.16.0-150500.3.15.1.x86_64", "product": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64", "product_id": "flatpak-1.16.0-150500.3.15.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "product": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "product_id": "flatpak-devel-1.16.0-150500.3.15.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "product": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "product_id": "libflatpak0-1.16.0-150500.3.15.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150600.3.6.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch" }, "product_reference": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch" }, "product_reference": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch" }, "product_reference": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch" }, "product_reference": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150600.3.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-32462" } ], "notes": [ { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9, 1.12.9, 1.14.6, and 1.15.8, a malicious or compromised Flatpak app could execute arbitrary code outside its sandbox. Normally, the `--command` argument of `flatpak run` expects to be given a command to run in the specified Flatpak app, optionally along with some arguments. However it is possible to instead pass `bwrap` arguments to `--command=`, such as `--bind`. It\u0027s possible to pass an arbitrary `commandline` to the portal interface `org.freedesktop.portal.Background.RequestBackground` from within a Flatpak app. When this is converted into a `--command` and arguments, it achieves the same effect of passing arguments directly to `bwrap`, and thus can be used for a sandbox escape. The solution is to pass the `--` argument to `bwrap`, which makes it stop processing options. This has been supported since bubblewrap 0.3.0. All supported versions of Flatpak require at least that version of bubblewrap. xdg-desktop-portal version 1.18.4 will mitigate this vulnerability by only allowing Flatpak apps to create .desktop files for commands that do not start with --. The vulnerability is patched in 1.15.8, 1.10.9, 1.12.9, and 1.14.6.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-32462", "url": "https://www.suse.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "SUSE Bug 1223110 for CVE-2024-32462", "url": "https://bugzilla.suse.com/1223110" } ], "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 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-16T14:27:33Z", "details": "important" } ], "title": "CVE-2024-32462" }, { "cve": "CVE-2024-42472", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-42472" } ], "notes": [ { "category": "general", "text": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.14.0 and 1.15.10, a malicious or compromised Flatpak app using persistent directories could access and write files outside of what it would otherwise have access to, which is an attack on integrity and confidentiality.\n\nWhen `persistent=subdir` is used in the application permissions (represented as `--persist=subdir` in the command-line interface), that means that an application which otherwise doesn\u0027t have access to the real user home directory will see an empty home directory with a writeable subdirectory `subdir`. Behind the scenes, this directory is actually a bind mount and the data is stored in the per-application directory as `~/.var/app/$APPID/subdir`. This allows existing apps that are not aware of the per-application directory to still work as intended without general home directory access.\n\nHowever, the application does have write access to the application directory `~/.var/app/$APPID` where this directory is stored. If the source directory for the `persistent`/`--persist` option is replaced by a symlink, then the next time the application is started, the bind mount will follow the symlink and mount whatever it points to into the sandbox.\n\nPartial protection against this vulnerability can be provided by patching Flatpak using the patches in commits ceec2ffc and 98f79773. However, this leaves a race condition that could be exploited by two instances of a malicious app running in parallel. Closing the race condition requires updating or patching the version of bubblewrap that is used by Flatpak to add the new `--bind-fd` option using the patch and then patching Flatpak to use it. If Flatpak has been configured at build-time with `-Dsystem_bubblewrap=bwrap` (1.15.x) or `--with-system-bubblewrap=bwrap` (1.14.x or older), or a similar option, then the version of bubblewrap that needs to be patched is a system copy that is distributed separately, typically `/usr/bin/bwrap`. This configuration is the one that is typically used in Linux distributions. If Flatpak has been configured at build-time with `-Dsystem_bubblewrap=` (1.15.x) or with `--without-system-bubblewrap` (1.14.x or older), then it is the bundled version of bubblewrap that is included with Flatpak that must be patched. This is typically installed as `/usr/libexec/flatpak-bwrap`. This configuration is the default when building from source code.\n\nFor the 1.14.x stable branch, these changes are included in Flatpak 1.14.10. The bundled version of bubblewrap included in this release has been updated to 0.6.3. For the 1.15.x development branch, these changes are included in Flatpak 1.15.10. The bundled version of bubblewrap in this release is a Meson \"wrap\" subproject, which has been updated to 0.10.0. The 1.12.x and 1.10.x branches will not be updated for this vulnerability. Long-term support OS distributions should backport the individual changes into their versions of Flatpak and bubblewrap, or update to newer versions if their stability policy allows it. As a workaround, avoid using applications using the `persistent` (`--persist`) permission.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-42472", "url": "https://www.suse.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "SUSE Bug 1229157 for CVE-2024-42472", "url": "https://bugzilla.suse.com/1229157" } ], "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 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-16T14:27:33Z", "details": "important" } ], "title": "CVE-2024-42472" } ] }
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…