NONE · 0

CVE-2026-47669

DbGate is cross-platform database manager. In versions 7.1.8 and prior, the `unzipDirectory()` function in `packages/api/src/shell/unzipDirectory.js` (line 27) does not validate that extracted file pa...

Vulnerability Description

DbGate is cross-platform database manager. In versions 7.1.8 and prior, the `unzipDirectory()` function in `packages/api/src/shell/unzipDirectory.js` (line 27) does not validate that extracted file paths stay within the output directory. A malicious ZIP with `../` entries writes files anywhere on the filesystem. In the default Docker deployment, DbGate runs as root and the `none` auth provider issues JWT tokens without credentials via `POST /auth/login`, so this is exploitable by any network-adjacent attacker. Version 7.1.9 fixes the issue.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-47669?

CVE-2026-47669 is a documented vulnerability. DbGate is cross-platform database manager. In versions 7.1.8 and prior, the `unzipDirectory()` function in `packages/api/src/shell/unzipDirectory.js` (line 27) does not validate that extracted file pa...

How severe is CVE-2026-47669?

CVSS scoring is not yet available for CVE-2026-47669. Check NVD for updates.

Is there a patch for CVE-2026-47669?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.