SUSE-CU-2026:8393-1: Security update of suse/sles/16.0/toolbox

sle-container-updates at lists.suse.com sle-container-updates at lists.suse.com
Wed Aug 5 19:18:31 UTC 2026


SUSE Container Update Advisory: suse/sles/16.0/toolbox
-----------------------------------------------------------------
Container Advisory ID : SUSE-CU-2026:8393-1
Container Tags        : suse/sles/16.0/toolbox:16.3 , suse/sles/16.0/toolbox:16.3-1.100 , suse/sles/16.0/toolbox:latest
Container Release     : 1.100
Severity              : important
Type                  : security
References            : 1259859 1269622 1271193 1271193 1271194 1271194 1271195 1271195
                        CVE-2026-23268 CVE-2026-41991 CVE-2026-59856 CVE-2026-59856 CVE-2026-59857
                        CVE-2026-59857 CVE-2026-59858 CVE-2026-59858 
-----------------------------------------------------------------

The container suse/sles/16.0/toolbox was updated. The following patches have been included in this update:

-----------------------------------------------------------------
Advisory ID: 633
Released:    Thu Apr 23 10:07:27 2026
Summary:     Security update for the Linux Kernel (Live Patch 3 for SUSE Linux Enterprise 16)
Type:        security
Severity:    important
References:  1259859,1271193,1271194,1271195,CVE-2026-23268,CVE-2026-59856,CVE-2026-59857,CVE-2026-59858

This update for the SUSE Linux Enterprise Kernel 6.12.0-160000.8.1 fixes one security issue

The following security issue was fixed:

- CVE-2026-23268: apparmor: fix unprivileged local user can do privileged policy management (bsc#1259859).

-----------------------------------------------------------------
Advisory ID: 1280
Released:    Sat Jul 18 10:12:44 2026
Summary:     Security update for gzip
Type:        security
Severity:    important
References:  1269622,CVE-2026-41991
This update for gzip fixes the following issue

- CVE-2026-41991: insecure temporary file handling in the gzexe utility when the mktemp utility is not available in the
  user's PATH (bsc#1269622).

-----------------------------------------------------------------
Advisory ID: 1283
Released:    Sat Jul 18 13:51:36 2026
Summary:     Security update for vim
Type:        security
Severity:    important
References:  1271193,1271194,1271195,CVE-2026-59856,CVE-2026-59857,CVE-2026-59858
This update for vim fixes the following issues:

Update to version 9.2.0780.

Security issues fixed:

- CVE-2026-59856: arbitrary code execution via PHP omni-completion due to improper escaping (bsc#1271194).
- CVE-2026-59857: out-of-bounds write in SAL soundfolding due to improper bounds check (bsc#1271195).
- CVE-2026-59858: arbitrary code execution via C omni-completion due to improper escaping (bsc#1271193).

Other updates and bugfixes:

- Version 9.2.0780 changelog:
  * filetype detect missing from completion (9.2.0726).
  * popup images not rendered correctly when unfocused (9.2.0727).
  * filetype: supertux info pattern is relative to current dir
    (9.2.0728).
  * % skips parens on continued quoted lines (9.2.0729).
  * GTK4 GUI tabline is not updated (9.2.0730).
  * GTK4 GUI scrollbar size not updated when restoring a session
    (9.2.0731).
  * session: terminal restored using absolute columns/rows (9.2.0732).
  * GTK3: GUI slow on X11 since dropping the alpha channel (9.2.0733).
  * function pointer passed to STRNCMP() instead of a length
    (9.2.0734).
  * tests: comment test can be improved (9.2.0737).
  * completion: 'autocompletedelay' blocks the main loop and drops
    autocommands (9.2.0739).
  * GTK4: scrollbar wrongly displayed (9.2.0740).
  * complete_check() does not return TRUE for mapped input (9.2.0741).
  * filetype: SSH keys and related filetypes not recognized (9.2.0742).
  * string macros silently accept a size of the wrong type (9.2.0743).
  * popup_atcursor() closes immediately on white space (9.2.0744).
  * cscope: connection leak when growing the array fails (9.2.0747).
  * 'autocompletedelay' interferes with CTRL-G U (9.2.0748).
  * 'autocompletedelay' interferes with i_CTRL-K (9.2.0749).
  * completion: 'autocompletedelay' deferral leaks state (9.2.0750).
  * GTK3 GUI is slow under Wayland (9.2.0751).
  * GTK4: drag-and-drop does not support HTML (9.2.0752).
  * GTK GUI deferred redraw skipped on 'lazyredraw' (9.2.0753).
  * repeated completion length lookup in search_for_exact_line
    (9.2.0754).
  * 'autocomplete' behaves inconsistently when recording (9.2.0755).
  * session with multiple tabpages sets 'winminheight' to 0 (9.2.0756).
  * tests: test_popupwin fails with zsh because of the prompt
    (9.2.0757).
  * pum: no opacity when background not set for Popup menu group
    (9.2.0758).
  * some code for 'autocompletedelay' is no longer needed (9.2.0759).
  * compiler warning for using potentially uninitialized var
    (9.2.0760).
  * runtime(netrw): Unix: unable to open '\' file (9.2.0761).
  * duplicated sub-option name check in :set completion (9.2.0762).
  * tests: style issue in test_plugin_netrw (9.2.0763).
  * compiler warning about unused function (9.2.0764).
  * popup: opacity popup over a terminal is not cleared when moved
    (9.2.0765).
  * quick_tab entries for empty letters point to the wrong index
    (9.2.0766).
  * legacy/vim9cmd modifiers do not set script version for options
    values (9.2.0767).
  * legacy/vim9cmd modifiers are not exclusive (9.2.0768).
  * conversion to utf-16be using iconv is inconsistent (9.2.0769).
  * dict_add_dict() has inconsistent ownership on failure (9.2.0770).
  * dict_add_list() has inconsistent ownership on failure (9.2.0771).
  * Vim9: null dereference inside alloc_type() (9.2.0772).
  * memory leak in evalfunc.c on alloc failure (9.2.0773).
  * memory leak in f_getscriptinfo() on alloc failure (9.2.0774).
  * memory leak in highlight_get_info() on alloc failure (9.2.0775).
  * memory leak in sign_getlist() on alloc failure (9.2.0776).
  * memory leak in add_defer() on alloc failure (9.2.0777).
  * memory leak in compile_dict() on alloc failure (9.2.0778).
  * memory leak in type_name_func() on alloc failure (9.2.0779).
  * memory leak in evalvars.c on alloc failure (9.2.0780).


The following package changes have been done:

- gzip-1.13-160000.3.1 updated
- vim-data-common-9.2.0780-160000.1.1 updated
- vim-9.2.0780-160000.1.1 updated
- xxd-9.2.0780-160000.1.1 updated


More information about the sle-container-updates mailing list