CVE-2023-4760
Last modified
CVE-2023-4760 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In Eclipse RAP versions from 3.0.0 up to and including 3.25.0, Remote Code Execution is possible on Windows when using the FileUpload component. The reason for this is a not completely secure extraction of the file name in the FileUploadProcessor.stripFileName(String name) method. As soon as this finds a / in the path, everything before it is removed, but potentially \ (backslashes) coming further back are kept. For example, a file name such as /..\..\webapps\shell.war can be used to upload a file to a Tomcat server under Windows, which is then saved as ..\..\webapps\shell.war in its webapps directory and can then be executed. . EPSS estimates a 1.04% chance of exploitation in the next 30 days.
Description
In Eclipse RAP versions from 3.0.0 up to and including 3.25.0, Remote Code Execution is possible on Windows when using the FileUpload component. The reason for this is a not completely secure extraction of the file name in the FileUploadProcessor.stripFileName(String name) method. As soon as this finds a / in the path, everything before it is removed, but potentially \ (backslashes) coming further back are kept. For example, a file name such as /..\..\webapps\shell.war can be used to upload a file to a Tomcat server under Windows, which is then saved as ..\..\webapps\shell.war in its webapps directory and can then be executed.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Eclipse | Remote Application Platform | >= 3.0.0, <= 3.25.0 |
References
- https://github.com/eclipse-rap/org.eclipse.rap/pull/141Issue Tracking, Patch
- https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/160Exploit, Issue Tracking
- https://github.com/eclipse-rap/org.eclipse.rap/pull/141Issue Tracking, Patch
- https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/160Exploit, Issue Tracking
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-4760?
How severe is CVE-2023-4760?
How do I fix CVE-2023-4760?
Are you affected by CVE-2023-4760?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
