CVE-2026-33488: CWE-326: Inadequate Encryption Strength in WWBN AVideo
CVE-2026-33488 is a high-severity vulnerability in WWBN AVideo versions up to 26. 0 involving inadequate encryption strength in the PGP 2FA system. The LoginControl plugin generates 512-bit RSA keys, which are cryptographically weak and factorable with commodity hardware in hours, allowing attackers to derive private keys from public keys. This enables attackers to decrypt PGP 2FA challenges and bypass the second authentication factor entirely. Additionally, key generation and encryption endpoints lack authentication, exposing the system to resource exhaustion attacks by anonymous users. Although a patch exists, unpatched systems remain vulnerable to compromise of user accounts and potential unauthorized access. The vulnerability impacts confidentiality and integrity but does not affect availability directly. Organizations using affected versions should urgently update and restrict access to vulnerable endpoints.
AI Analysis
Technical Summary
WWBN AVideo, an open-source video platform, suffers from a critical cryptographic weakness in its LoginControl plugin's PGP-based two-factor authentication (2FA) system in versions up to and including 26.0. The vulnerability arises because the `createKeys()` function generates 512-bit RSA keys, which have been considered insecure and factorable since 1999. An attacker who obtains a user's public key can factor the RSA modulus using commodity hardware within hours, thereby deriving the private key. With the private key, the attacker can decrypt any PGP 2FA challenge issued by the system, effectively bypassing the second factor of authentication and gaining unauthorized access to user accounts. Further exacerbating the issue, the `generateKeys.json.php` and `encryptMessage.json.php` endpoints do not require authentication, allowing anonymous users to trigger CPU-intensive key generation operations. This could lead to denial-of-service conditions through resource exhaustion. The vulnerability has a CVSS 3.1 base score of 7.4, reflecting high severity due to its impact on confidentiality and integrity without requiring privileges or user interaction. A patch has been committed (commit 00d979d87f8182095c8150609153a43f834e351e) to address these issues by increasing key strength and adding authentication checks to the endpoints. Until patched, systems remain at risk of account compromise and potential service disruption through abuse of exposed endpoints.
Potential Impact
The primary impact of this vulnerability is the compromise of user account security through bypassing the second factor of authentication. Attackers can decrypt PGP 2FA challenges by factoring weak 512-bit RSA keys, allowing unauthorized access to user accounts and sensitive video content. This undermines the confidentiality and integrity of user data and platform access controls. Additionally, the unauthenticated key generation endpoints expose the platform to potential denial-of-service attacks by exhausting server CPU resources, which could degrade service availability. Organizations relying on WWBN AVideo for video hosting and streaming may face unauthorized data access, user impersonation, and service interruptions. The vulnerability could also erode user trust and lead to compliance issues if sensitive or regulated content is exposed. Since the attack requires only public key access and no user interaction, exploitation is relatively straightforward once the public key is obtained. The lack of authentication on key generation endpoints further broadens the attack surface, increasing risk.
Mitigation Recommendations
Organizations should immediately upgrade WWBN AVideo to a version that includes the patch (commit 00d979d87f8182095c8150609153a43f834e351e) or later, which increases RSA key length to a secure standard (e.g., 2048 bits or higher) and adds authentication checks to key generation and encryption endpoints. Until patching is possible, administrators should restrict access to the `generateKeys.json.php` and `encryptMessage.json.php` endpoints using network-level controls such as firewalls or reverse proxies to limit requests to trusted users or internal networks. Review and rotate all existing PGP 2FA keys generated with 512-bit RSA to ensure they are replaced with stronger keys. Monitor server resource usage for unusual spikes that may indicate abuse of the exposed endpoints. Educate users about the vulnerability and encourage use of alternative or additional 2FA methods if available. Implement logging and alerting on authentication anomalies to detect potential exploitation attempts. Finally, conduct a security audit of the platform’s cryptographic implementations to ensure compliance with current best practices.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Japan, South Korea, India
CVE-2026-33488: CWE-326: Inadequate Encryption Strength in WWBN AVideo
Description
CVE-2026-33488 is a high-severity vulnerability in WWBN AVideo versions up to 26. 0 involving inadequate encryption strength in the PGP 2FA system. The LoginControl plugin generates 512-bit RSA keys, which are cryptographically weak and factorable with commodity hardware in hours, allowing attackers to derive private keys from public keys. This enables attackers to decrypt PGP 2FA challenges and bypass the second authentication factor entirely. Additionally, key generation and encryption endpoints lack authentication, exposing the system to resource exhaustion attacks by anonymous users. Although a patch exists, unpatched systems remain vulnerable to compromise of user accounts and potential unauthorized access. The vulnerability impacts confidentiality and integrity but does not affect availability directly. Organizations using affected versions should urgently update and restrict access to vulnerable endpoints.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
WWBN AVideo, an open-source video platform, suffers from a critical cryptographic weakness in its LoginControl plugin's PGP-based two-factor authentication (2FA) system in versions up to and including 26.0. The vulnerability arises because the `createKeys()` function generates 512-bit RSA keys, which have been considered insecure and factorable since 1999. An attacker who obtains a user's public key can factor the RSA modulus using commodity hardware within hours, thereby deriving the private key. With the private key, the attacker can decrypt any PGP 2FA challenge issued by the system, effectively bypassing the second factor of authentication and gaining unauthorized access to user accounts. Further exacerbating the issue, the `generateKeys.json.php` and `encryptMessage.json.php` endpoints do not require authentication, allowing anonymous users to trigger CPU-intensive key generation operations. This could lead to denial-of-service conditions through resource exhaustion. The vulnerability has a CVSS 3.1 base score of 7.4, reflecting high severity due to its impact on confidentiality and integrity without requiring privileges or user interaction. A patch has been committed (commit 00d979d87f8182095c8150609153a43f834e351e) to address these issues by increasing key strength and adding authentication checks to the endpoints. Until patched, systems remain at risk of account compromise and potential service disruption through abuse of exposed endpoints.
Potential Impact
The primary impact of this vulnerability is the compromise of user account security through bypassing the second factor of authentication. Attackers can decrypt PGP 2FA challenges by factoring weak 512-bit RSA keys, allowing unauthorized access to user accounts and sensitive video content. This undermines the confidentiality and integrity of user data and platform access controls. Additionally, the unauthenticated key generation endpoints expose the platform to potential denial-of-service attacks by exhausting server CPU resources, which could degrade service availability. Organizations relying on WWBN AVideo for video hosting and streaming may face unauthorized data access, user impersonation, and service interruptions. The vulnerability could also erode user trust and lead to compliance issues if sensitive or regulated content is exposed. Since the attack requires only public key access and no user interaction, exploitation is relatively straightforward once the public key is obtained. The lack of authentication on key generation endpoints further broadens the attack surface, increasing risk.
Mitigation Recommendations
Organizations should immediately upgrade WWBN AVideo to a version that includes the patch (commit 00d979d87f8182095c8150609153a43f834e351e) or later, which increases RSA key length to a secure standard (e.g., 2048 bits or higher) and adds authentication checks to key generation and encryption endpoints. Until patching is possible, administrators should restrict access to the `generateKeys.json.php` and `encryptMessage.json.php` endpoints using network-level controls such as firewalls or reverse proxies to limit requests to trusted users or internal networks. Review and rotate all existing PGP 2FA keys generated with 512-bit RSA to ensure they are replaced with stronger keys. Monitor server resource usage for unusual spikes that may indicate abuse of the exposed endpoints. Educate users about the vulnerability and encourage use of alternative or additional 2FA methods if available. Implement logging and alerting on authentication anomalies to detect potential exploitation attempts. Finally, conduct a security audit of the platform’s cryptographic implementations to ensure compliance with current best practices.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-20T16:16:48.971Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69c16032f4197a8e3b6f2c08
Added to database: 3/23/2026, 3:45:54 PM
Last enriched: 3/23/2026, 4:01:13 PM
Last updated: 3/23/2026, 4:55:55 PM
Views: 7
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.