CVE-2026-44933 PUBLISHED

Path Traversal in Plugin Loading in libzypp

Assigner: suse
Reserved: 08.05.2026 Published: 20.05.2026 Updated: 20.05.2026

PluginScript attempts to chroot the plugin to the repoManagerRoot, this root is frequently / (the system root) in standard configurations or when using --root. If the chroot target is /, it is a no-op, allowing the traversed path to execute host binaries (like /bin/bash) with root privileges.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.5

Product Status

Vendor SUSE
Product SUSE Linux Enterprise
Versions Default: unaffected
  • affected from 17.38.8 to 17.38.9 (excl.)
Vendor SUSE
Product openSUSE
Versions Default: unaffected
  • affected from 17.38.8 to 17.38.9 (excl.)

Credits

  • Dirk Mueller of SUSE finder

References

Problem Types

  • CWE-35 Path traversal: '.../...//' CWE