1. Overview
We are informing you that three security vulnerabilities disclosed in Apache Tomcat (CVE-2026-53404, CVE-2026-53434, CVE-2026-55276) may affect Tibero products.
All these vulnerabilities are classified as Low severity according to Apache standards, and no critical impacts such as remote code execution or authentication bypass have been reported. However, since they may affect access control and certificate verification logic, we recommend prompt patching in affected environments.
| Item | Details |
|---|---|
| Security Notice Number | Tibero-SA-2026-0002 |
| Related CVEs | CVE-2026-53404, CVE-2026-53434, CVE-2026-55276 |
| Overall Severity | Low |
| Initial Publication Date | 2026-07-29 |
| Status | Investigation Complete / Patch Distribution Ongoing |
2. Product Impact Analysis
| Product/Component | Bundled Version | Related Module | Impact Status |
| Prosync Manager | Apache Tomcat/9.0.100 | Web Application Server |
No Impact |
| SysMaster | Not Applicable | - | No Impact |
| Tibero RDBMS | Not Applicable | - | No Impact |
All three CVEs are included in the affected versions based on the Apache Tomcat version and may be detected by vulnerability scanners.
However, each product does not meet the prerequisites for exploitation of these vulnerabilities, so there is no practical impact. Therefore, urgent patches or separate workarounds are not required.
| CVE | Vulnerability Description | Exploitation Conditions | Product Status | Assessment |
|---|---|---|---|---|
| CVE-2026-53404 | RewriteValveโs OR (ornext) condition processing error may cause access control rules to behave differently than intended | Environment using RewriteValve and rewrite.config, with those rules serving as access control boundaries |
No use cases of RewriteValve or rewrite.config |
No Impact |
| CVE-2026-53434 | Incorrect CRL settings in FFM (OpenSSL) connector are ignored, allowing revoked client certificates to be accepted | Environment configured with FFM (OpenSSLLifecycleListener), Java 22 or higher, mTLS, and CRL settings | Use of NIO+JSSE connector, Java 8 based, no mTLS/CRL-related settings or use cases | No Impact |
| CVE-2026-55276 |
logEffectiveWebXml logging issue where some authorization information is missing from logs
|
Activation of logEffectiveWebXml and use of web.xml-based security constraints |
No use of logEffectiveWebXml, security applied via annotations instead of web.xml |
No Impact |
Additional Checks
- Scripts modifying
server.xmlonly include port changes (sed) ininstall.sh. -
_setup_ssl.shandregen-certmanage only the server keystore and do not alter connector protocols or client authentication settings. - Therefore, the exploitation conditions for these vulnerabilities are not met during installation or operation.
3. Vulnerability Details - Risk Matrix
| CVE ID | CWE | Vulnerability Summary | Severity | CVSS 3.1 | Affected Versions | Fixed Versions |
| CVE-2026-53404 | CWE-670 | RewriteValveโs OR condition processing error causes the first matching condition to prevent evaluation of subsequent non-OR conditions, potentially impacting rewrite rules used for access control or routing. | Low | N/A* | 9.0.0.M1โ9.0.118, 10.1.0-M1โ10.1.55, 11.0.0-M1โ11.0.22, 8.5.0โ8.5.100 | 9.0.119 / 10.1.56 / 11.0.23 |
| CVE-2026-53434 | CWE-390 | FFM-based connector ignores invalid CRL (Certificate Revocation List) settings without error, allowing revoked client certificates to be accepted. | Low | N/A* | 9.0.83โ9.0.118, 10.1.0-M7โ10.1.55, 11.0.0-M1โ11.0.22 | 9.0.119 / 10.1.56 / 11.0.23 |
| CVE-2026-55276 | CWE-670 | When using logEffectiveWebXml, special roles (*, **) and empty authorization constraints are missing from logs, potentially causing audit and compliance to appear more permissive than actual. No impact on runtime authorization processing. | Low | 2.3 | 9.0.0.M1โ9.0.118, 10.1.0-M1โ10.1.55, 11.0.0-M1โ11.0.22, 8.5.0โ8.5.100 | 9.0.119 / 10.1.56 / 11.0.23 |
* Items without official CVSS 3.1 scores posted are marked as N/A, sorted by Apacheโs own severity rating (Low).
4. Individual Vulnerability Details
CVE-2026-53404 โ RewriteValve OR Condition Logic Error (Bad ornext processing)
| CWE Classification | CWE-670 (Always-Incorrect Control Flow Implementation) |
| Severity (Apache Standard) | Low |
| CVSS 3.1 Base Score | N/A (Not Published by NVD) |
| Affected Versions | 9.0.0.M1โ9.0.118, 10.1.0-M1โ10.1.55, 11.0.0-M1โ11.0.22, 8.5.0โ8.5.100 (EOL versions may also be affected) |
| Fixed Versions | 9.0.119, 10.1.56, 11.0.23 |
| First Reported | 2026-05-28 |
| Disclosure Date | 2026-06-29 |
In Tomcatโs RewriteValve, when rewrite rules mix OR conditions and regular conditions such as "A or B, and C," an error caused the evaluation to treat "A alone is sufficient" as true. In environments using rewrite rules as security boundaries for access control, host verification, or path isolation, requests may unintentionally pass through.
Recommended Action
Upgrade to versions 9.0.119 / 10.1.56 / 11.0.23. If you have RewriteValve rules that place mandatory conditions after OR chains, review those rules before upgrading to verify they behave as intended.
CVE-2026-53434 โ Undetected Incorrect CRL Settings in FFM Connector
| CWE Classification | CWE-390 (Detection of Error Condition Without Action) |
| Severity (Apache Standard) | Low |
| CVSS 3.1 Base Score | N/A (Not Published by NVD) |
| Affected Versions | 9.0.83โ9.0.118, 10.1.0-M7โ10.1.55, 11.0.0-M1โ11.0.22 (8.5 series not affected as it does not include FFM connector) |
| Fixed Versions | 9.0.119, 10.1.56, 11.0.23 |
| First Reported | 2026-06-08 |
| Disclosure Date | 2026-06-29 |
In the FFM (Foreign Function & Memory) based connector, if the CRL (Certificate Revocation List) setting is invalid, it is ignored without error detection, allowing the service to start. This poses a risk where revoked client certificates may not be rejected in management interfaces or partner gateways using mTLS client certificate verification.
Recommended Action
If you use CRL-based client certificate verification in the FFM connector, prioritize upgrading to the patched version. Before upgrading, we recommend verifying via logs that CRL settings are loaded correctly.
CVE-2026-55276 โ Missing Authorization Information in effective web.xml Logs
| CWE Classification | CWE-670 (Always-Incorrect Control Flow Implementation) |
| Severity (Apache Standard) | Low |
| CVSS 3.1 Base Score | 2.3 (CVSS 3.1, Base) |
| Affected Versions | 9.0.0.M1โ9.0.118, 10.1.0-M1โ10.1.55, 11.0.0-M1โ11.0.22, 8.5.0โ8.5.100 (Not applicable before 8.0.0) |
| Fixed Versions | 9.0.119, 10.1.56, 11.0.23 |
| First Reported | 2026-06-16/17 |
| Disclosure Date | 2026-06-29 |
When using the logEffectiveWebXml option, special roles (*, **) and empty authorization constraints (<auth-constraint/>) are missing from the merged web.xml output in logs. While this does not affect runtime authorization, if these logs are used as audit, inspection, or compliance evidence, it may lead to misunderstanding that settings are more permissive than they actually are.
Recommended Action
Since there is no impact on runtime security, upgrade according to your regular patch schedule.
However, if you have recently used effective web.xml logs as audit or inspection evidence, please re-examine against the actual deployed web.xml or annotation-based security configuration.
5. Remediation
- For environments using Tomcat 9.0.x: Upgrade to 9.0.119 or later
- For environments using Tomcat 10.1.x: Upgrade to 10.1.56 or later
- For environments using Tomcat 11.0.x: Upgrade to 11.0.23 or later
- For environments using Tomcat 8.5 series (EOL): Since community support has ended and official patches are not provided, consider migrating to a supported version or evaluate commercial support (EOL vendor patches)
6. Temporary Workarounds
If immediate upgrade is difficult, consider the following temporary measures.
- CVE-2026-53404: Check RewriteValve rules for patterns where mandatory conditions follow OR chains, and if possible, simplify rules to temporarily mitigate
- CVE-2026-53434: Supplement CRL settings in the FFM connector by implementing dual certificate verification at an external reverse proxy/load balancer layer
- CVE-2026-55276: For audit purposes, review deployed web.xml or annotation configuration files directly instead of relying on logs
7. References
- Apache Tomcat 9 Security Advisories โ https://tomcat.apache.org/security-9.html
- Apache Tomcat 10 Security Advisories โ https://tomcat.apache.org/security-10.html
- Apache Tomcat 11 Security Advisories โ https://tomcat.apache.org/security-11.html
- NVD - CVE-2026-53404 โ https://nvd.nist.gov/vuln/detail/CVE-2026-53404
- NVD - CVE-2026-53434 โ https://nvd.nist.gov/vuln/detail/CVE-2026-53434
- NVD - CVE-2026-55276 โ https://nvd.nist.gov/vuln/detail/CVE-2026-55276
Revision History
| Version | Date | Changes |
|---|---|---|
| 1.0 | 2026-07-20 | Initial publication (Major Revision) โ Registration of CVE-2026-53404, CVE-2026-53434, CVE-2026-55276 |
| 1.1 | 2026-07-28 | Supplemented workaround wording and added reference links (Minor Revision) |
Major revisions (e.g., 1.0โ2.0) are assigned for new CVE registrations or patch information changes; minor revisions (e.g., 1.0โ1.1) are assigned for updates to FAQs, workarounds, or references.