<div class="container">
    <h1>Security update for go1.26-openssl, go1.25-openssl, go1.24-openssl, go1.23-openssl, go1.22-openssl, go1.26, go1.25, go1.24, go1.23, go1.22, go1.21</h1>

    <table class="table table-striped table-bordered">
        <tbody>
        <tr>
            <th>Announcement ID:</th>
            <td>SUSE-SU-2026:22958-1</td>
        </tr>
        <tr>
            <th>Release Date:</th>
            <td>2026-07-27T10:21:06Z</td>
        </tr>
        
        <tr>
            <th>Rating:</th>
            <td>moderate</td>
        </tr>
        <tr>
            <th>References:</th>
            <td>
                <ul>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1245878">bsc#1245878</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264390">bsc#1264390</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264391">bsc#1264391</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264392">bsc#1264392</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264393">bsc#1264393</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264394">bsc#1264394</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264395">bsc#1264395</a>
                        </li>
                    
                    
                        <li style="display: inline;">
                            <a href="https://jira.suse.com/browse/PED-1962">jsc#PED-1962</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://jira.suse.com/browse/SLE-18320">jsc#SLE-18320</a>
                        </li>
                    
                </ul>
            </td>
        </tr>
        
            <tr>
                <th>
                    Cross-References:
                </th>
                <td>
                    <ul>
                    
                        <li style="display: inline;">
                            <a href="https://www.suse.com/security/cve/CVE-2025-22871.html">CVE-2025-22871</a>
                        </li>
                    
                    </ul>
                </td>
            </tr>
            <tr>
                <th>CVSS scores:</th>
                <td>
                    <ul class="list-group">
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2025-22871</span>
                                <span class="cvss-source">
                                    (
                                    
                                        SUSE
                                    
                                    ):
                                </span>
                                <span class="cvss-score">6.3</span>
                                <span class="cvss-vector">CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N</span>
                            </li>
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2025-22871</span>
                                <span class="cvss-source">
                                    (
                                    
                                        SUSE
                                    
                                    ):
                                </span>
                                <span class="cvss-score">6.5</span>
                                <span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N</span>
                            </li>
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2025-22871</span>
                                <span class="cvss-source">
                                    (
                                    
                                        NVD
                                    
                                    ):
                                </span>
                                <span class="cvss-score">9.1</span>
                                <span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N</span>
                            </li>
                        
                    </ul>
                </td>
            </tr>
        
        <tr>
            <th>Affected Products:</th>
            <td>
                <ul class="list-group">
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 16.0</li>
                    
                </ul>
            </td>
        </tr>
        </tbody>
    </table>

    <p>An update that solves one vulnerability, contains two features and has six fixes can now be installed.</p>

    


    
        <h2>Description:</h2>
    
    <p>This update for go1.26-openssl, go1.25-openssl, go1.24-openssl, go1.23-openssl, go1.22-openssl, go1.26, go1.25, go1.24, go1.23, go1.22, go1.21 fixes the following issues:</p>
<p>Changes in go compilers:</p>
<ul>
<li>
<p>Switch from update-alternatives to new method.</p>
</li>
<li>
<p>Packaging improvements:</p>
</li>
<li>Revert %ghost /usr/bin/go /usr/bin/gofmt which prevents install
    of a working go command. Refs boo#1245878 bsc#1264395</li>
<li>Based on feedback from Factory maintainers restore the original
    lifecycle for these files: Each go1.x toolchain shares
    ownership of a go and gofmt symlink managed by the alternatives
    system (update-alternatives and libalternatives). When the last
    go1.x package is uninstalled the symlinks will be removed.</li>
<li>Context: %ghost was introduced to prevent file conflicts among
    go1.x toolchain packages reported by installcheck dev tool.
    %ghost prevents the files from being installed, which results
    in no installed go command. The shared ownership of the go and
    gofmt symlinks is intentional.</li>
