PatchSiren cyber security CVE debrief
CVE-2026-54576 MidnightBSD CVE debrief
A local attacker with write access to a target directory could exploit a vulnerability in mport, the MidnightBSD Package Manager, to compromise filesystem integrity or permissions by replacing a checked file with a symlink before privileged ownership or mode changes were applied. This issue allows attackers to potentially escalate privileges or manipulate system files, emphasizing the need for defenders to verify and upgrade to mport version 2.7.8 or later, review and restrict write access to target directories, and monitor for suspicious activity related to mport installations.
- Vendor
- MidnightBSD
- Product
- mport
- CVSS
- MEDIUM 5.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for MidnightBSD systems with mport installations, particularly those where local attackers may have write access to target directories, should assess exposure and prioritize remediation.
Why it matters
Defenders should care about CVE-2026-54576 because it allows local attackers with write access to target directories to compromise filesystem integrity or permissions, potentially leading to privilege escalation or other security issues. The vulnerability is fixed in mport version 2.7.8, and defenders should verify and upgrade to this version or later, review and restrict write access to target directories, and monitor for suspicious activity related to mport installations.
- filesystem integrity compromise
- permissions manipulation by local attackers
- potential for privilege escalation
- need for verification of mport version and system configurations
Technical summary
The do_actual_install() function in libmport/bundle_read_install_pkg.c used path-based lstat(), chown(), stat(), and chmod() operations while installing package files, allowing a local attacker to replace a checked file with a symlink before privileged ownership or mode changes were applied. This vulnerability is addressed in mport version 2.7.8, where the installation process was modified to prevent such symlink attacks, ensuring filesystem integrity and proper permissions. Defenders should prioritize verifying and upgrading to this version or later to mitigate the risk of filesystem compromise or permission manipulation by local attackers.
Defensive priority
Defenders should prioritize verifying and upgrading to mport version 2.7.8 or later to address this vulnerability, particularly for systems where local attackers may have write access to target directories.
Recommended defensive actions
- Verify and upgrade to mport version 2.7.8 or later
- Review and restrict write access to target directories
- Monitor for suspicious activity related to mport installations
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. However, additional information on exploitation or victim impact is not available.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-54576 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-54576
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-54576 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54576
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/MidnightBSD/mport/commit/4676ac05b1056b54a3d38d03ae8a478bf12c9abe
-
Source reference
Unverified legacy reference
URL: https://github.com/MidnightBSD/mport/pull/150
-
Source reference
Unverified legacy reference
URL: https://github.com/MidnightBSD/mport/releases/tag/2.7.8
-
Source reference
Unverified legacy reference
URL: https://github.com/MidnightBSD/mport/security/advisories/GHSA-23g3-7fv3-3ccf
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.