Lucene search

K
cvelistEclipseCVELIST:CVE-2023-4760
HistorySep 21, 2023 - 7:35 a.m.

CVE-2023-4760 Remote Code Execution in Eclipse RAP on Windows

2023-09-2107:35:35
CWE-22
CWE-23
eclipse
www.cve.org
2
vulnerability
eclipse rap
remote code execution
fileupload
windows
security issue
extraction
file name

CVSS3

7.6

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L

AI Score

10

Confidence

High

EPSS

0.004

Percentile

74.1%

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.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "platforms": [
      "Windows"
    ],
    "product": "Eclipse RAP",
    "vendor": "Eclipse Foundation",
    "versions": [
      {
        "lessThanOrEqual": "3.25.0",
        "status": "affected",
        "version": "3.0.0",
        "versionType": "semver"
      }
    ]
  }
]

CVSS3

7.6

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L

AI Score

10

Confidence

High

EPSS

0.004

Percentile

74.1%

Related for CVELIST:CVE-2023-4760