Vulnerability Description
Qinglong is a timed task management platform supporting Python3, JavaScript, Shell, and Typescript. Prior to 2.20.1, the init guard middleware in back/loaders/express.ts checks /api/user/init but not /open/user/init, while rewrite('/open/*', '/api/$1') rewrites the whitelisted /open/* path after JWT authentication and the guard have passed; an unauthenticated attacker can send PUT /open/user/init to reset administrator credentials on an initialized instance. This issue is fixed in 2.20.1.
Related Weaknesses (CWE)
References
- https://github.com/whyour/qinglong/commit/6bec52dca158481258315ba0fc2f11206df7b7
- https://github.com/whyour/qinglong/pull/2941
- https://github.com/whyour/qinglong/security/advisories/GHSA-v667-gc2r-2xm7
- https://github.com/whyour/qinglong/security/advisories/GHSA-v667-gc2r-2xm7
FAQ
What is CVE-2026-55445?
CVE-2026-55445 is a documented vulnerability. Qinglong is a timed task management platform supporting Python3, JavaScript, Shell, and Typescript. Prior to 2.20.1, the init guard middleware in back/loaders/express.ts checks /api/user/init but not ...
How severe is CVE-2026-55445?
CVSS scoring is not yet available for CVE-2026-55445. Check NVD for updates.
Is there a patch for CVE-2026-55445?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.