This is an automated email from the ASF dual-hosted git repository.

chanholee pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.12 by this push:
     new d683c8f7ab Bump node-forge from 1.3.1 to 1.3.2 in /zeppelin-web-angular
d683c8f7ab is described below

commit d683c8f7ab7d92f78645157502e277afe97a223a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 28 13:23:47 2025 +0900

    Bump node-forge from 1.3.1 to 1.3.2 in /zeppelin-web-angular
    
    Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 
1.3.2.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a 
href="https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md";>node-forge's
 changelog</a>.</em></p>
    <blockquote>
    <h2>1.3.2 - 2025-11-25</h2>
    <h3>Security</h3>
    <ul>
    <li><strong>HIGH</strong>: ASN.1 Validator Desynchronization
    <ul>
    <li>An Interpretation Conflict (CWE-436) vulnerability in node-forge 
versions
    1.3.1 and below enables remote, unauthenticated attackers to craft ASN.1
    structures to desynchronize schema validations, yielding a semantic
    divergence that may bypass downstream cryptographic verifications and
    security decisions.</li>
    <li>Reported by Hunter Wodzenski.</li>
    <li>CVE ID: <a 
href="https://www.cve.org/CVERecord?id=CVE-2025-12816";>CVE-2025-12816</a></li>
    <li>GHSA ID: <a 
href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq";>GHSA-5gfm-wpxj-wjgq</a></li>
    </ul>
    </li>
    <li><strong>HIGH</strong>: ASN.1 Unbounded Recursion
    <ul>
    <li>An Uncontrolled Recursion (CWE-674) vulnerability in node-forge versions
    1.3.1 and below enables remote, unauthenticated attackers to craft deep
    ASN.1 structures that trigger unbounded recursive parsing. This leads to a
    Denial-of-Service (DoS) via stack exhaustion when parsing untrusted DER
    inputs.</li>
    <li>Reported by Hunter Wodzenski.</li>
    <li>CVE ID: <a 
href="https://www.cve.org/CVERecord?id=CVE-2025-66031";>CVE-2025-66031</a></li>
    <li>GHSA ID: <a 
href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27";>GHSA-554w-wpv2-vw27</a></li>
    </ul>
    </li>
    <li><strong>MODERATE</strong>: ASN.1 OID Integer Truncation
    <ul>
    <li>An Integer Overflow (CWE-190) vulnerability in node-forge versions 1.3.1
    and below enables remote, unauthenticated attackers to craft ASN.1
    structures containing OIDs with oversized arcs. These arcs may be decoded
    as smaller, trusted OIDs due to 32-bit bitwise truncation, enabling the
    bypass of downstream OID-based security decisions.</li>
    <li>Reported by Hunter Wodzenski.</li>
    <li>CVE ID: <a 
href="https://www.cve.org/CVERecord?id=CVE-2025-66030";>CVE-2025-66030</a></li>
    <li>GHSA ID: <a 
href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-65ch-62r8-g69g";>GHSA-65ch-62r8-g69g</a></li>
    </ul>
    </li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>[asn1] Fix for vulnerability identified by CVE-2025-12816 PKCS#12 MAC
    verification bypass due to missing macData enforcement and improper
    asn1.validate routine.</li>
    <li>[asn1] Add <code>fromDer()</code> max recursion depth check.
    <ul>
    <li>Add a <code>asn1.maxDepth</code> global configurable maximum depth of 
256.</li>
    <li>Add a <code>asn1.fromDer()</code> per-call <code>maxDepth</code> 
option.</li>
    <li><strong>NOTE</strong>: The default maximum is assumed to be higher than 
needed for valid
    data. If this assumption is false then this could be a breaking change.
    Please file an issue if there are use cases that need a higher maximum.</li>
    <li><strong>NOTE</strong>: The per-call <code>maxDepth</code> parameter has 
not been exposed up through
    all of the API stack due to the complexities involved. Please file an issue
    if there are use cases that require this instead of changing the default
    maximum.</li>
    </ul>
    </li>
    <li>[asn1] Improve OID handling.
    <ul>
    <li>Error on parsed OID values larger than <code>2**32 - 1</code>.</li>
    <li>Error on DER OID values larger than <code>2**53 - 1 </code>.</li>
    </ul>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/235ad3e70e4fdfdca4fdeb662dfba6588e2c38bd";><code>235ad3e</code></a>
 Release 1.3.2.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/25982441171dc9815c87d3d886c5c8a1d092b334";><code>2598244</code></a>
 Update changelog.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/0032dd0be8b6fb1b1092ef754d1dde91c10a95ad";><code>0032dd0</code></a>
 Fix typos.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/d75e08d255559ae401d9368346cacefde306e6df";><code>d75e08d</code></a>
 Run new security test.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/a5ce91d03df4dcfc025b74a5b7f50389942d49c9";><code>a5ce91d</code></a>
 Update changelog formatting.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/4652de6ddd833392e52d99b37abbbda76817c0b7";><code>4652de6</code></a>
 Cleanups.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/eb932d94fbd88655f46ac7a94a8e13e7ed8597f7";><code>eb932d9</code></a>
 Fix typo.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/db6954ba4b4440831a5112dea5d37ef68a28b878";><code>db6954b</code></a>
 Fix style.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/afbf7d8e0812014da134caa5a064cf55d1f61847";><code>afbf7d8</code></a>
 Align error message style.</li>
    <li><a 
href="https://github.com/digitalbazaar/forge/commit/6607445859637442cf586eaa7fa06e99a2a8ae0b";><code>6607445</code></a>
 Revert minor changes.</li>
    <li>Additional commits viewable in <a 
href="https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2";>compare 
view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node-forge&package-manager=npm_and_yarn&previous-version=1.3.1&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`<at>dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `<at>dependabot rebase` will rebase this PR
    - `<at>dependabot recreate` will recreate this PR, overwriting any edits 
that have been made to it
    - `<at>dependabot merge` will merge this PR after your CI passes on it
    - `<at>dependabot squash and merge` will squash and merge this PR after 
your CI passes on it
    - `<at>dependabot cancel merge` will cancel a previously requested merge 
and block automerging
    - `<at>dependabot reopen` will reopen this PR if it is closed
    - `<at>dependabot close` will close this PR and stop Dependabot recreating 
it. You can achieve the same result by closing it manually
    - `<at>dependabot show <dependency name> ignore conditions` will show all 
of the ignore conditions of the specified dependency
    - `<at>dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
    - `<at>dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
    - `<at>dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/zeppelin/network/alerts).
    
    </details>
    
    Closes #5121 from 
dependabot[bot]/dependabot/npm_and_yarn/zeppelin-web-angular/node-forge-1.3.2.
    
    Signed-off-by: ChanHo Lee <[email protected]>
    (cherry picked from commit 43ea5a4351ddaa9829216c6901b93fe750c82b8d)
    Signed-off-by: ChanHo Lee <[email protected]>
---
 zeppelin-web-angular/package-lock.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/zeppelin-web-angular/package-lock.json 
b/zeppelin-web-angular/package-lock.json
index 67aab09e47..5ab8288a0f 100644
--- a/zeppelin-web-angular/package-lock.json
+++ b/zeppelin-web-angular/package-lock.json
@@ -12795,9 +12795,9 @@
       "dev": true
     },
     "node_modules/node-forge": {
-      "version": "1.3.1",
-      "resolved": 
"https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz";,
-      "integrity": 
"sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
+      "version": "1.3.2",
+      "resolved": 
"https://registry.npmjs.org/node-forge/-/node-forge-1.3.2.tgz";,
+      "integrity": 
"sha512-6xKiQ+cph9KImrRh0VsjH2d8/GXA4FIMlgU4B757iI1ApvcyA9VlouP0yZJha01V+huImO+kKMU7ih+2+E14fw==",
       "dev": true,
       "engines": {
         "node": ">= 6.13.0"
@@ -27258,9 +27258,9 @@
       "dev": true
     },
     "node-forge": {
-      "version": "1.3.1",
-      "resolved": 
"https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz";,
-      "integrity": 
"sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
+      "version": "1.3.2",
+      "resolved": 
"https://registry.npmjs.org/node-forge/-/node-forge-1.3.2.tgz";,
+      "integrity": 
"sha512-6xKiQ+cph9KImrRh0VsjH2d8/GXA4FIMlgU4B757iI1ApvcyA9VlouP0yZJha01V+huImO+kKMU7ih+2+E14fw==",
       "dev": true
     },
     "node-gyp": {

Reply via email to