Skip to content

[Snyk] Fix for 2 vulnerabilities - #1839

Open
macroscope-cloud wants to merge 1 commit into
snyk-fix-616397b96d08ef71701240849922d0d8from
snyk-fix-4b4dc43355e67fb4f12a4171046f971b
Open

[Snyk] Fix for 2 vulnerabilities#1839
macroscope-cloud wants to merge 1 commit into
snyk-fix-616397b96d08ef71701240849922d0d8from
snyk-fix-4b4dc43355e67fb4f12a4171046f971b

Conversation

@macroscope-cloud

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • examples/iOS-Hybrid-App-Java-Server/pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-TOOLSJACKSONCORE-18170128
  828   org.springframework.boot:spring-boot-starter-json:
4.0.0 -> 4.0.7
Proof of Concept
critical severity Deserialization of Untrusted Data
SNYK-JAVA-ORGSPRINGFRAMEWORK-18326609
  746   org.springframework:spring-web:
6.2.10 -> 6.2.19
No Known Exploit

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Deserialization of Untrusted Data
🦉 Allocation of Resources Without Limits or Throttling

@macroscope-cloud

Copy link
Copy Markdown
Author

Merge Risk: Medium

This update includes patch-level upgrades for two Spring components. The spring-web upgrade is the most significant, addressing numerous security vulnerabilities.

Spring Web (6.2.10 → 6.2.19)

Risk: Medium

This is a series of security-focused patch releases within the 6.2.x line. While patch releases are intended to be non-breaking, the fixes for some vulnerabilities can introduce behavioral changes that require verification.

  • Numerous CVE Fixes: The upgrade from 6.2.10 to 6.2.19 incorporates fixes for a large number of CVEs, including multiple for Denial of Service (DoS), Cross-Site Scripting (XSS), path traversal, and unsafe deserialization.
  • Spring Expression Language (SpEL) Hardening: To mitigate DoS risks (CVE-2026-41850), a default limit on the number of operations within a SpEL expression has been introduced. Applications using very complex expressions may encounter this limit.
  • JMS Deserialization: To address CVE-2026-41855, new methods were added to JacksonJsonMessageConverter to limit trusted packages for deserialization. This is an enhancement and is not breaking by default.

Recommendation: While this is a patch upgrade, the number of security fixes warrants careful testing. Pay special attention to areas that use the Spring Expression Language (SpEL) or handle multipart requests.

Spring Boot Starter JSON (4.0.0 → 4.0.7)

Risk: Low

This is a routine patch release for Spring Boot. The announcement for version 4.0.7 indicates it includes bug fixes, documentation improvements, and dependency upgrades, with no documented breaking changes. It also resolves two CVEs unrelated to the JSON starter itself.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants