Updating Apache Log4j on SQL 2019 installations?

ME 311 Reputation points
2022-01-24T15:24:33.917+00:00

I have a vulnerability scanner that has flagged a specific log4j file on my deployed instance of SQL 2019 as being out of date - it's log4j-1.2.17.jar 1.2.17, and there's an update called 2.17 but there's no installer for it - just random files. The developer's site only seems to have guidance on how to do integrations for developers, not on already deployed applications. Has Microsoft released guidance on how to update Apache / Log4j on MS SQL 2019 instances?

SQL Server | Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2022-01-25T02:24:34.253+00:00

    Hi ME-6236,

    In addition, Microsoft is currently evaluating the presence of older versions of log4j shipped with some of the product components. While these files are not impacted by the vulnerabilities in CVE-2021-44228 or CVE-2021-4104, the respective engineering teams are assessing their use of these files to determine their long-term plans to address the end of life for Log4J 1.2.

    Best Regards,
    Amelia


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Jelongpark 11 Reputation points
    2022-04-25T18:34:39.267+00:00

    Microsoft released CU16 that includes this log4j resolution.

    14669019

    Removes log4j2 used by SQL Server 2019 Integration Services (SSIS) to avoid any potential security issues.

    you need to apply this:
    https://support.microsoft.com/en-us/topic/kb5011644-cumulative-update-16-for-sql-server-2019-74377be1-4340-4445-93a7-ff843d346896

    1 person found this answer helpful.
    0 comments No comments

  3. Tom Phillips 17,771 Reputation points
    2022-01-24T15:41:04.033+00:00
    0 comments No comments

  4. Ronen Ariely 15,206 Reputation points
    2022-01-24T15:51:01.587+00:00

    Hi,

    I have a vulnerability scanner that has flagged a specific log4j file on my deployed instance of SQL 2019 as being out of date

    This is a know issue. It is recommended to get more information from the apache site first:

    https://logging.apache.org/log4j/2.x/

    Has Microsoft released guidance on how to update Apache / Log4j on MS SQL 2019 instances?

    Yes. Microsoft release information on the issue but update the Log4j is not related to Microsoft directly but to Apache.

    I highly recommend you to go over the following Microsoft documents regarding the issue

    https://msrc-blog.microsoft.com/2021/12/11/microsofts-response-to-cve-2021-44228-apache-log4j2/

    https://www.microsoft.com/security/blog/2021/12/11/guidance-for-preventing-detecting-and-hunting-for-cve-2021-44228-log4j-2-exploitation/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.