CVE-2024-5300 PUBLISHED

AppArmor Base Profile Misconfiguration in snapd Permits Confined Snaps Unauthorized Access to Hashed Passwords via systemd-userdbd

Assigner: canonical
Reserved: 23.05.2024 Published: 21.07.2026 Updated: 21.07.2026

An access control bypass and information disclosure vulnerability exists in the base AppArmor security profile configuration of Canonical snapd. The abstraction rules located in /etc/apparmor.d/abstractions/nss-systemd (inherited via ) inadvertently permit strictly confined snap applications, which lack the privileged account-control interface, to interact directly with the io.systemd.Multiplexer and io.systemd.NameServiceSwitch UNIX domain sockets under /run/systemd/userdb/. On systems where the systemd-userdbd service is installed and operational, the service fails to distinguish between an unconfined root user on the host system and a restricted root user running within a snap application's sandbox (such as a daemon or configuration hook). Because systemd-userdbd returns "complete" user records—including sensitive hashed user passwords from /etc/shadow—when queried by a process running as root, a compromised or malicious strictly confined snap executing code as root can successfully query the Varlink interface to retrieve all system password hashes, bypassing intended snap sandbox restrictions. This issue is mitigated by the fact that systemd-userdbd is not installed by default on standard Ubuntu deployments.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 5.6

Product Status

Package Collection https://github.com/canonical
Package Name snapd
Versions Default: unaffected
  • affected from 0 to 2.76.1 (excl.)
Vendor Canonical
Product Ubuntu 26.04 LTS
Versions Default: affected
  • Version 2.76+ubuntu26.04.3 is unaffected
Vendor Canonical
Product Ubuntu 24.04 LTS
Versions Default: affected
  • Version 2.76+ubuntu24.04.1 is unaffected
Vendor Canonical
Product Ubuntu 22.04 LTS
Versions Default: affected
  • Version 2.76+ubuntu22.04.1 is unaffected
Vendor Canonical
Product Ubuntu 20.04 LTS
Versions Default: affected
  • Version 2.67.1+20.04ubuntu1~esm2 is unaffected
Vendor Canonical
Product Ubuntu 18.04 LTS
Versions Default: affected
  • Version 2.61.4ubuntu0.18.04.1+esm3 is unaffected
Vendor Canonical
Product Ubuntu 16.04 LTS
Versions Default: affected
  • Version 2.61.4ubuntu0.16.04.1+esm3 is unaffected

Credits

  • James Henstridge finder

References

Problem Types

  • CWE-212 Improper removal of sensitive information before storage or transfer CWE

Impacts

  • CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs