Releases52
Frequency3 weeks 14 hours
Last Release
Stars201
Pebble is a lightweight Linux service manager with layered configuration and an HTTP API

CVE History

CVEAffectedPublishedCVSS v3CVSS v2
= *6.8 MEDIUM

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

< 1.4.1, >= 1.4.2, < 1.7.3, >= 1.7.4, < 1.10.26.5 MEDIUM

It was discovered that Canonical's Pebble service manager read-file API and the associated pebble pull command, before v1.10.2, allowed unprivileged local users to read files with root-equivalent permissions when Pebble was running as root. Fixes are also available as backports to v1.1.1, v1.4.2, and v1.7.4.