Skip to content
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

RCE 0-day exploit found in log4j - a Java Logging Library #1028

Closed
rehammuzzamil opened this issue Dec 10, 2021 · 2 comments · May be fixed by opensrp/hapi-fhir-jpaserver-starter#19
Closed

Comments

@rehammuzzamil
Copy link
Contributor

rehammuzzamil commented Dec 10, 2021

This is to highlight that a zero-day exploit has been found in the log4j library. Please refer to this blog.
A zero-day exploit in log4j library rendering all java software using log4j vulnerable.

As per my quick investigation, I see the Legacy OpenSRP application uses log4j for logging, and the following main repos/services are affected:

- opensrp-server-web
- opensrp-server-core

FHIR Core: FHIR JPA Server Repo does not use log4j. But

  • Hapi-Fhir: Module (hapi-fhir-jpaserver-base) pom holds dependency of log4j with artifactId as log4j-to-slf4j.
  • hapi-fhir-opensrp-extensions : Custom Repo with extensions built on top of hapi-fhir JPA Server hosted by ONA/Opensrp

Solution:
We need to update it to the latest version 2.15.0

cc : @dubdabasoduba @maimoonak @f-odhiambo

@rehammuzzamil
Copy link
Contributor Author

PR opensrp/opensrp-server-core#525 opened by @ndegwamartin for the security patch
FYI @dubdabasoduba

@rehammuzzamil
Copy link
Contributor Author

PR https://github.com/hapifhir/hapi-fhir/pull/3240/files done by the FHIR Community.
We will update our hapi-fhir forked repo and update the tag on the custom repo's we have created.
cc : @dubdabasoduba @f-odhiambo @maimoonak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants