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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 8615ef4a90 chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 in 
/datafusion/wasmtest/datafusion-wasm-app (#18958)
8615ef4a90 is described below

commit 8615ef4a90e5db2a1e1f615f8b76a371820727da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 27 15:39:08 2025 +1100

    chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 in 
/datafusion/wasmtest/datafusion-wasm-app (#18958)
    
    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
    `@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:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@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)
    - `@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)
    - `@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/datafusion/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 datafusion/wasmtest/datafusion-wasm-app/package-lock.json | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/datafusion/wasmtest/datafusion-wasm-app/package-lock.json 
b/datafusion/wasmtest/datafusion-wasm-app/package-lock.json
index 80d3d7b473..3c1e5c513d 100644
--- a/datafusion/wasmtest/datafusion-wasm-app/package-lock.json
+++ b/datafusion/wasmtest/datafusion-wasm-app/package-lock.json
@@ -2596,11 +2596,10 @@
       "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,
-      "license": "(BSD-3-Clause OR GPL-2.0)",
       "engines": {
         "node": ">= 6.13.0"
       }
@@ -6007,9 +6006,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-releases": {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to