Executive Summary — MEDIUM
3 dependencies scanned
| Priority | Severity | CVE ID | Dependency | CWE | Published | Description | Fix Version | Source |
|---|---|---|---|---|---|---|---|---|
| MEDIUM | MEDIUM 5.5 |
CVE-2023-2976 probable |
com.google.guava: guava 30.0-jre direct defined in: pom.xml |
— | — | Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the defaul… | 32.0.0 | fad |
Description
Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files created by the class.
Even though the security vulnerability is fixed in version 32.0.0, we recommend… Metadata
5.5 (MEDIUM) MEDIUM · 55/100 32.0.0 probable fad Declared in (1 POM)
pom.xml | ||||||||
| LOW | LOW 3.3 |
CVE-2020-8908 probable |
com.google.guava: guava 30.0-jre direct defined in: pom.xml |
— | — | A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir()… | 32.0 | fad |
Description
A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). The method in question has been… Metadata
3.3 (LOW) LOW · 33/100 32.0 probable fad Declared in (1 POM)
pom.xml | ||||||||
pom.xml (2)| Priority | Severity | CVE ID | Dependency | CWE | Published | Description | Fix Version | Source |
|---|---|---|---|---|---|---|---|---|
| MEDIUM | MEDIUM 5.5 |
CVE-2023-2976 probable |
com.google.guava: guava 30.0-jre direct defined in: pom.xml |
— | — | Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the defaul… | 32.0.0 | fad |
Description
Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files created by the class.
Even though the security vulnerability is fixed in version 32.0.0, we recommend… Metadata
5.5 (MEDIUM) MEDIUM · 55/100 32.0.0 probable fad Declared in (1 POM)
pom.xml | ||||||||
| LOW | LOW 3.3 |
CVE-2020-8908 probable |
com.google.guava: guava 30.0-jre direct defined in: pom.xml |
— | — | A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir()… | 32.0 | fad |
Description
A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). The method in question has been… Metadata
3.3 (LOW) LOW · 33/100 32.0 probable fad Declared in (1 POM)
pom.xml | ||||||||
.jar/.war/.ear binaries (vendored libs, fat-jars) — not declared in any pom.xml. Patch by rebuilding/replacing the containing archive.| Priority | Severity | CVE ID | Dependency | CWE | Published | Description | Fix Version | Source |
|---|---|---|---|---|---|---|---|---|
| MEDIUM | MEDIUM 6.3 |
CVE-2025-68161 exact |
org.apache.logging.log4j: log4j-core 2.14.0 direct defined in: dist/app.jar!/BOOT-INF/lib/log4j-core-2.14.0.jar |
— | — | The Socket Appender in Apache Log4j Core versions 2.0-beta9 through 2.25.2 does not perform TLS hostname verification of the peer certificate, even when the verifyHostName https://logging.apache.org/log4j/2.x/manual/appenders/network.html#… | 2.25.3 | fad |
Description
The Socket Appender in Apache Log4j Core versions 2.0-beta9 through 2.25.2 does not perform TLS hostname verification of the peer certificate, even when the verifyHostName https://logging.apache.org/log4j/2.x/manual/appenders/network.html#SslConfiguration-attr-verifyHostName configuration attribute or the log4j2.sslVerifyHostName https://logging.apache.org/log4j/2.x/manual/systemproperties.html… Metadata
6.3 (MEDIUM) MEDIUM · 63/100 2.25.3 exact fad Declared in (1 POM)
dist/app.jar!/BOOT-INF/lib/log4j-core-2.14.0.jar | ||||||||
| MEDIUM EPSS 11% |
MEDIUM 6.9 |
CVE-2026-34480 exact |
org.apache.logging.log4j: log4j-core 2.14.0 direct defined in: dist/app.jar!/BOOT-INF/lib/log4j-core-2.14.0.jar |
CWE-116 Improper Encoding or Escaping of Output |
2026-04-10 | Apache Log4j Core's XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#char… | 2.25.4 | fadnvd |
Description
Apache Log4j Core's XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets producing invalid XML output whenever a log message or MDC value contains such characters.
The impact depends on the StAX implementation in use:
* JRE built-in StAX: Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records.
* Alternative StAX implementations (e.g., Woodstox https://github.com/FasterXML/woodstox , a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j's internal status logger.
Users are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue by sanitizing forbidden characters before XML output. Weaknesses (CWE) (1)
Metadata
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X 6.9 (MEDIUM) MEDIUM · 57.3/100 0.0% prob · 11th pct 2.25.4 2026-04-10 2026-04-24 exact fad+nvd External links (6)
Vendor advisory2 links
Affected CPE configurations (7)
Declared in (1 POM)
dist/app.jar!/BOOT-INF/lib/log4j-core-2.14.0.jar | ||||||||
| MEDIUM EPSS 12% |
MEDIUM 6.3 |
CVE-2026-34477 exact |
org.apache.logging.log4j: log4j-core 2.14.0 direct defined in: dist/app.jar!/BOOT-INF/lib/log4j-core-2.14.0.jar |
CWE-297 Improper Validation of Certificate with Host Mismatch CWE-295Improper Certificate Validation |
2026-04-10 | The fix for CVE-2025-68161 https://logging.apache.org/security.html#CVE-2025-68161 was incomplete: it addressed hostname verification only when enabled via the log4j2.sslVerifyHostName https://logging.apache.org/log4j/2.x/manual/systempr… | 2.25.4 | fadnvd |
Description
The fix for CVE-2025-68161 https://logging.apache.org/security.html#CVE-2025-68161 was incomplete: it addressed hostname verification only when enabled via the log4j2.sslVerifyHostName https://logging.apache.org/log4j/2.x/manual/systemproperties.html#log4j2.sslVerifyHostName system property, but not when configured through the verifyHostName https://logging.apache.org/log4j/2.x/manual/appenders/network.html#SslConfiguration-attr-verifyHostName attribute of the <Ssl> element.
Although the verifyHostName configuration attribute was introduced in Log4j Core 2.12.0, it was silently ignored in all versions through 2.25.3, leaving TLS connections vulnerable to interception regardless of the configured value.
A network-based attacker may be able to perform a man-in-the-middle attack when all of the following conditions are met:
* An SMTP, Socket, or Syslog appender is in use.
* TLS is configured via a nested <Ssl> element.
* The attacker can present a certificate issued by a CA trusted by the appender's configured trust store, or by the default Java trust store if none is configured.
This issue does not affect users of the HTTP appender, which uses a separate verifyHostname https://logging.apache.org/log4j/2.x/manual/appenders/network.html#HttpAppender-attr-verifyHostName attribute that was not subject to this bug and verifies host names by default.
Users are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue. Weaknesses (CWE) (2)
Metadata
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X 6.3 (MEDIUM) MEDIUM · 52.8/100 0.0% prob · 12th pct 2.25.4 2026-04-10 2026-05-06 exact fad+nvd External links (5)
Vendor advisory2 links
Affected CPE configurations (7)
Declared in (1 POM)
dist/app.jar!/BOOT-INF/lib/log4j-core-2.14.0.jar | ||||||||
| Worst sev | Direct dependency | Current | Pin to ≥ | Maven Central latest | CVEs covered |
|---|---|---|---|---|---|
| MEDIUM | com.google.guava:guava | 30.0-jre | 32.0.0 | — | 2 CVE: CVE-2023-2976, CVE-2020-8908 |