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

    <table class="table table-striped table-bordered">
        <tbody>
        <tr>
            <th>Announcement ID:</th>
            <td>SUSE-SU-2026:3430-1</td>
        </tr>
        <tr>
            <th>Release Date:</th>
            <td>2026-07-30T11:20:51Z</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=1271397">bsc#1271397</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1271398">bsc#1271398</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-2026-59083.html">CVE-2026-59083</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://www.suse.com/security/cve/CVE-2026-59084.html">CVE-2026-59084</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-2026-59083</span>
                                <span class="cvss-source">
                                    (
                                    
                                        SUSE
                                    
                                    ):
                                </span>
                                <span class="cvss-score">8.2</span>
                                <span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N</span>
                            </li>
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2026-59083</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>
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2026-59084</span>
                                <span class="cvss-source">
                                    (
                                    
                                        SUSE
                                    
                                    ):
                                </span>
                                <span class="cvss-score">7.3</span>
                                <span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L</span>
                            </li>
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2026-59084</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">openSUSE Leap 15.6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP6 LTSS</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 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-SP7</li>
                    
                </ul>
            </td>
        </tr>
        </tbody>
    </table>

    <p>An update that solves two vulnerabilities can now be installed.</p>

    


    
        <h2>Description:</h2>
    
    <p>This update for tomcat11 fixes the following issues:</p>
<p>Update to Tomcat 11.0.24.</p>
<p>Security issues fixed:</p>
<ul>
<li>CVE-2026-59083: incorrect URL decoding in <code>RewriteValve</code> may allow security control bypass (bsc#1271397).</li>
<li>CVE-2026-59084: <code>EncryptInterceptor</code> requirements are not clearly documented (bsc#1271398).</li>
</ul>
<p>Other updates and bugfixes:</p>
<ul>
<li>Tomcat 11.0.24:</li>
<li>Catalina<ul>
<li>Fix: Avoid a race condition with concurrent lookups for a singleton JNDI
  resource. (markt)</li>
<li>Fix: Improve the performance of range validation for the default
  servlet. (markt)</li>
<li>Fix: Avoid NPE in RewriteValve. (markt)</li>
<li>Fix: 70127: Fix use of Bootstrap through reflection by restoring the
  public constructor. Use through scripts was not affected. (remm)</li>
<li>Fix: Restore ability to extend many element classes from
  AbstractAccessLogValve. (remm)</li>
<li>Fix: Align DIGEST authentication with RFC 7616 and require clients to
  provide a valid qop parameter. (markt)</li>
<li>Fix: Use Files API to create temporary docBase when antiLockingDocBase
  is enabled. (markt)</li>
<li>Fix: Improve validation of configuration when DataSourceRealm starts.
  (remm)</li>
<li>Fix: JAASRealm should do a logout if login does not fail outright but
  does not produce a Principal. (remm)</li>
<li>Fix: Various edge cases for SSI substitutions, quoting and escaping.</li>
<li>Fix: unintentional conversion of literal + to a space during rule
  processing in the RewriteValve. (markt)</li>
</ul>
</li>
<li>Coyote<ul>
<li>Fix: Avoid a potential JVM crash if a suitable version of Tomcat Native
  is not available when the connector is explicitly configured to use
  Tomcat Native with OpenSSL for TLS. (markt)</li>
</ul>
</li>
<li>Jasper<ul>
<li>Fix: 70120: The fix for 69399 (itself a fix for a regression in the fix
  for 69333) was incomplete and tags that threw exceptions in doStartTag()
  and doEndTag() were incorrectly re-used. This fix prevents tags from
  being re-used if such an exception occurs. (markt)</li>
<li>Add: support for specifying Java 28 (with the value 28) as the compiler
  source and/or compiler target for JSP compilation. If used with an
  Eclipse JDT compiler version that does not support these values, a
  warning will be logged and the default will be used. (markt)</li>
</ul>
</li>
<li>WebSocket<ul>
<li>Fix: 70126: Fix WebSocket extension permessage-deflate so that it does
  not drop bytes if a compressed message inflates to more than the
  available buffer. Fix written by GPT-5.5. Test case written by Hironori
  Ichimiya. (markt)</li>
<li>Fix: Optimise WebSocket client processing of server responses during
  WebSocket HTTP upgrade process. (markt)</li>
</ul>
</li>
<li>Other<ul>
<li>Update: to the Eclipse JDT compiler 4.40. (markt)</li>
<li>Update: Byte Buddy to 1.18.9. (markt)</li>
<li>Update: UnboundID to 7.0.5. (markt)</li>
<li>Update: JaCoCo to 0.8.15. (markt)</li>
<li>Update: BND to 7.3.0. (markt)</li>
<li>Add: Improvements to French translations. (remm)</li>
<li>Add: Improvements to Japanese translations provided 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">
                SUSE Linux Enterprise Server for SAP Applications 15 SP6
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP6-2026-3430=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 15 SP6 LTSS
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-3430=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                openSUSE Leap 15.6
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-2026-3430=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-2026-3430=1</code>
                    
                    
                
            </li>
        
    </ul>

    <h2>Package List:</h2>
    <ul>
        
            
                <li>
                    Web and Scripting Module 15-SP7 (noarch)
                    <ul>
                        
                            <li>tomcat11-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-el-6_0-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-webapps-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-jsp-4_0-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-servlet-6_1-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-admin-webapps-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-lib-11.0.24-150600.13.27.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server for SAP Applications 15 SP6 (noarch)
                    <ul>
                        
                            <li>tomcat11-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-el-6_0-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-webapps-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-jsp-4_0-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-servlet-6_1-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-admin-webapps-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-lib-11.0.24-150600.13.27.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server 15 SP6 LTSS (noarch)
                    <ul>
                        
                            <li>tomcat11-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-el-6_0-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-webapps-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-jsp-4_0-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-servlet-6_1-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-admin-webapps-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-lib-11.0.24-150600.13.27.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    openSUSE Leap 15.6 (noarch)
                    <ul>
                        
                            <li>tomcat11-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-embed-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-jsvc-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-el-6_0-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-docs-webapp-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-doc-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-webapps-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-jsp-4_0-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-servlet-6_1-api-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-admin-webapps-11.0.24-150600.13.27.1</li>
                        
                            <li>tomcat11-lib-11.0.24-150600.13.27.1</li>
                        
                    </ul>
                </li>
            
        
    </ul>

    
        <h2>References:</h2>
        <ul>
            
                
                    <li>
                        <a href="https://www.suse.com/security/cve/CVE-2026-59083.html">https://www.suse.com/security/cve/CVE-2026-59083.html</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://www.suse.com/security/cve/CVE-2026-59084.html">https://www.suse.com/security/cve/CVE-2026-59084.html</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1271397">https://bugzilla.suse.com/show_bug.cgi?id=1271397</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1271398">https://bugzilla.suse.com/show_bug.cgi?id=1271398</a>
                    </li>
                
            
        </ul>
    
</div>