CVE-2025-1686 - CVE House
Back to Database
Status published Medium CVE-2025-1686

Versions of the package io.pebbletemplates:pebble from 0 and before 4.1.0...

Vulnerability 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();

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2025-1686

Credits & Attribution

The following person or organization is credited with identifying this vulnerability, as recorded in the NVD database:

  • Jonathan Leitschuh

Affected Vendor

Affected Software

io.pebbletemplates:pebble
Vulnerable Versions:
0

Timeline

Official Publish: February 27th, 2025
Last Modified: April 19th, 2026
Added to House: July 22nd, 2026

CVSS Vectors

Weaknesses (CWE)