CVE-2025-1686
Last modified
CVE-2025-1686 is a medium-severity vulnerability rated 4.9/10 on the CVSS scale. 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();. EPSS estimates a 0.78% chance of exploitation in the next 30 days.
Description
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();
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N/E:P/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
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Pebbletemplates | Pebble Templates | < 4.1.0 |
References
- https://github.com/PebbleTemplates/pebble/issues/680Issue Tracking
- https://github.com/PebbleTemplates/pebble/issues/688Issue Tracking, Vendor Advisory
- https://security.snyk.io/vuln/SNYK-JAVA-IOPEBBLETEMPLATES-8745594Exploit, Third Party Advisory
- https://github.com/PebbleTemplates/pebble/pull/715Issue Tracking, Patch
- https://security.snyk.io/vuln/SNYK-JAVA-IOPEBBLETEMPLATES-8745594Exploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-1686?
How severe is CVE-2025-1686?
How do I fix CVE-2025-1686?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-1677A Denial of Service (DoS) issue has been discovered in GitLa…7.5
- CVE-2025-1679Cross-site Scripting has been identified in Moxa’s Ethernet …4.8
- CVE-2025-1680An acceptance of extraneous untrusted data with trusted data…0
- CVE-2025-1681The Cardealer theme for WordPress is vulnerable to unauthori…5.4
- CVE-2025-1682The Cardealer theme for WordPress is vulnerable to privilege…8.8
- CVE-2025-1683Improper link resolution before file access in the Nomad mod…7.8
- CVE-2025-1687The Cardealer theme for WordPress is vulnerable to Cross-Sit…8.8
- CVE-2025-1688Milestone Systems has discovered a security vulnerability in…5.5
- CVE-2025-1689The ThemeMakers PayPal Express Checkout plugin for WordPress…5.4
- CVE-2025-1690The ThemeMakers Stripe Checkout plugin for WordPress is vuln…5.4
- CVE-2025-1691The MongoDB Shell may be susceptible to control character in…6.5
- CVE-2025-1692The MongoDB Shell may be susceptible to control character in…8.8
Are you affected by CVE-2025-1686?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
