S4E just found a high top 10 tcp port service scan
medium·Product Based Web Vulnerabilities·Updated Jul 14, 2026

CVE-2026-50229 Scanner

CVE-2026-50229 Scanner - Cross-Site Scripting (XSS) vulnerability in Apache Tomcat

Est. Time~10 seconds
Scan TypeGroup Scan
Targetsurl
CostFree
2.3k
Times Used
continuous scan runs
3.4k
Continuously Checked
assets under CS
2
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-50229
6.1
CVSSmedium
Exploitable remotely over the internet · no authentication required · user interaction needed.

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in the number guess example for Apache Tomcat. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.22, from 10.1.0-M1 through 10.1.55, from 9.0.0.M1 through 9.0.118, from 8.5.0 through 8.5.100, from 7.0.0 through 7.0.109. Other versions that have reached end of support may also be affected. Users are recommended to upgrade to version 11.0.23, 10.1.56 or 9.0.119, which fix the issue.

Attack Vector
Network
Privileges Req.
None
User Interaction
Required
Affected
Apache Tomcatby Apache Software Foundation
11.0.0-M1
Updated Aug 22, 2026View on NVD →
Detail

Apache Tomcat is a widely used open-source web server and servlet container developed by the Apache Software Foundation. It implements several Java EE specifications, such as Java Servlet, JavaServer Pages (JSP), and more, serving as a platform for web applications. Businesses worldwide rely on Tomcat for hosting and deploying Java applications due to its robustness and versatility. IT professionals, developers, and system administrators frequently use Tomcat in enterprise environments and for educational purposes. Its ease of integration and configuration makes it popular for both small and large scale operations requiring Java support.

The vulnerability in question is a Cross-Site Scripting (XSS) flaw found in Apache Tomcat's number guess JSP example application. Cross-Site Scripting allows attackers to inject malicious scripts into web pages viewed by other users, which can execute in their browsers. This vulnerability stems from improper neutralization of script-related HTML tags, enabling an attacker to perform unauthorized actions in the context of the affected web application. XSS vulnerabilities are a severe threat to web security, potentially compromising user data and application integrity. Addressing this vulnerability involves strict input validation and context-sensitive encoding to avoid script injection.

The technical details of the vulnerability include a lack of adequate escaping and filtering of user-supplied input in a specific JSP file within Tomcat's examples directory. The vulnerable end point is an example number guessing game, where the 'guess' and 'hint' parameters can be exploited. Attackers can craft a request that includes script tags in one of these parameters, which, when executed, will display an alert with the document's domain. The web page's failure to sanitize these inputs adequately permits the execution of malicious JavaScript, which could be leveraged for a range of attacks, such as session hijacking or web defacements.

If exploited by a malicious actor, this XSS vulnerability could allow attackers to execute arbitrary scripts in the browser of unsuspecting users. This could lead to sensitive information disclosure, theft of user cookies, or even unauthorized actions being performed on behalf of the user. Affected users could potentially be redirected to harmful sites, or have their browser perform unauthorized transactions. Moreover, repeated exploitation could erode user trust in the site, resulting in reputational damage and potential financial losses for affected organizations. Mitigation efforts should therefore focus on updating affected systems and reviewing input handling mechanisms within applications.

REFERENCES

Solution Advice
  • Upgrade Apache Tomcat to versions 11.0.23, 10.1.56, or 9.0.119 or later.
  • Review and enhance input validation to ensure proper encoding and escaping of user inputs.
  • Implement Content Security Policy (CSP) to mitigate the impact of injected scripts in browsers.
  • Encourage users to regularly update their web browsers to include the latest security patches.
  • Conduct regular security audits to identify and address other potential vulnerabilities in applications.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-50229 Scanner - Cross-Site Scripting (XSS) vulnerability in Apache Tomcat S4E