PatchSiren cyber security CVE debrief
CVE-2026-55445 whyour CVE debrief
CVE-2026-55445 is a CRITICAL vulnerability in Qinglong timed task management platform versions prior to 2.20.1. The init guard middleware does not check /open/* paths after JWT authentication and guard have passed; an unauthenticated attacker can send PUT /open/user/init to reset administrator credentials on an initialized instance. This issue allows for potential unauthorized administrator credential resets on affected instances.
- Vendor
- whyour
- Product
- qinglong
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-15
- Original CVE updated
- 2026-07-18
- Advisory published
- 2026-07-15
- Advisory updated
- 2026-07-18
Who should care
Users of Qinglong timed task management platform versions prior to 2.20.1 should update to 2.20.1 or later to prevent unauthorized administrator credential resets. Affected operators, platform administrators, vulnerability management teams, and security teams should review instance configurations and monitor for potential exploitation attempts.
Technical summary
The init guard middleware in Qinglong's back/loaders/express.ts checks /api/user/init but not /open/user/init. The rewrite('/open/*', '/api/$1') rule rewrites whitelisted /open/* paths after JWT authentication and guard have passed. This allows an unauthenticated attacker to send a PUT request to /open/user/init, potentially resetting administrator credentials on an initialized instance. Affected operators, platform administrators, vulnerability management teams, and security teams should review instance configurations and monitor for potential exploitation attempts to prevent unauthorized administrator credential resets. This issue allows for potential unauthorized administrator credential resets on affected instances. The CVE record was published on 2026-07-15T22:17:26.020Z and was last modified on 2026-07-16T13:52:58.290Z. The NVD entry is currently Deferred. Evidence is limited to CVE and NVD details. Defenders should verify instance configurations and monitor for unauthorized credential reset attempts.
Defensive priority
High
Recommended defensive actions
- Update Qinglong to version 2.20.1 or later
- Restrict access to /open/user/init
- Monitor for unauthorized credential reset attempts
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record was published on 2026-07-15T22:17:26.020Z and was last modified on 2026-07-16T13:52:58.290Z. The NVD entry is currently Deferred. Evidence is limited to CVE and NVD details. Defenders should verify instance configurations and monitor for unauthorized credential reset attempts.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-55445 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-55445
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-55445 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55445
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/whyour/qinglong/commit/6bec52dca158481258315ba0fc2f11206df7b719
-
Source reference
Unverified legacy reference
URL: https://github.com/whyour/qinglong/pull/2941
-
Source reference
Unverified legacy reference
URL: https://github.com/whyour/qinglong/security/advisories/GHSA-v667-gc2r-2xm7
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.