-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plans to fix CVE-2023-6378 in 1.2? #745
Comments
Spring Boot 2.7.x is also using Logback 1.2, and they are explictly loading |
There are quite a few users who haven't been able to upgrade to slf4j 2.x due to their dependency libs not having been modified to support slf4j 2.x. Apache Pekko is an example. Most features work when you use slf4j 2.x but we have seen a few issues and are trying to sort them out (work still not complete). |
+1 |
+1 Also putting this a reference spring-projects/spring-boot#34708 in regards to spring boot 2.7 vs 3.0 and why this will be an important issue for a lot of projects out there on 2.7 |
All the reasons other folks (namely spring boot) cite are affecting us too. Of course we could fork and push an internal fix, but I hate doing that when avoidable |
Hi @ceki Would you mind to review the backport of this CVE and release |
Hi @bvahdat, Thank you for the PR. However, the fix is being ported independently of your PR. |
Thanks @ceki for your feedback. I was not aware of this parallel effort going on as I don't see any corresponding PR for that in this repo. Do you maybe have any estimation when |
Version 1.2.13 was released a few moments ago. |
HI LogBack Team and @ceki ! Do you know if there is a batch routine that runs on mvn central that removes the identified vulnerability? I asked because there on mvn central is still counting as vulnerable and I'm unfamiliar with mvn central deploys. |
@joaoluis89 Thank you for your feedback. I presume that logback 1.2.13 fixing CVE-2023-6378 was not added to CVE record. I have made the relevant request and the appropriate edit should be applied soon. |
Hi @ceki . Will your change in the advisory repo also update tools like Mend? https://www.mend.io/vulnerability-database/CVE-2023-6378 |
@ceki While checking Maven Central Repo v 1.2.3 still shows Direct vulnerabilities: |
@Ribeiro Logback version 1.2.13 was released fixing CVE-2023-6378. The link clearly documents this. Also, CVE-2023-6378 at www.cve.org has the correct data. Have you tried raising the issue with Maven Central Repo? |
Hi @ceki Thanks for your prompt reply. I'll try that and back asap. |
Unfortunately Maven Central still shows 1.2.13 as vulnerable to CVE-2023-6378 for some reason... https://mvnrepository.com/artifact/ch.qos.logback/logback-core/1.2.13 Have they responded? |
Hi Logback team / @ceki ! 👋
We still work with Dropwizard 2.1 which still relies on Logback 1.2. Do you have any plans to backport your fix to prevent the DOS attack that is already applied to the 1.3 and 1.4 branches? That would be greatly appreciated! 🌻
Cheers,
Christopher
The text was updated successfully, but these errors were encountered: