Skip to content

fix: upgrade tmp to 0.2.6 (CVE-2026-44705) - #168

Merged
davidbilling merged 1 commit into
davidbilling:masterfrom
anupamme:fix-repo-ember-cli-cloudinary-light-cve-2026-44705-tmp
Aug 20, 2026
Merged

fix: upgrade tmp to 0.2.6 (CVE-2026-44705)#168
davidbilling merged 1 commit into
davidbilling:masterfrom
anupamme:fix-repo-ember-cli-cloudinary-light-cve-2026-44705-tmp

Conversation

@anupamme

Copy link
Copy Markdown
Contributor

Summary

Upgrade tmp from 0.0.28 to 0.2.6 to fix CVE-2026-44705.

Vulnerability

Field Value
ID CVE-2026-44705
Severity HIGH
Scanner trivy
Rule CVE-2026-44705
File package-lock.json (dependency: tmp)
Assessment Present in dependency tree, not confirmed reachable

Description: tmp: path Traversal via unsanitized prefix/postfix enables directory escape

Evidence

Scanner confirmation: trivy rule CVE-2026-44705 flagged this pattern.

Changes

  • package.json
  • package-lock.json

Behavior Preservation

The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.


This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.


Automated security fix by OrbisAI Security

Automated dependency upgrade by OrbisAI Security
@davidbilling
davidbilling merged commit cf513a0 into davidbilling:master Aug 20, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants