VYPR
Medium severity6.3NVD Advisory· Published Mar 12, 2026· Updated Apr 29, 2026

CVE-2026-3965

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.

PackageAffected versionsPatched versions
@whyour/qinglongnpm
< 2.20.22.20.2

Affected products

1

Patches

1
6bec52dca158

Fix /open/user/init auth bypass allowing credential reset on initialized systems (#2941)

https://github.com/whyour/qinglongCopilotMar 1, 2026via ghsa
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

News mentions

2