{"uuid": "5884e0ac-bf31-46b5-bc59-d2b09e155f7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2025-1686", "type": "published-proof-of-concept", "source": "https://t.me/cvedetector/19021", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-1686 - Apache Pebble Templates File Inclusion Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-1686 \nPublished : Feb. 27, 2025, 5:15 a.m. | 1\u00a0hour, 54\u00a0minutes ago \nDescription : All versions of the package io.pebbletemplates:pebble 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.  \n  \n Workaround  \n  \nThis vulnerability can be mitigated by disabling the include macro in Pebble Templates:  \n  \njava  \nnew PebbleEngine.Builder()  \n            .registerExtensionCustomizer(new DisallowExtensionCustomizerBuilder()  \n                    .disallowedTokenParserTags(List.of(\"include\"))  \n                    .build())  \n            .build(); \nSeverity: 6.8 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"27 Feb 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-02-27T08:42:06.000000Z"}