PatchSiren cyber security CVE debrief
CVE-2026-49467 smp46 CVE debrief
A vulnerability in Pingvin Share X versions 1.5.0 through 1.18.0 allows an attacker to bypass password verification when managing Time-based One-Time Password (TOTP) settings due to a missing `await` keyword on calls to the asynchronous `verifyPassword` method in `authTotp.service.ts` and the `authenticateUser` method in `auth.service.ts`. This issue arises because an unawaited `Promise` in JavaScript is always truthy, preventing the intended `ForbiddenException` from being thrown when a password is incorrect. The vulnerability is fixed in version 1.18.1. Defenders should assess their exposure, verify if versions 1.5.0 through 1.18.0 are in use, and apply the fix to prevent bypass.
- Vendor
- smp46
- Product
- pingvin-share-x
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for securing file sharing platforms, especially those using Pingvin Share X, should assess their exposure and verify if versions 1.5.0 through 1.18.0 are in use.
Why it matters
CVE-2026-49467 is a high-severity vulnerability in Pingvin Share X that allows an attacker to bypass password verification for TOTP settings. Defenders should prioritize verifying exposure, assessing impact, and applying the fix to prevent potential unauthorized access.
- An attacker could bypass password verification for TOTP settings, potentially leading to unauthorized access
- Defenders need to verify if affected versions are in use and apply the fix
- Exposure could lead to compromised TOTP settings, requiring immediate attention
Technical summary
The vulnerability in Pingvin Share X versions 1.5.0 through 1.18.0 is caused by a missing `await` keyword on calls to the asynchronous `verifyPassword` method in `authTotp.service.ts` and the `authenticateUser` method in `auth.service.ts`. This allows an attacker to bypass password verification when managing Time-based One-Time Password (TOTP) settings. The issue arises from the asynchronous nature of JavaScript `Promise` resolution, leading to incorrect authentication logic. The fix is implemented in version 1.18.1.
Defensive priority
Defenders should prioritize verifying exposure and assessing the impact of this vulnerability on their systems, especially those using Pingvin Share X for secure file sharing.
Recommended defensive actions
- Verify if Pingvin Share X versions 1.5.0 through 1.18.0 are in use and assess exposure.
- Apply the fix in version 1.18.1.
- Monitor for any unauthorized access attempts related to TOTP settings.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability is confirmed in Pingvin Share X versions 1.5.0 through 1.18.0. A fix is available in version 1.18.1. There are no official workarounds provided. Defenders should verify if affected versions are in use and assess their exposure to this vulnerability. The root cause is a missing `await` keyword on asynchronous authentication calls.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-49467 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-49467
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-49467 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-49467
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/smp46/pingvin-share-x/security/advisories/GHSA-59q6-jvp6-w282
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.