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.
Conclusion & alert: CVE-2023-4760 is rated High Exploit Risk (66.9/100): CVSS High severity, with medium exploitation likelihood (EPSS 1.04%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.38% | 1.04% | +0.67% |
| 2 | 2025-11-21 | 1.94% | 0.38% | -1.56% |
| 3 | 2025-11-18 | — | 1.94% | — |
Full EPSS history (12 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.6 | 3.1 | HIGH |
|
2.8 | 4.7 | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| eclipse | remote_application_platform | >= 3.0.0, <= 3.25.0 | cpe:2.3:a:eclipse:remote_application_platform:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/eclipse-rap/org.eclipse.rap/pull/141 | Issue Tracking Patch |
| https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/160 | Exploit Issue Tracking |