Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-q8cm-3v62-jj79

Опубликовано: 25 июл. 2023
Источник: github
Github: Прошло ревью
CVSS3: 9.8

Описание

Remote code execution in Apache Jackrabbit

Java object deserialization issue in Jackrabbit webapp/standalone on all platforms allows attacker to remotely execute code via RMIVersions up to (including) 2.20.10 (stable branch) and 2.21.17 (unstable branch) use the component "commons-beanutils", which contains a class that can be used for remote code execution over RMI.

Users are advised to immediately update to versions 2.20.11 or 2.21.18. Note that earlier stable branches (1.0.x .. 2.18.x) have been EOLd already and do not receive updates anymore.

In general, RMI support can expose vulnerabilities by the mere presence of an exploitable class on the classpath. Even if Jackrabbit itself does not contain any code known to be exploitable anymore, adding other components to your server can expose the same type of problem. We therefore recommend to disable RMI access altogether (see further below), and will discuss deprecating RMI support in future Jackrabbit releases.

How to check whether RMI support is enabledRMI support can be over an RMI-specific TCP port, and over an HTTP binding. Both are by default enabled in Jackrabbit webapp/standalone.

The native RMI protocol by default uses port 1099. To check whether it is enabled, tools like "netstat" can be used to check.

RMI-over-HTTP in Jackrabbit by default uses the path "/rmi". So when running standalone on port 8080, check whether an HTTP GET request on localhost:8080/rmi returns 404 (not enabled) or 200 (enabled). Note that the HTTP path may be different when the webapp is deployed in a container as non-root context, in which case the prefix is under the user's control.

Turning off RMIFind web.xml (either in JAR/WAR file or in unpacked web application folder), and remove the declaration and the mapping definition for the RemoteBindingServlet:

                    RMI             org.apache.jackrabbit.servlet.remote.RemoteBindingServlet        

                    RMI             /rmi        

Find the bootstrap.properties file (in $REPOSITORY_HOME), and set

        rmi.enabled=false

    and also remove

        rmi.host         rmi.port         rmi.url-pattern

 If there is no file named bootstrap.properties in $REPOSITORY_HOME, it is located somewhere in the classpath. In this case, place a copy in $REPOSITORY_HOME and modify it as explained.

 

Пакеты

Наименование

org.apache.jackrabbit:jackrabbit-webapp

maven
Затронутые версииВерсия исправления

>= 2.21.0, < 2.21.18

2.21.18

Наименование

org.apache.jackrabbit:jackrabbit-webapp

maven
Затронутые версииВерсия исправления

>= 1.0.0, < 2.20.11

2.20.11

Наименование

org.apache.jackrabbit:jackrabbit-standalone

maven
Затронутые версииВерсия исправления

>= 2.21.0, < 2.21.18

2.21.18

Наименование

org.apache.jackrabbit:jackrabbit-standalone

maven
Затронутые версииВерсия исправления

>= 1.0.0, < 2.20.11

2.20.11

Наименование

org.apache.jackrabbit:jackrabbit-standalone-components

maven
Затронутые версииВерсия исправления

>= 2.21.0, < 2.21.18

2.21.18

Наименование

org.apache.jackrabbit:jackrabbit-standalone-components

maven
Затронутые версииВерсия исправления

>= 1.0.0, < 2.20.11

2.20.11

EPSS

Процентиль: 92%
0.08774
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-502

Связанные уязвимости

CVSS3: 9.8
ubuntu
больше 2 лет назад

Java object deserialization issue in Jackrabbit webapp/standalone on all platforms allows attacker to remotely execute code via RMIVersions up to (including) 2.20.10 (stable branch) and 2.21.17 (unstable branch) use the component "commons-beanutils", which contains a class that can be used for remote code execution over RMI. Users are advised to immediately update to versions 2.20.11 or 2.21.18. Note that earlier stable branches (1.0.x .. 2.18.x) have been EOLd already and do not receive updates anymore. In general, RMI support can expose vulnerabilities by the mere presence of an exploitable class on the classpath. Even if Jackrabbit itself does not contain any code known to be exploitable anymore, adding other components to your server can expose the same type of problem. We therefore recommend to disable RMI access altogether (see further below), and will discuss deprecating RMI support in future Jackrabbit releases. How to check whether RMI support is enabledRMI support can be o...

CVSS3: 9.8
nvd
больше 2 лет назад

Java object deserialization issue in Jackrabbit webapp/standalone on all platforms allows attacker to remotely execute code via RMIVersions up to (including) 2.20.10 (stable branch) and 2.21.17 (unstable branch) use the component "commons-beanutils", which contains a class that can be used for remote code execution over RMI. Users are advised to immediately update to versions 2.20.11 or 2.21.18. Note that earlier stable branches (1.0.x .. 2.18.x) have been EOLd already and do not receive updates anymore. In general, RMI support can expose vulnerabilities by the mere presence of an exploitable class on the classpath. Even if Jackrabbit itself does not contain any code known to be exploitable anymore, adding other components to your server can expose the same type of problem. We therefore recommend to disable RMI access altogether (see further below), and will discuss deprecating RMI support in future Jackrabbit releases. How to check whether RMI support is enabledRMI support can be o

CVSS3: 9.8
debian
больше 2 лет назад

Java object deserialization issue in Jackrabbit webapp/standalone on a ...

CVSS3: 9.8
fstec
больше 2 лет назад

Уязвимость компонента commons-beanutils хранилища содержимого с открытым исходным кодом для платформы Java Apache Jackrabbit, позволяющая нарушителю выполнить произвольный код

EPSS

Процентиль: 92%
0.08774
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-502