CVE-2026-49467CWE-303CWE-304

CVE-2026-49467

High · published August 12, 2026

CVSS v3.1
8.8
EPSS
0%
Percentile
34.3
In the wild
Unconfirmed
What it is

Pingvin Share X is a secure and easy self-hosted file sharing platform. A vulnerability in versions 1.5.0 through 1.18.0 allow an attacker to bypass password verification when managing Time-based One-Time Password (TOTP) settings. The root cause is a missing `await` keyword on calls to the asynchronous `verifyPassword` method in `authTotp.service.ts` and the `authenticateUser` method in `auth.service.ts`. In JavaScript, an unawaited `Promise` is always truthy. So the logic intended to throw a `ForbiddenException` when a password is incorrect. It never executes because the expression evaluates the existence of the `Promise` object rather than its resolved boolean result. The vulnerability is fixed in version 1.18.1 by ensuring all asynchronous authentication calls are properly awaited. There are no official workarounds. If a user is locked out, an administrator must manually reset the user's TOTP status in the database.

The record
Technical detail
CVSS v3.1
8.8 · HIGH
Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0
Not supplied
EPSS
0.00411 · 34.3th percentile
Weaknesses
CWE-303 · Incorrect Implementation of Authentication Algorithm; CWE-304 · Missing Critical Step in Authentication
Published
2026-08-12T22:17Z
References (1)
EPSS history
Timeline
  • 12 AUG 17:02Z
    TOTP enrollment hijack: password gate skipped due to unawaited promise
    cvelistv5