<li>Define go_bootstrap_version with digits without go1.x prefix.
    Correct path spelling to align with current toolchain layout
    GOROOT_BOOTSTRAP=%{_libdir}/go/%{go_bootstrap_version},
    Noting interstitial /go/ in path. Fixes bootstrap
    ERROR: Cannot find /usr/lib64/go1.x/bin/go.
    Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.x.y.
    Bootstrap error first observed when using %ghost /usr/bin/go.
    Fixed by Eugenio Paolantonio. Refs boo#1245878 bsc#1264395</li>
<li>Mark %ghost /usr/bin/go /usr/bin/gofmt to avoid file conflicts
    among go1.x toolchain packages. These files are managed by the
    alternatives system. Refs boo#1245878 bsc#1264395</li>
</ul>



    

    <h2>Patch Instructions:</h2>
    <p>
        To install this SUSE  update use the SUSE recommended
        installation methods like YaST online_update or "zypper patch".<br/>

        Alternatively you can run the command listed for your product:
    </p>
    <ul class="list-group">
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 16.0
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLES-16.0-1352=1</code>
                    
                    
                
            </li>
        
    </ul>

    <h2>Package List:</h2>
    <ul>
        
            
                <li>
                    SUSE Linux Enterprise Server 16.0 (aarch64 ppc64le s390x x86_64)
                    <ul>
                        
                            <li>go1.25-openssl-debuginfo-1.25.12-160000.2.1</li>
                        
                            <li>go1.24-doc-1.24.13-160000.3.1</li>
                        
                            <li>go1.26-openssl-race-1.26.5-160000.2.1</li>
                        
                            <li>go1.24-1.24.13-160000.3.1</li>
                        
                            <li>go1.25-doc-1.25.12-160000.2.1</li>
                        
                            <li>go1.24-openssl-1.24.13-160000.3.1</li>
                        
                            <li>go1.26-race-1.26.5-160000.2.1</li>
                        
                            <li>go1.26-doc-1.26.5-160000.2.1</li>
                        
                            <li>go1.24-openssl-debuginfo-1.24.13-160000.3.1</li>
                        
                            <li>go1.24-openssl-race-1.24.13-160000.3.1</li>
                        
                            <li>go1.26-1.26.5-160000.2.1</li>
                        
                            <li>go1.24-openssl-doc-1.24.13-160000.3.1</li>
                        
                            <li>go1.26-openssl-doc-1.26.5-160000.2.1</li>
                        
                            <li>go1.25-1.25.12-160000.2.1</li>
                        
                            <li>go1.25-openssl-1.25.12-160000.2.1</li>
                        
                            <li>go1.26-openssl-1.26.5-160000.2.1</li>
                        
                            <li>go1.25-race-1.25.12-160000.2.1</li>
                        
                            <li>go1.25-openssl-race-1.25.12-160000.2.1</li>
                        
                            <li>go1.25-openssl-doc-1.25.12-160000.2.1</li>
                        
                            <li>go1.24-race-1.24.13-160000.3.1</li>
                        
                    </ul>
                </li>
            
        
    </ul>

    
        <h2>References:</h2>
        <ul>
            
                
                    <li>
                        <a href="https://www.suse.com/security/cve/CVE-2025-22871.html">https://www.suse.com/security/cve/CVE-2025-22871.html</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1245878">https://bugzilla.suse.com/show_bug.cgi?id=1245878</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264390">https://bugzilla.suse.com/show_bug.cgi?id=1264390</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264391">https://bugzilla.suse.com/show_bug.cgi?id=1264391</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264392">https://bugzilla.suse.com/show_bug.cgi?id=1264392</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264393">https://bugzilla.suse.com/show_bug.cgi?id=1264393</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264394">https://bugzilla.suse.com/show_bug.cgi?id=1264394</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1264395">https://bugzilla.suse.com/show_bug.cgi?id=1264395</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://jira.suse.com/browse/PED-1962">https://jira.suse.com/browse/PED-1962</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://jira.suse.com/browse/SLE-18320">https://jira.suse.com/browse/SLE-18320</a>
                    </li>
                
            
        </ul>
    
</div>