Hi Team,
We are using Jira version which has “log4j2-stacktrace-origins-2.2-atlassian-2.jar” installed in lib. Is this version of jar impacted because of log4j2 vulnerability CVE-2021-44228?
If it is impacted, what is the remediation ? is there any workaround?
Thanks
Baki
Hi all,
Daniel with Atlassian Support here to let you know our security team has finished its investigation. We have an official response statement here on Community, which you can access at this link.
More information can be found on our advisory page, as well as the previously-published FAQ:
Thanks,
Daniel Eads | Atlassian Support
Thanks Daniel,
We don't find the line containing: org.apache.log4j.net.JMSAppender
But for the above question asked by Bakiyaraj, I don't see a direct answer in those solutions provided by you.
We also find : log4j2-stacktrace-origins-2.2-atlassian-2.jar installed.
Are we affected ?
Kindly advise.
Thanks,
Hariharan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
extract the jar file, I saw that in this jar, Atlassian use log4j 1.7.7, so I don't think we have to adjust some things
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can find all updates related to Log4J vulnerability on this FAQ page 👉 https://confluence.atlassian.com/kb/faq-for-cve-2021-44228-1103069406.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you find a line containing the org.apache.log4j.net.JMSAppender
, you may be vulnerable. If you do not find a line containing the org.apache.log4j.net.JMSAppender
, you do not have this specific vulnerable configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bakiyaraj Periyasamy You can read this FAQ related to the log4j zero-day, hopefully it will help address some initial questions you may have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.