---
id: CVE-2026-55445
title: >-
  Qinglong is a timed task management platform supporting Python3, JavaScript,
  Shell, and Typescript
summary: >-
  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…
severity: none
cwe:
  - CWE-287
published: '2026-07-15'
updated: '2026-07-18'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-55445'
references:
  - url: >-
      https://github.com/whyour/qinglong/commit/6bec52dca158481258315ba0fc2f11206df7b719
    label: security-advisories@github.com
  - url: 'https://github.com/whyour/qinglong/pull/2941'
    label: security-advisories@github.com
  - url: 'https://github.com/whyour/qinglong/security/advisories/GHSA-v667-gc2r-2xm7'
    label: security-advisories@github.com
  - url: 'https://github.com/whyour/qinglong/security/advisories/GHSA-v667-gc2r-2xm7'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00664
epssPercentile: 0.4953
ingestedAt: '2026-07-18T18:24:14.374Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
