Find, fix and prevent vulnerabilities in your code.
high severity
- Vulnerable module: org.assertj:assertj-core
- Introduced through: org.apache.logging.log4j:log4j-core@2.17.2 and org.apache.logging.log4j:log4j-slf4j-impl@2.17.2
Detailed paths
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-core@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.assertj:assertj-core@3.22.0Remediation: Upgrade to org.apache.logging.log4j:log4j-core@2.17.2.
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.assertj:assertj-core@3.22.0Remediation: Upgrade to org.apache.logging.log4j:log4j-slf4j-impl@2.17.2.
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.apache.logging.log4j:log4j-core@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.assertj:assertj-core@3.22.0Remediation: Upgrade to org.apache.logging.log4j:log4j-slf4j-impl@2.17.2.
Overview
Affected versions of this package are vulnerable to XML External Entity (XXE) Injection via the toXmlDocument function of XmlStringPrettyFormatter. An attacker can read arbitrary local files, perform server-side request forgery, or cause denial of service by providing crafted XML input containing external entities.
Note: This formatter is used by isXmlEqualTo(CharSequence) and xmlPrettyFormat(String) and could be exploited if untrusted XML input is processed by the methods.
Workaround
Replace use of isXmlEqualTo(CharSequence) with XMLUnit.
Details
XXE Injection is a type of attack against an application that parses XML input. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. By default, many XML processors allow specification of an external entity, a URI that is dereferenced and evaluated during XML processing. When an XML document is being parsed, the parser can make a request and include the content at the specified URI inside of the XML document.
Attacks can include disclosing local files, which may contain sensitive data such as passwords or private user data, using file: schemes or relative paths in the system identifier.
For example, below is a sample XML document, containing an XML element- username.
<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<username>John</username>
</xml>
An external XML entity - xxe, is defined using a system identifier and present within a DOCTYPE header. These entities can access local or remote content. For example the below code contains an external XML entity that would fetch the content of /etc/passwd and display it to the user rendered by username.
<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
<username>&xxe;</username>
</xml>
Other XXE Injection attacks can access local resources that may not stop returning data, possibly impacting application availability and leading to Denial of Service.
Remediation
Upgrade org.assertj:assertj-core to version 3.27.7 or higher.
References
medium severity
- Vulnerable module: org.apache.logging.log4j:log4j-core
- Introduced through: org.apache.logging.log4j:log4j-core@2.17.2 and org.apache.logging.log4j:log4j-slf4j-impl@2.17.2
Detailed paths
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-core@2.17.2Remediation: Upgrade to org.apache.logging.log4j:log4j-core@2.25.3.
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.apache.logging.log4j:log4j-core@2.17.2Remediation: Upgrade to org.apache.logging.log4j:log4j-slf4j-impl@2.25.3.
Overview
org.apache.logging.log4j:log4j-core is a logging library for Java.
Affected versions of this package are vulnerable to Improper Validation of Certificate with Host Mismatch due to the lack of TLS hostname verification in the SocketAppender component. An attacker can intercept or redirect log traffic by performing a man-in-the-middle attack if they are able to intercept or redirect network traffic between the client and the log receiver and can present a server certificate issued by a certification authority trusted by the configured trust store or the default Java trust store.
Workaround
This vulnerability can be mitigated by configuring the SocketAppender to use a private or restricted trust root to limit the set of trusted certificates.
Remediation
Upgrade org.apache.logging.log4j:log4j-core to version 2.25.3 or higher.
References
medium severity
- Module: junit:junit
- Introduced through: org.apache.logging.log4j:log4j-core@2.17.2 and org.apache.logging.log4j:log4j-slf4j-impl@2.17.2
Detailed paths
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-core@2.17.2 › org.junit.vintage:junit-vintage-engine@5.8.2 › junit:junit@4.13.2
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.junit.vintage:junit-vintage-engine@5.8.2 › junit:junit@4.13.2
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-core@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 › junit:junit@4.13.2
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 › junit:junit@4.13.2
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-core@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.junit.vintage:junit-vintage-engine@5.8.2 › junit:junit@4.13.2
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.junit.vintage:junit-vintage-engine@5.8.2 › junit:junit@4.13.2
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.apache.logging.log4j:log4j-core@2.17.2 › org.junit.vintage:junit-vintage-engine@5.8.2 › junit:junit@4.13.2
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.apache.logging.log4j:log4j-core@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 › junit:junit@4.13.2
-
Introduced through: toolisticon/keycloak-gdpr-module@toolisticon/keycloak-gdpr-module#391df0b2736dbded52b8d32e93cde90afc4644f5 › org.apache.logging.log4j:log4j-slf4j-impl@2.17.2 › org.apache.logging.log4j:log4j-core@2.17.2 › org.apache.logging.log4j:log4j-api@2.17.2 › org.junit.vintage:junit-vintage-engine@5.8.2 › junit:junit@4.13.2
EPL-1.0 license