Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
RS4LOGJ-CVE-2021-44228 — Provides upgrade and mitigation instructions for Apache Log4j vulnerability CVE-2021-44228 in Remote Syslog products, including version checks and configuration changes for Elasticsearch. | Kitploit
Tools/GitHubGitHub/atlassion/rs4logj-cve-2021-44228
Cloud Infrastructure SecurityVulnerability AnalysisConfiguration AuditingDevSecOpsLog Analysis
GitHubatlassion/rs4logj-cve-2021-44228

RS4LOGJ-CVE-2021-44228

Provides upgrade and mitigation instructions for Apache Log4j vulnerability CVE-2021-44228 in Remote Syslog products, including version checks and configuration changes for Elasticsearch.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
14 years agoNot yet reviewed
Share

RS4LOGJ-CVE-2021-44228

Apache Log4j vulnerability - CVE-2021-44228 instructions for Remote Syslog:

Remote Syslog uses the Elasticsearch module to save logging.

Effected products:

  • RSv2
  • RSE
  • RSX

RSC is not effected.

Check:

Check version:

root@kitploit:~
curl -XGET 'http://localhost:9200'

Output:

root@kitploit:~
"number" : "7.16.2"

or

root@kitploit:~
"number" : "6.8.22"

Official document Elasticsearch:

root@kitploit:~
https://www.elastic.co/blog/new-elasticsearch-and-logstash-releases-upgrade-apache-log4j2

All versions below: 7.16.2 or 6.8.22 are vulnerable. If the version is higher you are good to go and no action is needed.

Upgrade instuction to Elasticsearch 7.16.2 or 6.8.22:

  1. In case of a vitual machine create a snapshot
  2. Run the upgrade:
root@kitploit:~
sudo apt update && sudo apt upgrade

!!Please check if the recommended version or higher is going to be installed!!

Mitigation without upgrade:

Edit:

root@kitploit:~
nano /etc/elasticsearch/jvm.options

Add:

root@kitploit:~
-Dlog4j2.formatMsgNoLookups=true

Restart elasticsearch service:

root@kitploit:~
service elasticsearch restart
Download Tool