CVE-2026-3965
Description
A security vulnerability has been detected in whyour qinglong up to 2.20.1. Affected is an unknown function of the file back/loaders/express.ts of the component API Interface. The manipulation of the argument command leads to protection mechanism failure. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. Upgrading to version 2.20.2 is able to address this issue. The identifier of the patch is 6bec52dca158481258315ba0fc2f11206df7b719. It is advisable to upgrade the affected component. The code maintainer was informed beforehand about the issues. He reacted very fast and highly professional.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@whyour/qinglongnpm | < 2.20.2 | 2.20.2 |
Affected products
1Patches
16bec52dca158Fix /open/user/init auth bypass allowing credential reset on initialized systems (#2941)
1 file changed · +8 −1
back/loaders/express.ts+8 −1 modified@@ -120,7 +120,14 @@ export default ({ app }: { app: Application }) => { app.use(async (req, res, next) => { const pathLower = req.path.toLowerCase(); - if (!['/api/user/init', '/api/user/notification/init'].includes(pathLower)) { + if ( + ![ + '/api/user/init', + '/api/user/notification/init', + '/open/user/init', + '/open/user/notification/init', + ].includes(req.path) + ) { return next(); } const authInfo =
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
10- github.com/advisories/GHSA-xj37-qjg2-xwv2ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-3965ghsaADVISORY
- github.com/A7cc/cve/issues/6nvdWEB
- github.com/A7cc/cve/issues/6nvdWEB
- github.com/whyour/qinglong/commit/6bec52dca158481258315ba0fc2f11206df7b719nvdWEB
- github.com/whyour/qinglong/pull/2941nvdWEB
- github.com/whyour/qinglong/releases/tag/v2.20.2nvdWEB
- vuldb.comnvdWEB
- vuldb.comnvdWEB
- vuldb.comnvdWEB
News mentions
2- In Other News: Scattered Spider Hacker Arrested, SOC Effectiveness Metrics, NSA Tool VulnerabilitySecurityWeek · May 1, 2026
- ThreatsDay Bulletin: SMS Blaster Busts, OpenEMR Flaws, 600K Roblox Hacks and 25 More StoriesThe Hacker News · Apr 30, 2026