1. Overview
After reviewing the impact of multiple Apache Tomcat vulnerabilities on the Tmax Tibero product suite, we confirm that there is no impact.
All of these vulnerabilities are classified as Low severity by Apache standards, and no critical effects such as remote code execution or authentication bypass have been reported.
| Item | Details |
|---|---|
| Security Notice Number | Tibero-SA-2026-0002 |
| Related CVEs | CVE-2026-53404, CVE-2026-53434, CVE-2026-55276 |
| Overall Severity | Low |
| Initial Release Date | 2026-07-29 |
| Status | Investigation Completed |
2. Product Impact Analysis
| Product/Component | Bundle Version | Related Module | Impact Status |
| Prosync Manager4 | Apache Tomcat/9.0.100 | Web Application Server |
No Impact |
| SysMaster8 | Not Applicable | - | No Impact |
| Tibero RDBMS7 | Not Applicable | - | No Impact |
Based on the Apache Tomcat version, all three CVEs fall within the affected versions and may be detected by vulnerability scanners.
However, each product does not meet the preconditions for exploiting these vulnerabilities, so there is no practical impact. Therefore, urgent patches or separate workarounds are not necessary.
| CVE | Vulnerability Description | Exploitation Conditions | Product Status | Assessment |
|---|---|---|---|---|
| CVE-2026-53404 | RewriteValve OR (ornext) condition processing error causing access control rules to behave differently than intended | Environments using RewriteValve and rewrite.config, where these rules are used as access control boundaries |
No use of RewriteValve or rewrite.config |
No Impact |
| CVE-2026-53434 | Incorrect CRL settings ignored in FFM (OpenSSL) connector, potentially allowing revoked client certificates | Environments configured with FFM (OpenSSLLifecycleListener), Java 22 or higher, mTLS, and CRL settings | Uses NIO+JSSE connector, Java 8-based, no mTLS/CRL settings or usage | No Impact |
| CVE-2026-55276 |
logEffectiveWebXml logging issue where some authorization information is missing
|
Activation of logEffectiveWebXml and use of web.xml-based security constraints |
No use of logEffectiveWebXml, annotation-based security applied instead of web.xml |
No Impact |
Additional Checks
- Scripts modifying
server.xmlonly exist for port changes (sed) ininstall.sh. -
_setup_ssl.shandregen-certmanage only the server keystore and do not change 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 OR condition processing error where if the first condition matches, subsequent non-OR conditions are not evaluated, potentially affecting 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 in the logs, which may cause audit or compliance misinterpretation. 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 an official CVSS 3.1 score published are marked N/A and 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 with regular conditions like "A or B, and C," an error causes the evaluation to behave as if "A alone is sufficient." In environments using rewrite rules for access control, host verification, or path isolation as security boundaries, requests may inadvertently be allowed.
Recommended Action
Upgrade to versions 9.0.119 / 10.1.56 / 11.0.23. If you have rules placing mandatory conditions after an OR chain in RewriteValve, review those rules before upgrading to verify they behave as intended.
CVE-2026-53434 — FFM Connector Incorrect CRL Setting Ignored
| 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 does not include FFM connector, not applicable) |
| 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) configuration is invalid, the error is ignored and the service starts normally. This poses a risk where revoked client certificates may not be rejected in management interfaces or partner gateways that verify client certificates via mTLS.
Recommended Action
If you use CRL-based client certificate verification with the FFM connector, upgrade to the patched version as a top priority. Before upgrading, it is recommended to verify via logs that the 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 (Versions before 8.0.0 not affected) |
| 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 logs. While this does not affect runtime authorization, audits or compliance reviews relying on these logs may misinterpret the configuration as more permissive than it actually is.
Recommended Action
Since there is no impact on runtime security, upgrade according to your regular patch schedule.
However, if recent audits or reviews have used the effective web.xml logs as reference, re-examine the original deployed web.xml or annotation-based security settings.
5. Resolution
- 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 Tomcat 8.5 series (EOL): since community support has ended and official patches are not provided, consider migrating to a supported version or reviewing commercial support (EOL vendor patches)
6. Temporary Mitigation Measures
If immediate upgrades are difficult, consider the following temporary measures.
- CVE-2026-53404: Review RewriteValve rules for patterns where mandatory conditions follow an OR chain, and simplify rules if possible as a temporary workaround
- CVE-2026-53434: Supplement FFM connector’s CRL settings by enforcing certificate validation at an external reverse proxy/load balancer layer
- CVE-2026-55276: For audit purposes, verify access control settings using the deployed web.xml or annotation-based configuration rather than relying on logs
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 Release (Major Revision) — CVE-2026-53404, CVE-2026-53434, CVE-2026-55276 registered |
| 1.1 | 2026-07-28 | Added clarification on workarounds and additional reference links (Minor Revision) |
| 1.2 | 2026-09-07 | Removed patch-related wording, added product-specific affected version information (Minor Revision) |
Major revisions (e.g., 1.0 → 2.0) are assigned when new CVEs are registered or patch information changes; minor revisions (e.g., 1.0 → 1.1) are for changes to FAQs, mitigations, references, or other supplementary information.