FAD-Checker Report

Multi-ecosystem dependency security audit
Project: emb · /tmp/emb
Generated: 2026-06-01T11:50:17.518Z · fad-checker 2.0.2 · CVE data: 2026-06-01T09:36:42.393Z
MEDIUM Executive Summary
3 dependencies scanned
0
Critical
0
High
1
Medium
1
Low
2
Total CVEs
2
in Direct
0
in Transitive
0
Vendored JS
0
EOL
0
Obsolete
0
Outdated
1
Scan alerts
Click a section header or a CVE row to toggle.

0. Warnings & scan-completeness (1)

⚠️ embedded-jar
embedded archive with no resolvable Maven coordinate (not scanned): dist/app.jar!/BOOT-INF/lib/mystery.jar

1. CVE Vulnerabilities — production (2)

1.a Maven (2)

1.a.0 All (2)

All — direct (2)

PrioritySeverityCVE IDDependencyCWEPublishedDescriptionFix VersionSource
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

All — transitive (0)

No CVEs matched.

By pom.xml (1 file)

pom.xml (2)

PrioritySeverityCVE IDDependencyCWEPublishedDescriptionFix VersionSource
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

1B. Embedded binaries — JAR/WAR/EAR (3)

Maven coordinates discovered inside committed .jar/.war/.ear binaries (vendored libs, fat-jars) — not declared in any pom.xml. Patch by rebuilding/replacing the containing archive.

📦 dist/app.jar (3)

PrioritySeverityCVE IDDependencyCWEPublishedDescriptionFix VersionSource
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)
  • CWE-116 — Improper Encoding or Escaping of Output
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
Affected CPE configurations (7)
  • cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:alpha1_rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:alpha1_rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:beta3:*:*:*:*:*:*
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-295
Improper 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)
  • CWE-297 — Improper Validation of Certificate with Host Mismatch
  • CWE-295 — Improper Certificate Validation
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
Affected CPE configurations (7)
  • cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:alpha1_rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:alpha1_rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:apache:log4j:3.0.0:beta3:*:*:*:*:*:*
Declared in (1 POM)
dist/app.jar!/BOOT-INF/lib/log4j-core-2.14.0.jar

2. Vendored JS scan — retire.js (0)

No vulnerable vendored JavaScript files detected (or retire.js was skipped).

3. CVE in dev dependencies (0)

No CVE matches.

4. End-of-Life Frameworks (0)

No end-of-life frameworks detected.

5. Obsolete / Deprecated Libraries (0)

No obsolete / deprecated libraries detected.

6. Outdated Libraries (0)

No outdated libraries (or --allLibs not set).

7. Licenses (0)

No license data resolved (offline, or registries returned none).

8. Fix Recommendations

7.0 Direct deps to update (1)

Every direct dep with at least one CVE matched. The "Pin to ≥" column shows the highest fix-version declared across the CVEs for that dep. When that's missing, the dep needs a manual triage (no clean fix is published).
Worst sevDirect dependencyCurrentPin to ≥Maven Central latestCVEs covered
MEDIUM com.google.guava:guava 30.0-jre 32.0.0 2 CVE: CVE-2023-2976, CVE-2020-8908