Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-54577— mport audit can inspect the wrong package when options are present

Quick assessment

Affected
MidnightBSD mport
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

mport 是 MidnightBSD 的包管理器。在 2.7.8 版本之前,mport/mport.c 中的 命令虽然计算了经过选项调整后的 和 值,但调用 时却传入了原始的参数条目。当操作员或自动化脚本在包名称前使用了如 这样的选项时,陈旧的 状态以及未调整的参数可能导致 mport 审计的是选项令牌而非所请求的包,从而产生假阴性或无效的结果,使得易受攻击的包无法被识别。修复方案是在使用调整后的局部参数前,重置 和调用 ,从而纠正了解析逻辑。该问题已在 2.7.8 版本中修复。

CVSS 2.0 · Low

Possible ATT&CK Techniques 1 AI

T1083 · File and Directory Discovery
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-54577

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
mport audit can inspect the wrong package when options are present
Source: CVE Program / CVE List V5
Vulnerability Description
mport is the MidnightBSD Package Manager. Prior to 2.7.8, the audit command in mport/mport.c computed option-adjusted local_argv and local_argc values but passed the original argument entry to audit_package(). When an operator or automation used an option such as -r before a package name, stale optind state and the unadjusted argument could cause mport to audit the option token instead of the requested package, producing a false-negative or useless result that could leave a vulnerable package unidentified. The corrected parsing resets optind and optreset before using the adjusted local arguments. This issue is fixed in version 2.7.8.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
Source: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
MidnightBSD mport < 2.7.8 -

II. Public POCs for CVE-2026-54577

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-54577

登录查看更多情报信息。

Other References for CVE-2026-54577 (4)

Same Patch Batch · MidnightBSD · 2026-09-17 · 12 CVEs total

CVE-2026-54583 8.3 HIGH mport package bundle downloads allow unsafe destination filenames
CVE-2026-54581 8.3 HIGH mport bootstrap index fetch can continue after hash verification failure
CVE-2026-54580 8.3 HIGH mport index decompression can leave partial or corrupt index data after zstd failures
CVE-2026-54582 6.0 MEDIUM mport package installation can overwrite existing unmanaged or differently owned files
CVE-2026-54585 6.0 MEDIUM mport sample file handling can write outside the configured root
CVE-2026-54586 6.0 MEDIUM mport permits repository and package mirror fetches over insecure transport
CVE-2026-54587 5.8 MEDIUM mport directory asset installation is vulnerable to symlink and path traversal races
CVE-2026-54576 5.8 MEDIUM mport package installation has symlink TOCTOU in chown and chmod handling
CVE-2026-54575 5.8 MEDIUM mport package fetch and clean paths are vulnerable to TOCTOU filesystem races
CVE-2026-54579 2.3 LOW mport mirror-selection ping accepts insufficiently validated ICMP replies
CVE-2026-54578 2.0 LOW mport verify can compare stale checksum data after hashing failures

IV. Related Vulnerabilities

V. Comments for CVE-2026-54577

No comments yet


Leave a comment