Apache Log4j Vulnerability (CVE-2021-44228)

Apache Log4j Vulnerability (CVE-2021-44228)

Background: The Apache Log4j utility is a commonly used component for logging requests. On December 9, 2021, a vulnerability was reported that could allow a system running Apache Log4j version 2.14.1 or below to be compromised and allow an attacker to execute arbitrary code.

On December 10, 2021, NIST published a critical Common Vulnerabilities and Exposure alert, 
CVE-2021-44228. More specifically, Apache Log4j2 2.0-beta9 through 2.12.1 and 2.13.0 through 2.15.0 JNDI features used in configuration, log messages, and parameters do not protect against attacker controlled LDAP and other JNDI related endpoints. An attacker who can control log messages or log message parameters can execute arbitrary code loaded from LDAP servers when message lookup substitution is enabled. From log4j 2.15.0, this behavior has been disabled by default. From version 2.16.0, this functionality has been completely removed. Note that this vulnerability is specific to log4j-core and does not affect log4net, log4cxx, or other Apache Logging Services  projects.
eMAM team has identified that the eMAM NRCS integration module (eMOS) uses the log4j module. On December 15, 2021, eMAM has released a critical patch for eMOS module with Apache log4j version 2.16.0


What should I do to protect myself?

Most eMAM applications use the Windows-based .NET framework, which is safe from current vulnerabilities.  But, the eMAM NRCS integration module (eMOS) uses the log4j module.  
If you use the eMOS for newsroom workflows, please reach out to our customer service support@emamonline.com for the upgrade instructions.  
 
If you are not a newsroom customer, Remove eMOS Module article will
guide you through the step-by-step process to remove the eMOS module from eMAM servers.

We also recommend updating the 
Java and Apache versions to the latest.

    • Related Articles

    • How to create a virtual directory inside Apache Tomcat

      To employ Apache Tomcat instead of IIS to play the preview of assets in eMAM, we need to make necessary changes in configurations in two locations as explained below. 1. Adding Virtual directory Open C:\Program Files\Empress Media\eMAM Ingest ...
    • Apache Tomcat version upgrade

      STOP the eMAMUploadManager service 2. Backup the eMAMUploadManager folder 3. Download the Apache Tomcat latest version from the below link and extract the downloaded zip https://archive.apache.org/dist/tomcat/tomcat-9/ 4. Once extracted, you will be ...
    • How to retrieve log files from Feeder?

      To retrieve logs for Feeder (both MAC & Windows): Click on Help>>Get Feeder logs. Logs will be saved as a zipped attachment and can be forwarded to eMAM Support team for troubleshooting. Users can get the last 5 Feeder log files in their machine.
    • How To Disable TLS 1.0 and 1.1 for Apache

      Please find the below steps to disable TLS 1.0 and 1.1 for the Apache webserver. Note: Please make sure that you have a valid SSL certificate. Please login to the eMAM upload manager installed server (web or app ), and find the server.xml file from ...
    • How to convert an IIS SSL certificate for Apache?

      How to convert an IIS SSL certificate for Apache 1. We need to export the certificate as PFX with the private key. Please follow the below steps: Open Microsoft Management Console by putting the following command in RUN. "MMC.EXE" Click on File icon ...