CVE-2026-43888
Last modified
CVE-2026-43888 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Outline is a service that allows for collaborative documentation. Prior to 1.7.0, ZipHelper.extract computes the extraction path for each entry by passing a full filesystem path through trimFileAndExt, a filename helper that calls path.basename on its input when truncating. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
Outline is a service that allows for collaborative documentation. Prior to 1.7.0, ZipHelper.extract computes the extraction path for each entry by passing a full filesystem path through trimFileAndExt, a filename helper that calls path.basename on its input when truncating. When a zip entry's nested path is long enough to push the joined filesystem path over MAX_PATH_LENGTH (4096 bytes), trimFileAndExt silently drops all directory components and returns a bare filename. fs.createWriteStream then opens the file relative to the process working directory instead of inside the extraction sandbox, and the escaped file persists after import cleanup because cleanupExtractedData only removes the temporary extraction directory. This vulnerability is fixed in 1.7.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-43888?
How severe is CVE-2026-43888?
How do I fix CVE-2026-43888?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43882WWBN AVideo is an open source video platform. In versions up…4.3
- CVE-2026-43883WWBN AVideo is an open source video platform. In versions up…4.2
- CVE-2026-43884WWBN AVideo is an open source video platform. In versions up…7.7
- CVE-2026-43885WWBN AVideo is an open source video platform. In versions up…7.7
- CVE-2026-43886Outline is a service that allows for collaborative documenta…8.2
- CVE-2026-43887Outline is a service that allows for collaborative documenta…7.3
- CVE-2026-43889Outline is a service that allows for collaborative documenta…6.5
- CVE-2026-4389The DSGVO snippet for Leaflet Map and its Extensions plugin …6.4
- CVE-2026-43890Outline is a service that allows for collaborative documenta…7.7
- CVE-2026-43891changedetection.io is a free open source web page change det…7.5
- CVE-2026-43892AntSword is a cross-platform website management toolkit. Pri…8.8
- CVE-2026-43893exiftool-vendored provides cross-platform Node.js access to …8.2
Are you affected by CVE-2026-43888?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
