<div class="container">
    <h1>Security update for tomcat10</h1>

    <table class="table table-striped table-bordered">
        <tbody>
        <tr>
            <th>Announcement ID:</th>
            <td>SUSE-SU-2025:03006-1</td>
        </tr>
        <tr>
            <th>Release Date:</th>
            <td>2025-08-28T08:03:22Z</td>
        </tr>
        
        <tr>
            <th>Rating:</th>
            <td>important</td>
        </tr>
        <tr>
            <th>References:</th>
            <td>
                <ul>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1243895">bsc#1243895</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-48989.html">CVE-2025-48989</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-48989</span>
                                <span class="cvss-source">
                                    (
                                    
                                        SUSE
                                    
                                    ):
                                </span>
                                <span class="cvss-score">8.7</span>
                                <span class="cvss-vector">CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N</span>
                            </li>
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2025-48989</span>
                                <span class="cvss-source">
                                    (
                                    
                                        SUSE
                                    
                                    ):
                                </span>
                                <span class="cvss-score">7.5</span>
                                <span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</span>
                            </li>
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2025-48989</span>
                                <span class="cvss-source">
                                    (
                                    
                                        NVD
                                    
                                    ):
                                </span>
                                <span class="cvss-score">7.5</span>
                                <span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</span>
                            </li>
                        
                    </ul>
                </td>
            </tr>
        
        <tr>
            <th>Affected Products:</th>
            <td>
                <ul class="list-group">
                    
                        <li class="list-group-item">openSUSE Leap 15.6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP5 LTSS</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP7</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP7</li>
                    
                        <li class="list-group-item">Web and Scripting Module 15-SP6</li>
                    
                        <li class="list-group-item">Web and Scripting Module 15-SP7</li>
                    
                </ul>
            </td>
        </tr>
        </tbody>
    </table>

    <p>An update that solves one vulnerability can now be installed.</p>

    


    
        <h2>Description:</h2>
    
    <p>This update for tomcat10 fixes the following issues:</p>
<p>Updated to Tomcat 10.1.44:</p>
<ul>
<li>CVE-2025-48989: Fixed "MadeYouReset" DoS in HTTP/2 due to client triggered stream reset (bsc#1243895)</li>
</ul>
<p>Other fixes:</p>
<ul>
<li>Catalina<ul>
<li>Fix: Fix bloom filter population for archive indexing when using a packed
  WAR containing one or more JAR files. (markt)</li>
</ul>
</li>
<li>Coyote<ul>
<li>Fix: 69748: Add missing call to set keep-alive timeout when using
  HTTP/1.1 following an async request, which was present for AJP.
  (remm/markt)</li>
<li>Fix: 69762: Fix possible overflow during HPACK decoding of integers. Note
  that the maximum permitted value of an HPACK decoded integer is
  Integer.MAX_VALUE. (markt)</li>
<li>Fix: Update the HTTP/2 overhead documentation - particularly the code
  comments - to reflect the deprecation of the PRIORITY frame and clarify
  that a stream reset always triggers an overhead increase. (markt)</li>
<li>Fix: 69762: Additional overflow fix for HPACK decoding of integers. Pull
  request #880 by Chenjp. (markt)</li>
</ul>
</li>
<li>Cluster<ul>
<li>Update: Add enableStatistics configuration attribute for the
  DeltaManager, defaulting to true. (remm)</li>
</ul>
</li>
<li>WebSocket<ul>
<li>Fix: Align the WebSocket extension handling for WebSocket client
  connections with WebSocket server connections. The WebSocket client now
  only includes an extension requested by an endpoint in the opening
  handshake if the WebSocket client supports that extension. (markt)</li>
</ul>
</li>
<li>Web applications<ul>
<li>Fix: Manager and Host Manager. Provide the Manager and Host Manager web
  applications with a dedicated favicon file rather than using the one from
  the ROOT web application which might not be present or may represent
  something entirely different. Pull requests #876 and #878 by Simon Arame.</li>
</ul>
</li>
<li>Other<ul>
<li>Update: Update Checkstyle to 10.26.1. (markt)</li>
<li>Add: Improvements to French translations. (remm)</li>
<li>Add: Improvements to Japanese translations by tak7iji. (markt)</li>
</ul>
</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">
                openSUSE Leap 15.6
                
                    
                        <br/>
                        <code>zypper in -t patch openSUSE-SLE-15.6-2025-3006=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                Web and Scripting Module 15-SP6
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Module-Web-Scripting-15-SP6-2025-3006=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                Web and Scripting Module 15-SP7
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Module-Web-Scripting-15-SP7-2025-3006=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3006=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing LTSS 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3006=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 15 SP5 LTSS
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3006=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server for SAP Applications 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3006=1</code>
                    
                    
                
            </li>
        
    </ul>

    <h2>Package List:</h2>
    <ul>
        
            
                <li>
                    openSUSE Leap 15.6 (noarch)
                    <ul>
                        
                            <li>tomcat10-lib-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-el-5_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-servlet-6_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-embed-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-jsp-3_1-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-webapps-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-admin-webapps-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-jsvc-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-doc-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-docs-webapp-10.1.44-150200.5.51.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    Web and Scripting Module 15-SP6 (noarch)
                    <ul>
                        
                            <li>tomcat10-lib-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-el-5_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-servlet-6_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-jsp-3_1-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-webapps-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-admin-webapps-10.1.44-150200.5.51.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    Web and Scripting Module 15-SP7 (noarch)
                    <ul>
                        
                            <li>tomcat10-lib-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-el-5_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-servlet-6_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-jsp-3_1-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-webapps-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-admin-webapps-10.1.44-150200.5.51.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (noarch)
                    <ul>
                        
                            <li>tomcat10-lib-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-el-5_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-servlet-6_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-jsp-3_1-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-webapps-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-admin-webapps-10.1.44-150200.5.51.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (noarch)
                    <ul>
                        
                            <li>tomcat10-lib-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-el-5_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-servlet-6_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-jsp-3_1-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-webapps-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-admin-webapps-10.1.44-150200.5.51.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server 15 SP5 LTSS (noarch)
                    <ul>
                        
                            <li>tomcat10-lib-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-el-5_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-servlet-6_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-jsp-3_1-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-webapps-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-admin-webapps-10.1.44-150200.5.51.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server for SAP Applications 15 SP5 (noarch)
                    <ul>
                        
                            <li>tomcat10-lib-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-el-5_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-servlet-6_0-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-jsp-3_1-api-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-webapps-10.1.44-150200.5.51.1</li>
                        
                            <li>tomcat10-admin-webapps-10.1.44-150200.5.51.1</li>
                        
                    </ul>
                </li>
            
        
    </ul>

    
        <h2>References:</h2>
        <ul>
            
                
                    <li>
                        <a href="https://www.suse.com/security/cve/CVE-2025-48989.html">https://www.suse.com/security/cve/CVE-2025-48989.html</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1243895">https://bugzilla.suse.com/show_bug.cgi?id=1243895</a>
                    </li>
                
            
        </ul>
    
</div>