CVE-2026-33588·Docker vulnerability
Lack of user input validation in the file upload functionality of Open Notebook v1.8.3 allows the application user to create or modify files on the docker container via path traversal.
- Severity
- high
- Software
- Docker
- Fixed in
- 1.8.4
- Published
- 2026-05-07
Affected versions
Until: 1.8.4
Fixed in: 1.8.4
How to fix this CVE
Upgrade Docker to version 1.8.4 or later to patch the path traversal vulnerability in file upload handling. This update addresses insufficient input validation that could allow authenticated users to read, write, or modify arbitrary files within the container filesystem. Apply the update immediately to all Docker installations, especially those exposed to untrusted users.
sudo dnf update docker-ceDefensia detects this vulnerability
WAF mitigation (if patching is not yet possible)
Add this rule to your WAF to block exploitation attempts while you schedule the patch.
Implement WAF rules to block HTTP requests containing path traversal sequences (e.g., '../', '..\', '%2e%2e%2f') in file upload endpoints; enforce strict input validation on all file path parameters and limit uploads to a whitelist of allowed directories.How to check if you are affected
- Check installed Docker version: docker --version or docker info | grep 'Server Version'
- Verify if the vulnerable file upload functionality is in use by checking Docker Compose configurations and mounted volumes for user-facing file operations
- Review container logs for suspicious file path patterns containing '../' or absolute path references: docker logs <container_id> | grep -E '(\.\./|/etc/|/root/|/var/)'
- Confirm the patch: Compare the running Docker version against version 1.8.4 to ensure the update was applied successfully
FAQ
What is CVE-2026-33588?
CVE-2026-33588 is a path traversal vulnerability in Docker's file upload functionality that fails to properly validate user input, allowing authenticated attackers to create, modify, or read files outside the intended directory within the container.
Is CVE-2026-33588 being actively exploited?
No, this vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog and no public exploits are currently available, though the high CVSS score (8.1) warrants prompt remediation.
What versions of Docker are affected by CVE-2026-33588?
All versions up to and including Docker 1.8.3 are affected; version 1.8.4 and later contain the fix.
How do I check if my server is vulnerable to CVE-2026-33588?
Run 'docker --version' and compare the version number; if it is 1.8.3 or earlier, the system is vulnerable and requires immediate patching.
Does Defensia detect CVE-2026-33588?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Docker is installed on a monitored server, CVE-2026-33588 will appear in your dashboard with remediation steps.
Related Docker CVEs
References
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2026-33588. Free for 1 server.
Get started free