Skip to content

[TRST-1.2-R2] Dependencies with known vulnerabilities #538

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

Open
0xHansLee opened this issue May 7, 2025 · 0 comments
Open

[TRST-1.2-R2] Dependencies with known vulnerabilities #538

0xHansLee opened this issue May 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@0xHansLee
Copy link
Contributor

Description and context

The codebase includes multiple dependencies that have known security vulnerabilities. The affected dependencies and their respective vulnerabilities include:

  • net/http - Request smuggling due to acceptance of invalid chunked data in net/http
    • Impact: The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.
    • Reference: CVE-2025-22871
  • github.com/cosmos/cosmos-sdk - Transaction decoding may result in a stack overflow or resource exhaustion
    • Impact: Transaction decoding may result in a stack overflow or resource exhaustion
    • Reference: GHSA-8wcc-m6j2-qxvm

Suggested solution

While the aforementioned vulnerabilities do not directly impact the chain, it is recommended updating the affected dependencies to their latest patched versions.

@0xHansLee 0xHansLee added the enhancement New feature or request label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant