Skip to content

Bump node-forge from 1.3.1 to 1.3.2 in /flink-runtime-web/web-dashboard - #5

Open
dependabot[bot] wants to merge 1 commit into
release-1.20.3.ilfrom
dependabot/npm_and_yarn/flink-runtime-web/web-dashboard/node-forge-1.3.2
Open

Bump node-forge from 1.3.1 to 1.3.2 in /flink-runtime-web/web-dashboard#5
dependabot[bot] wants to merge 1 commit into
release-1.20.3.ilfrom
dependabot/npm_and_yarn/flink-runtime-web/web-dashboard/node-forge-1.3.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubNov 27, 2025

Copy link
Copy Markdown

Bumps node-forge from 1.3.1 to 1.3.2.

Changelog

Sourced from node-forge's changelog.

1.3.2 - 2025-11-25

Security

  • HIGH: ASN.1 Validator Desynchronization
    • 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.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-12816
    • GHSA ID: GHSA-5gfm-wpxj-wjgq
  • HIGH: ASN.1 Unbounded Recursion
    • 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.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-66031
    • GHSA ID: GHSA-554w-wpv2-vw27
  • MODERATE: ASN.1 OID Integer Truncation
    • 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.
    • Reported by Hunter Wodzenski.
    • CVE ID: CVE-2025-66030
    • GHSA ID: GHSA-65ch-62r8-g69g

Fixed

  • [asn1] Fix for vulnerability identified by CVE-2025-12816 PKCS#12 MAC verification bypass due to missing macData enforcement and improper asn1.validate routine.
  • [asn1] Add fromDer() max recursion depth check.
    • Add a asn1.maxDepth global configurable maximum depth of 256.
    • Add a asn1.fromDer() per-call maxDepth option.
    • NOTE: 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.
    • NOTE: The per-call maxDepth 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.
  • [asn1] Improve OID handling.
    • Error on parsed OID values larger than 2**32 - 1.
    • Error on DER OID values larger than 2**53 - 1 .
Commits

Dependabot compatibility score

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 commands and options

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.

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 27, 2025
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.3.1...v1.3.2)
---
updated-dependencies:
- dependency-name: node-forge
dependency-version: 1.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBot changed the base branch from release-1.19.3.il to release-1.20.3.ilDecember 22, 2025 22:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/flink-runtime-web/web-dashboard/node-forge-1.3.2 branch from a63e90c to c7caabaCompareDecember 22, 2025 22:55
@ImagineBuildBot

Copy link
Copy Markdown

Logo
Checkmarx SAST - Scan Summary & Details

Cx-SAST Summary

Total of 119 vulnerabilities
High21 High
Medium98 Medium
Low0 Low
Info0 Info

Violation Summary

High20HIGH
Medium88MEDIUM

View more details on Checkmarx UI

Cx-SAST Details

