Log4j vulnerability and Xamarin.Forms

Anonymous
2021-12-13T10:11:48.18+00:00

Does this security vulnerability https://security.stackexchange.com/questions/257873/does-cve-2021-44228-impact-log4j-ports have any impact on Xamarin.Forms app?

Developer technologies | .NET | Xamarin
0 comments No comments
{count} votes

Accepted answer
  1. Rob Caplan - MSFT 6,032 Reputation points Microsoft Employee Moderator
    2021-12-14T02:50:23.457+00:00

    Not directly.

    Xamarin itself doesn't include log4j, Xamarin apps are unlikely to use log4j, and the vulnerability targets servers not mobile apps.

    The point of Xamarin is to write a mobile app in .Net rather than in Java, so Xamarin apps are much more likely to use Log4net rather than Log4j. Per the linked StackExchange thread, Log4net doesn't have the vulnerable code that is in Log4j

    Additionally, CVE-2021-44228 requires using Log4j in conjunction with server features that are not exposed to mobile apps.

    3 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.