CVE-2026-39829
The RSA and DSA public key parsers did not enforce size limits on key parameters. A crafted public key with an excessively large modulus or
CVSS
7.5
High
EPSS
0.4%
p34
KEV
—
Exploit Today
10
0-100
Published: May 22, 2026 · Last modified: Jul 17, 2026 · CWE-347 · CWE-1284
0.4%EPSS · 30 days0.4%
2026-06-302026-07-19
The RSA and DSA public key parsers did not enforce size limits on key parameters. A crafted public key with an excessively large modulus or DSA parameter could cause several minutes of CPU consumption during signature verification. This could be triggered by unauthenticated clients during public key authentication. RSA moduli are now limited to 8192 bits, and DSA parameters are validated per FIPS 186-2.
- go.devhttps://go.dev/cl/781641
- go.devhttps://go.dev/cl/781661
- go.devhttps://go.dev/issue/79565
- groups.google.comhttps://groups.google.com/g/golang-announce/c/a082jnz-LvI
- pkg.go.devhttps://pkg.go.dev/vuln/GO-2026-5018
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:26546
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:26547
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:29455
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:35833
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36199
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36207
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36319
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36625
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36648
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36651
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36796
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36797
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36808
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36820
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:36883
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-4855810.0 CRI63.6%
KEV—69SimpleHelp Authentication Bypass Vulnerability20dCVE-2026-403729.1 CRI95.5%
——29Improper verification of cryptographic signature in ASP.NET Core allows an unauthorized attacker to elevate privileges over a network.5dCVE-2026-290009.1 CRI92.4%
——28pac4j-jwt versions prior to 4.5.9, 5.7.9, and 6.3.3 contain an authentication bypass vulnerability in JwtAuthenticator when processing encrypted JWTs that allows remote attackers to forge authentication tokens. Attackers who possess the server's RSA public key can create a JWE-wrapped PlainJWT with arbitrary subject and role claims, bypassing signature verification to authenticate as any user including administrators.6dCVE-2026-238647.5 HIG82.9%
——25Multiple denial of service vulnerabilities exist in React Server Components, affecting the following packages: react-server-dom-parcel, react-server-dom-turbopack, react-server-dom-webpack.
The vulnerabilities are triggered by sending specially crafted HTTP requests to Server Function endpoints, and could lead to server crashes, out-of-memory exceptions or excessive CPU usage; depending on the vulnerable code path being exercised, the application configuration and application code.
Strongly consider upgrading to the latest package versions to reduce risk and prevent availability issues in applications using React Server Components.5dCVE-2026-54733—56.2%
——17The Microsoft 365 and Microsoft Entra ID Plugins for Moodle provide Office 365 and Azure Active Directory integration for Moodle. Prior to 4.5.6, 5.0.5, and 5.1.1, the Microsoft Office 365 Integration plugin local_o365 Teams SSO endpoint sso_login.php base64-decodes a JWT payload and authenticates users from the upn claim without verifying the JWT signature, allowing an unauthenticated attacker to forge a token and obtain a Moodle session as an O365-authenticated user. This issue is fixed in versions 4.5.6, 5.0.5, and 5.1.1.4dCVE-2026-22297.5 HIG54.9%
——16ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination.
The vulnerability exists because:
* The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15
* The createInflateRaw() call is not wrapped in a try-catch block
* The resulting exception propagates up through the call stack and crashes the Node.js process5d