Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does log4j security violation vulnerability affect log4net?

I have recently read about the zero-day issue in Log4J. I work with a few applications, written with .NET, that use the log4net logging library, which is based on Log4j.

Does log4net have any similar security vulnerabilities as the CVE-2021-44228 vulnerability to Log4j?

like image 549
FooAnon Avatar asked Dec 13 '21 15:12

FooAnon


People also ask

Is log4net affected by Log4j vulnerability?

It has been discovered that older versions of Log4j are also vulnerable to CVE-2021-4104. Read more about this update by selecting the following link: CVE - CVE-2021-4104. See product specific sections for mitigation steps.

Does log4net use Log4j?

The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent Apache log4j™ framework to the Microsoft® .

What is affected by the Log4j vulnerability?

The observed attacks from the Apache Log4j vulnerabilities are mostly coin mining, remote shells, red-team activities, and mass-scanning.

Is log4net secure?

Is log4net thread-safe? Yes, log4net is thread-safe.

Does log4net have any cve-2021-44228 vulnerabilities like Log4j?

Does log4net have any similar security vulnerabilities as the CVE-2021-44228 vulnerability to Log4j? Show activity on this post. Note that this vulnerability is specific to log4j-core and does not affect log4net, log4cxx, or other Apache Logging Services projects. So, no. Log4Net is fine. Show activity on this post.

What is the Apache Log4j vulnerability?

Understand the risks it poses and the steps to take to secure your enterprise systems against potential associated threats. On December 9, the Apache Software Foundation released a security advisory addressing a remote code execution vulnerability (CVE-2021-44228) affecting its Log4j Java-based logging utility.

Is log4net based on Log4j?

I work with a few applications, written with .NET, that use the log4net logging library, which is based on Log4j. Does log4net have any similar security vulnerabilities as the CVE-2021-44228 vulnerability to Log4j?

Is it safe to use log4j-core?

Note that this vulnerability is specific to log4j-core and does not affect log4net, log4cxx, or other Apache Logging Services projects. So, no. Log4Net is fine.


2 Answers

Vulnerability Details: CVE-2021-44228 (CVE Details) and CVE-2021-44228 (CVE) have the following note:

Note that this vulnerability is specific to log4j-core and does not affect log4net, log4cxx, or other Apache Logging Services projects.

So, no. Log4Net is fine.

like image 107
David Avatar answered Sep 28 '22 07:09

David


Apparently it has to use JNDI and JVM. Ports are clear if they don't use those.

Does CVE-2021-44228 impact Log4j ports?

like image 22
heimzza Avatar answered Sep 28 '22 07:09

heimzza