Re: [Urgent] CVE-2021-44228 and Jenkins

2021-12-28 Thread Baptiste Mathus
Le dim. 12 déc. 2021 à 16:27, the.n...@gmail.com a écrit : > Hi All, > > I am looking for any information relating to whether the Zero Days CVE has > any impact on Jenkins or Plugins. We do know that the java.util.logging is > built on log4j, > Where did you read that java.util.logging is built

Re: [Urgent] CVE-2021-44228 and Jenkins

2021-12-12 Thread the.n...@gmail.com
Good discussion here: https://issues.jenkins.io/browse/JENKINS-67353 On Sunday, December 12, 2021 at 12:28:09 p.m. UTC-5 the.n...@gmail.com wrote: > The good news is that passing the ${jndi:ldap://example.com/a} string > through the logger does not trigger the CVE behaviour. > > On Sunday, Dec

Re: [Urgent] CVE-2021-44228 and Jenkins

2021-12-12 Thread the.n...@gmail.com
The good news is that passing the ${jndi:ldap://example.com/a} string through the logger does not trigger the CVE behaviour. On Sunday, December 12, 2021 at 11:44:35 a.m. UTC-5 the.n...@gmail.com wrote: > Running the script: > println(java.util.logging.Logger.class) > > does indicated that Apa

Re: [Urgent] CVE-2021-44228 and Jenkins

2021-12-12 Thread the.n...@gmail.com
Running the script: println(java.util.logging.Logger.class) does indicated that Apache logger (built on top of Log4j) is present in the LTS version of Jenkins. On Sunday, December 12, 2021 at 11:39:55 a.m. UTC-5 the.n...@gmail.com wrote: > Hi Kritesh, > > Thank you for this info. > > The probl

Re: [Urgent] CVE-2021-44228 and Jenkins

2021-12-12 Thread the.n...@gmail.com
Hi Kritesh, Thank you for this info. The problem with that example is that Apache java.util.logging is built on top of Log4j but does not identify as such. I am not convinced that this test is sufficient. Sincerely, Randall On Sunday, December 12, 2021 at 11:34:15 a.m. UTC-5 krite...@gmail.co

Re: [Urgent] CVE-2021-44228 and Jenkins

2021-12-12 Thread Krish S
I am following for the same issue… found below info on community page regarding this vulnerability. https://www.jenkins.io/blog/2021/12/10/log4j2-rce-CVE-2021-44228/ Thanks & Regards, Kritesh On Sun, Dec 12, 2021 at 9:27 AM the.n...@gmail.com wrote: > Hi All, > > I am looking for any informat

[Urgent] CVE-2021-44228 and Jenkins

2021-12-12 Thread the.n...@gmail.com
Hi All, I am looking for any information relating to whether the Zero Days CVE has any impact on Jenkins or Plugins. We do know that the java.util.logging is built on log4j, but do not know whether protections are in place to prevent this vulnerability from being exploited, and where. For examp