CVE-2023-4760

CVSS 3.1 Score 8.8 of 10 (high)

Details

Published Sep 21, 2023
Updated: Sep 26, 2023
CWE ID 89

Summary

CVE-2023-4760 is a Remote Code Execution vulnerability affecting Eclipse RAP versions 3.0.0 through 3.25.0 on Windows systems. This issue stems from an insecure file name extraction method in the FileUploadProcessor's stripFileName(String name) function. When a forward slash (/) is encountered in the file name, everything before it is removed, but backslashes (\\) further back in the path are kept. This quirk can be exploited by uploading a specially crafted file, such as /..\\..\\webapps\\shell.war, that is saved as ..\\..\\webapps\\shell.war upon upload. Subsequently, this file can be executed on a Tomcat server, posing a significant security risk.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share