Click to see details
LinesSeverityCategoryFileLink
1512151515181521152715301531MEDIUMSame_Seed_in_PRNGflink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/ScalarFunctionsTest.scalaCheckmarx
39MEDIUMSame_Seed_in_PRNGflink-tests/src/test/scala/org/apache/flink/api/scala/manual/MassiveCaseClassSortingITCase.scalaCheckmarx
8094120135151183MEDIUMSame_Seed_in_PRNGflink-scala/src/test/scala/org/apache/flink/api/scala/runtime/TupleSerializerTest.scalaCheckmarx
231MEDIUMMissing_HSTS_Headerflink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/AutoClosableProcess.javaCheckmarx
304MEDIUMInput_Path_Not_Canonicalizedflink-test-utils-parent/flink-connector-test-utils/src/main/java/org/apache/flink/connector/testframe/container/FlinkImageBuilder.javaCheckmarx
66MEDIUMInput_Path_Not_Canonicalizedflink-java/src/test/java/org/apache/flink/api/java/io/CsvOutputFormatTest.javaCheckmarx
167MEDIUMInput_Path_Not_Canonicalizedflink-end-to-end-tests/flink-end-to-end-tests-hive/src/test/java/org/apache/flink/tests/hive/HiveITCase.javaCheckmarx
529530MEDIUMInput_Path_Not_Canonicalizedflink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerITCase.javaCheckmarx
5779MEDIUMInput_Path_Not_Canonicalizedflink-docs/src/test/java/org/apache/flink/docs/rest/OpenApiSpecGeneratorTest.javaCheckmarx
84168MEDIUMInput_Path_Not_Canonicalizedflink-formats/flink-json/src/test/java/org/apache/flink/formats/json/debezium/DebeziumJsonFileSystemITCase.javaCheckmarx
59MEDIUMInput_Path_Not_Canonicalizedflink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/FileUtils.javaCheckmarx
1020MEDIUMInput_Path_Not_Canonicalizedflink-runtime/src/test/java/org/apache/flink/runtime/rest/RestServerEndpointITCase.javaCheckmarx
292MEDIUMInput_Path_Not_Canonicalizedflink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateUploaderTest.javaCheckmarx
355MEDIUMInput_Path_Not_Canonicalizedflink-formats/flink-json/src/test/java/org/apache/flink/formats/json/debezium/DebeziumJsonSerDeSchemaTest.javaCheckmarx
265MEDIUMInput_Path_Not_Canonicalizedflink-formats/flink-json/src/test/java/org/apache/flink/formats/json/maxwell/MaxwellJsonSerDerTest.javaCheckmarx
50107MEDIUMInput_Path_Not_Canonicalizedflink-core/src/test/java/org/apache/flink/core/fs/RefCountedFileWithStreamTest.javaCheckmarx
136224MEDIUMInput_Path_Not_Canonicalizedflink-connectors/flink-connector-files/src/test/java/org/apache/flink/connector/file/src/FileSourceTextLinesITCase.javaCheckmarx
88MEDIUMInput_Path_Not_Canonicalizedflink-formats/flink-hadoop-bulk/src/test/java/org/apache/flink/formats/hadoop/bulk/HadoopPathBasedPendingFileRecoverableSerializerMigrationTest.javaCheckmarx
9296100MEDIUMInput_Path_Not_Canonicalizedflink-java/src/test/java/org/apache/flink/api/java/utils/ParameterToolTest.javaCheckmarx
66MEDIUMInput_Path_Not_Canonicalizedflink-scala/src/test/java/org/apache/flink/api/scala/operators/ScalaCsvOutputFormatTest.javaCheckmarx
132MEDIUMInput_Path_Not_Canonicalizedflink-end-to-end-tests/flink-distributed-cache-via-blob-test/src/main/java/org/apache/flink/streaming/tests/DistributedCacheViaBlobTestProgram.javaCheckmarx
339MEDIUMInput_Path_Not_Canonicalizedtools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.javaCheckmarx
71MEDIUMInput_Path_Not_Canonicalizedflink-formats/flink-json/src/test/java/org/apache/flink/formats/json/ogg/OggJsonSerDeSchemaTest.javaCheckmarx
58MEDIUMInput_Path_Not_Canonicalizedtools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/utils/notice/NoticeParser.javaCheckmarx
272MEDIUMInput_Path_Not_Canonicalizedflink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/FlinkEmbeddedHiveRunner.javaCheckmarx
284MEDIUMInput_Path_Not_Canonicalizedflink-connectors/flink-connector-files/src/test/java/org/apache/flink/connector/file/sink/writer/FileWriterBucketStateSerializerMigrationTest.javaCheckmarx
223MEDIUMInput_Path_Not_Canonicalizedflink-end-to-end-tests/flink-end-to-end-tests-sql/src/test/java/org/apache/flink/table/sql/SqlITCaseBase.javaCheckmarx
512MEDIUMInput_Path_Not_Canonicalizedflink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobUtils.javaCheckmarx
333MEDIUMInput_Path_Not_Canonicalizedflink-formats/flink-json/src/test/java/org/apache/flink/formats/json/canal/CanalJsonSerDeSchemaTest.javaCheckmarx
260285MEDIUMInput_Path_Not_Canonicalizedflink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobKey.javaCheckmarx
50MEDIUMInput_Path_Not_Canonicalizedflink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendTestUtils.javaCheckmarx
164165MEDIUMInput_Path_Not_Canonicalizedflink-runtime/src/test/java/org/apache/flink/runtime/rest/MultipartUploadExtension.javaCheckmarx
8591MEDIUMInput_Path_Not_Canonicalizedflink-formats/flink-json/src/test/java/org/apache/flink/formats/json/ogg/OggJsonFileSystemITCase.javaCheckmarx
215MEDIUMInput_Path_Not_Canonicalizedflink-test-utils-parent/flink-migration-test-utils/src/main/java/org/apache/flink/test/migration/MigrationTestsSnapshotGenerator.javaCheckmarx
266291MEDIUMInput_Path_Not_Canonicalizedflink-tests/src/test/java/org/apache/flink/test/streaming/runtime/CacheITCase.javaCheckmarx
7882MEDIUMInput_Path_Not_Canonicalizedflink-python/src/test/java/org/apache/flink/python/util/CompressionUtilsTest.javaCheckmarx
136MEDIUMInput_Path_Not_Canonicalizedflink-yarn-tests/src/test/java/org/apache/flink/yarn/testjob/YarnTestArchiveJob.javaCheckmarx
520MEDIUMInput_Path_Not_Canonicalizedflink-core/src/test/java/org/apache/flink/api/common/typeutils/TypeSerializerUpgradeTestBase.javaCheckmarx
84MEDIUMInput_Path_Not_Canonicalizedflink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/TestUtils.javaCheckmarx
415391MEDIUMInput_Path_Not_Canonicalizedflink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/junit/utils/TempDirUtils.javaCheckmarx
258MEDIUMInput_Path_Not_Canonicalizedflink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/typeutils/AvroSerializerSnapshotTest.javaCheckmarx
288MEDIUMInput_Path_Not_Canonicalizedflink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/SqlClientTest.javaCheckmarx
407408MEDIUMInput_Path_Not_Canonicalizedflink-core/src/test/java/org/apache/flink/util/FileUtilsTest.javaCheckmarx
157MEDIUMInput_Path_Not_Canonicalizedflink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateDownloaderTest.javaCheckmarx
451MEDIUMInput_Path_Not_Canonicalizedflink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkDistribution.javaCheckmarx
73MEDIUMInput_Path_Not_Canonicalizedflink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/file/ProducerMergedPartitionFileWriterTest.javaCheckmarx
266MEDIUMInput_Path_Not_Canonicalizedflink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/filesystem/BucketStateSerializerTest.javaCheckmarx
616877MEDIUMInput_Path_Not_Canonicalizedflink-end-to-end-tests/flink-end-to-end-tests-common/src/test/java/org/apache/flink/tests/util/util/FileUtilsTest.javaCheckmarx
153MEDIUMInput_Path_Not_Canonicalizedflink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/cli/CliClientTest.javaCheckmarx
104150MEDIUMInput_Path_Not_Canonicalizedflink-connectors/flink-connector-files/src/test/java/org/apache/flink/connector/file/sink/FileSinkCommittableSerializerMigrationTest.javaCheckmarx
142MEDIUMInput_Path_Not_Canonicalizedflink-core/src/main/java/org/apache/flink/util/FileUtils.javaCheckmarx
105259MEDIUMInput_Path_Not_Canonicalizedflink-runtime/src/test/java/org/apache/flink/runtime/blob/FileSystemBlobStoreTest.javaCheckmarx
316MEDIUMInput_Path_Not_Canonicalizedflink-core/src/test/java/org/apache/flink/testutils/ClassLoaderUtils.javaCheckmarx
261MEDIUMImproper_Restriction_of_Stored_XXE_Refflink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/utils/DiffRepository.javaCheckmarx
295MEDIUMImproper_Lockingflink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/mailbox/TaskMailboxImpl.javaCheckmarx
187MEDIUMImproper_Lockingflink-python/src/main/java/org/apache/beam/runners/fnexecution/control/DefaultJobBundleFactory.javaCheckmarx
8285MEDIUMClient_Potential_XSSflink-python/docs/_static/pyflink.jsCheckmarx
69125199366416HIGHUnsafe_Reflectionflink-scala/src/main/scala/org/apache/flink/api/scala/ClosureCleaner.scalaCheckmarx
79HIGHUnsafe_Reflectionflink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/typeutils/LegacyDataViewUtils.scalaCheckmarx
127HIGHUnsafe_Reflectionflink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/codegen/agg/AggTestBase.scalaCheckmarx
83HIGHUnsafe_Reflectionflink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/MetadataHandlerConsistencyTest.scalaCheckmarx
260285HIGHStored_XSSflink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobKey.javaCheckmarx
256HIGHStored_XSSflink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServerConnection.javaCheckmarx
64HIGHDeserialization_of_Untrusted_Dataflink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/component/FileJobGraphRetriever.javaCheckmarx
175214275276277325HIGHDeserialization_of_Untrusted_Dataflink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/job/JobSubmitHandlerTest.javaCheckmarx
115124HIGHDeserialization_of_Untrusted_Dataflink-core/src/test/java/org/apache/flink/util/AbstractIDTest.javaCheckmarx

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ImagineBuildBot