Skip to content

SWI-3723 [Snyk] Fix for 2 vulnerabilities#898

Open
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-b310f4678424849ebdb31df85a007158
Open

SWI-3723 [Snyk] Fix for 2 vulnerabilities#898
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-b310f4678424849ebdb31df85a007158

Conversation

@bwappsec
Copy link

@bwappsec bwappsec commented Mar 5, 2026

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):

  • samples/server/petstore/java-undertow/pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-COMFASTERXMLJACKSONCORE-15365924
  170   com.fasterxml.jackson.core:jackson-core:
2.15.2 -> 2.18.6
com.fasterxml.jackson.core:jackson-databind:
2.15.2 -> 2.18.6
com.networknt:security:
0.1.1 -> 1.5.26
No Path Found Proof of Concept
low severity Memory Leak
SNYK-JAVA-IOUNDERTOW-7433721
  36   com.networknt:audit:
0.1.1 -> 1.5.26
com.networknt:info:
0.1.1 -> 1.5.26
com.networknt:security:
0.1.1 -> 1.5.26
com.networknt:server:
0.1.1 -> 1.5.26
io.undertow:undertow-core:
2.3.17.Final -> 2.3.18.Final
Major version upgrade No Path Found No Known Exploit

Breaking Change Risk

Merge Risk: High

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:

🦉 Allocation of Resources Without Limits or Throttling
🦉 Memory Leak

@bwappsec
Copy link
Author

bwappsec commented Mar 5, 2026

Merge Risk: High

This release includes a high-risk major version upgrade for com.networknt packages, a medium-risk minor upgrade for jackson, and a low-risk patch for undertow.

Top 3 Most Impactful Upgrades

  • com.networknt (audit, info, security, server) @ 0.1.1 → 1.5.26 (HIGH)
    This is a significant major version upgrade from a pre-1.0 release. The most critical breaking change is the consolidation of security configurations. Framework-specific files like openapi-security.yml and graphql-security.yml are now deprecated in favor of a single, centralized security.yml file. The large version span also includes substantial internal refactoring and API changes that require careful migration.

    • Recommendation: Configuration files for security must be migrated. All properties previously defined with prefixes like openapi-security must be updated to use the security prefix in a unified security.yml file. Due to the age of the initial version, a thorough review of the integration is highly recommended.
  • com.fasterxml.jackson.core (jackson-core, jackson-databind) @ 2.15.2 → 2.18.6 (MEDIUM)
    This minor version upgrade introduces behavioral changes that could impact existing code. The default setting for StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION was changed to false in version 2.16, which may affect error handling that relies on source location details. Additionally, numerous bug fixes across versions 2.16, 2.17, and 2.18 have altered deserialization behavior in edge cases, particularly concerning JsonNode, enums, and creator methods.

    • Recommendation: Verify that any logic relying on JsonLocation source information is still functioning as expected. It is also advised to test deserialization logic, especially for complex objects and enums, to ensure compatibility with the bug fixes and behavioral changes.
  • io.undertow:undertow-core @ 2.3.17.Final → 2.3.18.Final (LOW)
    This is a patch release that contains only bug fixes. The changes address specific issues like a race condition and incorrect protocol handling in the response status line. No breaking changes have been documented.

Source: Release notes

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

@bwappsec bwappsec changed the title [Snyk] Fix for 2 vulnerabilities SWI-3723 [Snyk] Fix for 2 vulnerabilities Mar 5, 2026
@bwappsec
Copy link
Author

bwappsec commented Mar 5, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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