GHSA-p75g-cxfj-7wrx · Severity: high · Ecosystem: maven — Pebble has Arbitrary Local File Inclusion (LFI) Vulnerability via `include` macro
Versions of the package io.pebbletemplates:pebble from 0 and before 4.1.0 are vulnerable to External Control of File Name or Path via the include tag. A high privileged attacker can access sensitive local files by crafting malicious notification templates that leverage this tag to include files like /etc/passwd or /proc/1/environ. Workaround This vulnerability can be mitigated by disabling the include macro in Pebble Templates: java new PebbleEngine.Builder() .registerExtensionCustomizer(new DisallowExtensionCustomizerBuilder() .disallowedTokenParserTags(List.of("include")) .build()) .build();
Conclusion & alert: CVE-2025-1686 is rated Exploit Available (52.6/100): CVSS Medium severity, with medium exploitation likelihood (EPSS 0.78%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.25% | 0.78% | +0.54% |
| 2 | 2026-05-10 | 0.25% | 0.25% | -0.01% |
| 3 | 2026-04-27 | — | 0.25% | — |
Full EPSS history (12 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 4.8 | 4.0 | MEDIUM |
|
— | — | [email protected] |
| 6.8 | 3.1 | MEDIUM |
|
2.3 | 4.0 | [email protected] |
| 4.9 | 3.1 | MEDIUM |
|
1.2 | 3.6 | [email protected] |
GHSA-p75g-cxfj-7wrx · Severity: high · Ecosystem: maven — Pebble has Arbitrary Local File Inclusion (LFI) Vulnerability via `include` macro
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2025-1686: 1 source package rows (pebble); 27 state rows across 3 repos (3.22-community, 3.23-community, edge-community); fixed 0, open 27. | https://security.alpinelinux.org/vuln/CVE-2025-1686 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2025-1686 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| pebbletemplates | pebble_templates | < 4.1.0 | cpe:2.3:a:pebbletemplates:pebble_templates:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/PebbleTemplates/pebble/commit/b3451c8f305a1a248fbcc2363fd307d0baaee329 | Patch |
| https://github.com/PebbleTemplates/pebble/issues/680 | Issue Tracking |
| https://github.com/PebbleTemplates/pebble/issues/688 | Issue Tracking Vendor Advisory |
| https://pebbletemplates.io/wiki/tag/include | Product |
| https://security.snyk.io/vuln/SNYK-JAVA-IOPEBBLETEMPLATES-8745594 | Exploit Third Party Advisory |
| https://github.com/PebbleTemplates/pebble/pull/715 | Issue Tracking Patch |