[security][CVE-2026-44705] tmp #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
New active unaddressed high-severity CVE detected in the current Bun lockfile.
Counters for this run:
unaddressed critical CVEs: 0unaddressed medium/low CVEs: 0unaddressed total CVEs: 1Finding
tmp@0.2.5(resolved inbun.lock)<0.2.60.2.6+Project impact
tmpis pulled in transitively through the Electron desktop packaging chain:@islandflow/desktop -> @electron-forge/cli -> @inquirer/prompts -> @inquirer/editor -> external-editor -> tmpThis appears to be a developer/packaging-surface issue rather than a live Bun service runtime issue, but it is still present in the repository lockfile and should be upgraded.
Recommended remediation
tmp ^0.2.5totmp ^0.2.6or newer.bun auditafter the lockfile update.Validation used in triage
bun audit --jsonbun why tmptmp@0.2.5Source links
Fixed on branch
lavender/address-cve-tmp@0.2.5in commit8ede8cc.What changed:
tmpoverride from^0.2.5to^0.2.6bun.lock, which now resolvestmp@0.2.7docs/turns/2026-06-01-address-tmp-cve.htmlValidation:
bun audit-> no vulnerabilities foundbun why tmp-> Electron Forge chain resolves totmp@0.2.7bun test-> 250 pass, 0 failNote:
bun run checkstill fails on pre-existing Biome import-order diagnostics in unrelated files.Opened PR #17 for this fix: #17