NONE · 0

CVE-2026-54582

mport is the MidnightBSD Package Manager. Prior to 2.7.8, package installation lacked a preflight check for incoming non-directory assets that already existed on disk. The affected logic across libmpo...

Vulnerability Description

mport is the MidnightBSD Package Manager. Prior to 2.7.8, package installation lacked a preflight check for incoming non-directory assets that already existed on disk. The affected logic across libmport/check_preconditions.c, libmport/install_primative.c, and libmport/mport_private.h did not apply MPORT_PRECHECK_FILE_CONFLICTS, so a crafted or conflicting package could overwrite a file owned by another package or unmanaged by mport. The check is bypassed only when the operator explicitly enables mport->force. Privileged installation without that override could compromise local filesystem integrity and package database consistency. This issue is fixed in version 2.7.8.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-54582?

CVE-2026-54582 is a documented vulnerability. mport is the MidnightBSD Package Manager. Prior to 2.7.8, package installation lacked a preflight check for incoming non-directory assets that already existed on disk. The affected logic across libmpo...

How severe is CVE-2026-54582?

CVSS scoring is not yet available for CVE-2026-54582. Check NVD for updates.

Is there a patch for CVE-2026-54582?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.