{"id":7988,"date":"2025-10-28T10:03:28","date_gmt":"2025-10-28T10:03:28","guid":{"rendered":"https:\/\/serisec.com\/index.php\/2025\/10\/28\/apache-tomcat-security-vulnerabilities-expose-servers-to-remote-code-execution-attacks\/"},"modified":"2025-10-28T10:03:28","modified_gmt":"2025-10-28T10:03:28","slug":"apache-tomcat-security-vulnerabilities-expose-servers-to-remote-code-execution-attacks","status":"publish","type":"post","link":"https:\/\/serisec.com\/index.php\/2025\/10\/28\/apache-tomcat-security-vulnerabilities-expose-servers-to-remote-code-execution-attacks\/","title":{"rendered":"Apache Tomcat Security Vulnerabilities Expose Servers to Remote Code Execution Attacks"},"content":{"rendered":"<p>    Apache Tomcat Security Vulnerabilities Expose Servers to Remote Code Execution Attacks<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p>The Apache Software Foundation has highlighted critical flaws in Apache Tomcat, a widely used open-source Java servlet container that powers numerous web applications.<\/p>\n<p>On October 27, 2025, Apache disclosed two vulnerabilities, CVE-2025-55752 and CVE-2025-55754, affecting multiple versions of Tomcat.<\/p>\n<p>While the first poses a risk of <a href=\"https:\/\/cybersecuritynews.com\/tag\/remote-code-execution\/\" target=\"_blank\" rel=\"noreferrer noopener\">remote code execution<\/a> (RCE) under specific configurations, the second enables potential console manipulation, underscoring the need for immediate patching in enterprise environments.<\/p>\n<p>These issues stem from regressions and unescaped sequences, potentially exposing servers to unauthorized access and control.\u200b<\/p>\n<h2 class=\"wp-block-heading\" id=\"directory-traversal-flaw-enables-rce\"><strong>Directory Traversal Flaw Enables RCE<\/strong><\/h2>\n<p>The more severe vulnerability, <a href=\"https:\/\/lists.apache.org\/thread\/38vqp0v1fg4gr8c6lvm15wj6k67hxzxd\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">CVE-2025-55752<\/a>, involves a directory traversal bug introduced in the fix for an earlier issue (bug 60013).<\/p>\n<p>In this regression, rewritten URLs are normalized before decoding, allowing attackers to manipulate query parameters and bypass protections for sensitive directories like \/WEB-INF\/ and \/META-INF\/.<\/p>\n<p>If PUT requests are enabled, a configuration typically restricted to trusted users, malicious files can be uploaded, leading to RCE.<\/p>\n<p>Discovered by Chumy Tsai of CyCraft Technology, this flaw is rated as Important severity, emphasizing its potential impact on unpatched systems running Tomcat in production.\u200b<\/p>\n<p>Affected versions include Apache Tomcat 11.0.0-M1 to 11.0.10, 10.1.0-M1 to 10.1.44, and 9.0.0-M11 to 9.0.108, with older end-of-life (EOL) releases also vulnerable.<\/p>\n<p>The technical specifics revolve around URL rewriting rules that inadvertently allow path manipulation, exploiting the order of normalization and decoding processes to evade security constraints.\u200b<\/p>\n<figure class=\"wp-block-table\">\n<table class=\"has-fixed-layout\">\n<thead>\n<tr>\n<th>CVE ID<\/th>\n<th>Severity<\/th>\n<th>Affected Versions<\/th>\n<th>CVSS Score<\/th>\n<th>Technical Description<\/th>\n<th>Credit<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>CVE-2025-55752<\/td>\n<td>Important<\/td>\n<td>11.0.0-M1 to 11.0.10<br \/>10.1.0-M1 to 10.1.44<br \/>9.0.0.M11 to 9.0.108<\/td>\n<td>N\/A (Important)<\/td>\n<td>Directory traversal via rewritten URL normalization before decoding; enables file upload and RCE if PUT enabled. Bypasses \/WEB-INF\/ and \/META-INF\/ protections.<\/td>\n<td>Chumy Tsai (CyCraft) <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/lists.apache.org\/thread\/n05kjcwyj1s45ovs8ll1qrrojhfb1tog\">lists.apache<\/a>\u200b<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p>\u200b<\/p>\n<h2 class=\"wp-block-heading\" id=\"console-manipulation-through-log-escapes\"><strong>Console Manipulation Through Log Escapes<\/strong><\/h2>\n<p>In addition to the traversal issue, <a href=\"https:\/\/lists.apache.org\/thread\/kslp83vxhtzw9lfj0753otwx9yl36y7l\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">CVE-2025-55754<\/a> addresses improper neutralization of ANSI escape sequences in Tomcat\u2019s log messages.<\/p>\n<p>On Windows systems with ANSI-supporting consoles, attackers could craft URLs to inject sequences that manipulate the console display, clipboard, or even trick administrators into executing commands.<\/p>\n<p>Although no direct attack vector was identified for other OSes, the potential for <a href=\"https:\/\/cybersecuritynews.com\/social-engineering\/\" target=\"_blank\" rel=\"noreferrer noopener\">social engineering<\/a> remains a concern. Rated Low severity, this flaw affects Tomcat 11.0.0-M1 to 11.0.10, 10.1.0-M1 to 10.1.44, and 9.0.0.40 to 9.0.108, plus select EOL versions like 8.5.60 to 8.5.100.\u200b<\/p>\n<p>Identified by Elysee Franchuk of MOBIA Technology Innovations, the issue arises from unescaped logs, allowing control sequences to influence terminal behavior without <a href=\"https:\/\/cybersecuritynews.com\/authentication\/\" target=\"_blank\" rel=\"noreferrer noopener\">authentication<\/a>.\u200b<\/p>\n<figure class=\"wp-block-table\">\n<table class=\"has-fixed-layout\">\n<thead>\n<tr>\n<th>CVE ID<\/th>\n<th>Severity<\/th>\n<th>Affected Versions<\/th>\n<th>CVSS Score<\/th>\n<th>Technical Description<\/th>\n<th>Credit<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>CVE-2025-55754<\/td>\n<td>Low<\/td>\n<td>11.0.0-M1 to 11.0.10<br \/>10.1.0-M1 to 10.1.44<br \/>9.0.0.40 to 9.0.108<\/td>\n<td>N\/A (Low)<\/td>\n<td>Unescaped ANSI sequences in logs enable console\/clipboard manipulation on Windows; potential command trickery via crafted URLs.<\/td>\n<td>Elysee Franchuk (MOBIA) <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/lists.apache.org\/thread\/opg9mrgd64717nkwrkv8yszwzvzjlhqx\">lists.apache<\/a>\u200b<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p>Experts note that while less critical, combining this with other flaws could amplify threats in console-monitored setups.\u200b<\/p>\n<h2 class=\"wp-block-heading\" id=\"urgent-patching-and-broader-implications\"><strong>Mitigations<\/strong><\/h2>\n<p>Apache urges users to upgrade to mitigated versions: Tomcat 11.0.11, 10.1.45, or 9.0.109 and later, which address both vulnerabilities through enhanced URL handling and log escaping.<\/p>\n<p>Organizations should audit configurations, particularly those enabling PUT requests alongside rewrites, to prevent RCE chains. Given Tomcat\u2019s prevalence in Java-based applications, unpatched instances could face targeted attacks, echoing earlier exploits like <a href=\"https:\/\/cybersecuritynews.com\/apache-tomcat-vulnerability-exploited\/\" target=\"_blank\" rel=\"noreferrer noopener\">CVE-2025-24813<\/a>.\u200b<\/p>\n<p class=\"has-text-align-center has-background\" style=\"background:linear-gradient(180deg,rgb(238,238,238) 94%,rgb(169,184,195) 100%)\"><strong>Follow us on <a href=\"https:\/\/news.google.com\/publications\/CAAqMggKIixDQklTR3dnTWFoY0tGV041WW1WeWMyVmpkWEpwZEhsdVpYZHpMbU52YlNnQVAB?hl=en-IN&amp;gl=IN&amp;ceid=IN:en\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Google News<\/a>, <a href=\"https:\/\/www.linkedin.com\/company\/cybersecurity-news\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">LinkedIn<\/a>, and <a href=\"https:\/\/x.com\/cyber_press_org\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">X<\/a> for daily cybersecurity updates. <a href=\"https:\/\/cybersecuritynews.com\/contact-us\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Contact us<\/a> to feature your stories.<\/strong><\/p>\n<p>The post <a href=\"https:\/\/cybersecuritynews.com\/apache-tomcat-security-vulnerabilities\/\">Apache Tomcat Security Vulnerabilities Expose Servers to Remote Code Execution Attacks<\/a> appeared first on <a href=\"https:\/\/cybersecuritynews.com\/\">Cyber Security News<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Guru Baran<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/cybersecuritynews.com\/apache-tomcat-security-vulnerabilities\/\">Go to cyber-security-news<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Apache Tomcat Security Vulnerabilities Expose Servers to Remote Code Execution Attacks The Apache Software Foundation has highlighted critical flaws in Apache Tomcat, a widely used open-source Java servlet container that powers numerous web applications. On October 27, 2025, Apache disclosed two vulnerabilities, CVE-2025-55752 and CVE-2025-55754, affecting multiple versions of Tomcat. While the first poses a [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[129,63,131,648],"tags":[130],"class_list":["post-7988","post","type-post","status-publish","format-standard","hentry","category-cyber-security","category-cyber-security-news","category-vulnerability","category-vulnerability-news","tag-cyber-security-news"],"_links":{"self":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/7988"}],"collection":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/comments?post=7988"}],"version-history":[{"count":0,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/7988\/revisions"}],"wp:attachment":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/media?parent=7988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/categories?post=7988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/tags?post=7988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}