Apache Tomcat Web Server
Apache Tomcat, or simply Tomcat Server, is a widely used free and open-source web server for running Java-based websites and applications. It allows developers to host and manage dynamic web applications built on the Java platform.
Tomcat uses the HTTP protocol to handle communication between the server and users. By default, it runs on TCP Port 8080.
The Apache HTTP Server is commonly used to host static and dynamic websites, especially those built with PHP. On the other hand, Apache Tomcat is mainly used for Java-based web applications.
Apache Tomcat v8.5.19 has a remote code execution (RCE) vulnerability that allows attackers to upload and run a malicious JSP payload, giving them remote access to the target server. Metasploit (MSF) has a ready-made exploit module that can be used to take advantage of this weakness and gain control over the system.
Last updated