GHSA-4685-2x5r-65pj

Suggest an improvement
Source
https://github.com/advisories/GHSA-4685-2x5r-65pj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/04/GHSA-4685-2x5r-65pj/GHSA-4685-2x5r-65pj.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-4685-2x5r-65pj
Aliases
Published
2024-04-05T15:03:03Z
Modified
2024-06-04T16:58:35.638897Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N CVSS Calculator
Summary
Pebble service manager's file pull API allows access by any user
Details

Impact

Note: "Pebble" here refers to Canonical's service manager, not the Let's Encrypt ACME test server.

The API behind pebble pull, used to read files from the workload container by Juju charms, allows access from any user, instead of just admin. In Juju Kubernetes sidecar charms, Pebble and the charm run as root, so they have full access. But if another restricted unix user gains local access to the container host, they could hit the Pebble GET /v1/files?action=read API and would be allowed to read any file in the workload container, for example an ssh key or database password or other sensitive information. If there are ssh keys they could then potentially ssh into the workload, or if something like a database password they could log into the database.

Note that this requires local user access to the host machine. It seems unlikely that an attacker could gain this level of access in a Juju Kubernetes context, but if someone did and there's sensitive information in files accessible to Pebble, the consequences are bad.

To reproduce the issue, go back to the Pebble version in Juju 2.9 (5842ea68c9c7), do pebble run as root in one terminal window, then in another terminal window, as a regular user, use the pebble pull CLI. You will be able to pull any file as a regular user.

Patches

The original patch is commit https://github.com/canonical/pebble/commit/cd326225b9b0be067da7d8858e2c912078cbbbd5. There's also https://github.com/canonical/pebble/pull/406, which fixes this issue in more recent Pebble versions (that PR also fixes a separate issue we introduced more recently, but hasn't been released in Juju yet).

We released the fix in the following Pebble versions:

  • https://github.com/canonical/pebble/releases/tag/v1.1.1
  • https://github.com/canonical/pebble/releases/tag/v1.4.2
  • https://github.com/canonical/pebble/releases/tag/v1.7.4
  • https://github.com/canonical/pebble/releases/tag/v1.10.2

Juju will be releasing patch versions with this fix shortly:

  • Juju 2.9.49 (Pebble v1.1.1)
  • Juju 3.1.8 (Pebble v1.4.2)
  • Juju 3.3.4 (Pebble v1.4.2)
  • Juju 3.4.2 (Pebble v1.7.4)
  • Juju 3.5.0 (Pebble v1.10.2)

References

  • https://www.cve.org/CVERecord?id=CVE-2024-3250
Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-862"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2024-04-05T15:03:03Z"
}
References

Affected packages

Go / github.com/canonical/pebble

Package

Name
github.com/canonical/pebble
View open source insights on deps.dev
Purl
pkg:golang/github.com/canonical/pebble

Affected ranges

Type
SEMVER
Events
Introduced
1.2.0
Fixed
1.4.2

Database specific

{
    "last_known_affected_version_range": "< 1.4.1"
}

Go / github.com/canonical/pebble

Package

Name
github.com/canonical/pebble
View open source insights on deps.dev
Purl
pkg:golang/github.com/canonical/pebble

Affected ranges

Type
SEMVER
Events
Introduced
1.5.0
Fixed
1.7.3

Go / github.com/canonical/pebble

Package

Name
github.com/canonical/pebble
View open source insights on deps.dev
Purl
pkg:golang/github.com/canonical/pebble

Affected ranges

Type
SEMVER
Events
Introduced
1.8.0
Fixed
1.10.2

Database specific

{
    "last_known_affected_version_range": "< 1.10.1"
}

Go / github.com/canonical/pebble

Package

Name
github.com/canonical/pebble
View open source insights on deps.dev
Purl
pkg:golang/github.com/canonical/pebble

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.1