CVE detail
CVE-2026-33895
Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.4.0, Ed25519 signature verification accepts forged non-canonical signatures where the scalar S is not reduced modulo the group order (`S >= L`). A valid signature and its `S + L` variant both verify in forge, while Node.js `crypto.verify` (OpenSSL-backed) rejects the `S + L` variant, as defined by the specification. This class of signature malleability has been exploited in practice to bypass authentication and authorization logic (see CVE-2026-25793, CVE-2022-35961). Applications relying on signature uniqueness (i.e., dedup by signature bytes, replay tracking, signed-object canonicalization checks) may be bypassed. Version 1.4.0 patches the issue.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 25.6 · diversity 20.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 1
- within the 30d window
- Peak daily
- 1
- highest bucket
Evidence
Source links by recency
12 source links · newest first
- ⚡ Weekly Recap: WordPress RCE, SonicWall 0-Days, AI Service Attacks, SharePoint 0-Day and MoreThe Hacker News
on a standard WordPress installation, without requiring any plugins or other special conditions. It is a combination of CVE-2026-63030 (REST API batch-route confusion) and CVE-2026-60137 (SQL injection in WordPress core) that can be chained to turn an anonymous request into code execution. watchTowr said it's already seeing proof-of-concept (PoC) explo
newsthehackernews.comJul 20, 2026, 1:32 PM Information published.
vendormsrc.microsoft.comApr 15, 2026, 8:38 AM- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-33895.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comMar 27, 2026, 9:17 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2452457bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comMar 27, 2026, 9:17 PM - https://access.redhat.com/security/cve/CVE-2026-33895access.redhat.com
No excerpt available.
Exploitaccess.redhat.comMar 27, 2026, 9:17 PM - https://access.redhat.com/errata/RHSA-2026:9742access.redhat.com
No excerpt available.
Exploitaccess.redhat.comMar 27, 2026, 9:17 PM - https://access.redhat.com/errata/RHSA-2026:34342access.redhat.com
No excerpt available.
Exploitaccess.redhat.comMar 27, 2026, 9:17 PM - https://access.redhat.com/errata/RHSA-2026:24761access.redhat.com
No excerpt available.
Exploitaccess.redhat.comMar 27, 2026, 9:17 PM - https://access.redhat.com/errata/RHSA-2026:13826access.redhat.com
No excerpt available.
Exploitaccess.redhat.comMar 27, 2026, 9:17 PM No excerpt available.
Exploitgithub.comMar 27, 2026, 9:17 PMNo excerpt available.
Exploitgithub.comMar 27, 2026, 9:17 PM- https://datatracker.ietf.org/doc/html/rfc8032#section-8.4datatracker.ietf.org
No excerpt available.
Exploitdatatracker.ietf.orgMar 27, 2026, 9:17 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-33894CVSS 7.5 · High
Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.4.0, RSASSA PKCS#1 v1.5 signature verification accepts fo…
- CVE-2022-24773CVSS 5.3 · Medium
Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.3.0, RSA PKCS#1 v1.5 signature verification code does not…
- CVE-2022-24772CVSS 7.5 · High
Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.3.0, RSA PKCS#1 v1.5 signature verification code does not…
- CVE-2022-24771CVSS 7.5 · High
Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.3.0, RSA PKCS#1 v1.5 signature verification code is lenie…
- CVE-2026-55165CVSS 4.8 · Medium
Lemur manages TLS certificate creation. Prior to 1.9.2, the JWT verifier in lemur/auth/service.py:130-137 used fetch_token_header to read header_data["alg"] from an unverified tok…
- CVE-2025-9210CVSS 8.1 · High
Missing signature validation in JSON Web Tokens in Otalio Ship Property Management System versions before 2.22.0 allows authenticated attackers to escalate privileges via tamperin…