Skip to content

Update dependency com.fasterxml.jackson.core:jackson-core to v2.15.0 [SECURITY] (master) #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovatebot-confluentinc[bot]
Copy link

For any questions/concerns about this PR, please review the Renovate Bot wiki/FAQs, or the #renovatebot Slack channel.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.fasterxml.jackson.core:jackson-core 2.14.2 -> 2.15.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.

GitHub Vulnerability Alerts

CVE-2025-52999

Impact

With older versions of jackson-core, if you parse an input file and it has deeply nested data, Jackson could end up throwing a StackoverflowError if the depth is particularly large.

Patches

jackson-core 2.15.0 contains a configurable limit for how deep Jackson will traverse in an input document, defaulting to an allowable depth of 1000. Change is in https://github.com/FasterXML/jackson-core/pull/943. jackson-core will throw a StreamConstraintsException if the limit is reached.
jackson-databind also benefits from this change because it uses jackson-core to parse JSON inputs.

Workarounds

Users should avoid parsing input files from untrusted sources.


jackson-core can throw a StackoverflowError when processing deeply nested data

CVE-2025-52999 / GHSA-h46c-h94j-95f3

More information

Details

Impact

With older versions of jackson-core, if you parse an input file and it has deeply nested data, Jackson could end up throwing a StackoverflowError if the depth is particularly large.

Patches

jackson-core 2.15.0 contains a configurable limit for how deep Jackson will traverse in an input document, defaulting to an allowable depth of 1000. Change is in https://github.com/FasterXML/jackson-core/pull/943. jackson-core will throw a StreamConstraintsException if the limit is reached.
jackson-databind also benefits from this change because it uses jackson-core to parse JSON inputs.

Workarounds

Users should avoid parsing input files from untrusted sources.

Severity

  • CVSS Score: Unknown
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

vdesabou added a commit that referenced this pull request Jul 15, 2025
* airlock sync (#1)

* airlock sync

* empty commit

* Update docker-compose.plaintext.proxy.yml

* Update docker-compose.plaintext.yml

* Update docker-compose.plaintext.backup-and-restore.yml

* Update docker-compose.plaintext.proxy.backup-and-restore.yml

* Update connect-onprem-to-cloud.sh

* Update connect-onprem-to-cloud-avro.sh

* Update connect-onprem-to-cloud-avro-with-sr-basic-auth.sh

* Update cli_function.sh

* Update get-number-records.sh

* Update heap-dump.sh

* Update snippets.sh

* Update create-or-update.sh

* Update bashly.yml

* Features3 (#4)

* reproduction-models

* fix self certs

* 2.00.076.00.20240701.1

* wip (#5)

* update

* bump to 3.24.4

* fix for jdk17

* fix schema

* cleanup pushtopic

* Add HTTP Sink V2 Fully Managed example vdesabou#5885

* wip (#6)

* minor

* minor

* delete topic

* Add HTTP Source V2 Fully Managed example vdesabou#5884

* sleep 60

* fix

* wip (#7)

* debug

* MyLeadPushTopicsV2

* wip

* 7.7.1

* playground connector show-lag

* wip (#8)

* doing auth again

* 3.25.1

* wip

* wip

* jdk 17 fix

* 16092024 2 (#9)

* Add example for jsonata vdesabou#5756

* check does not work with CI for some reasons, only relying on lag

* Issue with adding tcpdump vdesabou#5917

* wip (vdesabou#10)

* separate name for cloud

* delete

* Add Google Cloud Functions Gen 2 Sink Connector vdesabou#5869

* update (vdesabou#12)

* 26092024 2 (vdesabou#13)

* Add --initial-state option to "playground connector create-or-update" vdesabou#5929

* faker location

* wip (vdesabou#14)

* 3.5.3

* playground connector show-lag issue when used with --environment ccloud example vdesabou#5943

* remove connect-jms-sag-um-source and connect-jms-sag-um-sink examples as Docker image is no longer provided by SAG vdesabou#5949

* wip

* wip (vdesabou#15)

* vdesabou#5187

* delete retry

* test

* wip

* Add custom connector example for Tabular Iceberg sink vdesabou#5971

* minor

* topic produce: make nb_max_messages_to_generate configurable vdesabou#5976

* fix on linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants