๐Ÿ” CVE Alert

CVE-2026-49467

HIGH 8.8

TOTP enrollment hijack: password gate skipped due to unawaited promise

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-303 CWE-304
Vendor smp46
Product pingvin-share-x
Published Aug 12, 2026
Stay Ahead of the Next One

Get instant alerts for smp46 pingvin-share-x

Be the first to know when new high vulnerabilities affecting smp46 pingvin-share-x are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

smp46 / pingvin-share-x
>= 1.5.0, < 1.18.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/smp46/pingvin-share-x/security/advisories/GHSA-59q6-jvp6-w282