Skip to content

[🐸 Frogbot] Update version of github.com/golang-jwt/jwt/v4 to 4.5.2#2930

Merged
EyalDelarea merged 3 commits intodevfrom
frogbot-github.com/golang-jwt/jwt/v4-414e45a547dd9d3989d9a988edc98c0f
Mar 23, 2025
Merged

[🐸 Frogbot] Update version of github.com/golang-jwt/jwt/v4 to 4.5.2#2930
EyalDelarea merged 3 commits intodevfrom
frogbot-github.com/golang-jwt/jwt/v4-414e45a547dd9d3989d9a988edc98c0f

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🚨 This automated pull request was created by Frogbot and fixes the below:

📦 Vulnerable Dependencies

Severity ID Contextual Analysis Direct Dependencies Impacted Dependency Fixed Versions
high
High
CVE-2025-30204 Not Covered github.com/jfrog/jfrog-cli-security:v1.16.0
github.com/jfrog/jfrog-client-go:v1.51.0
github.com/golang-jwt/jwt/v4:v4.5.1
github.com/jfrog/jfrog-cli-artifactory:v0.2.0
github.com/jfrog/jfrog-cli-core/v2:v2.58.1
github.com/jfrog/jfrog-cli-platform-services:v1.8.0
github.com/golang-jwt/jwt/v4 v4.5.1 [4.5.2]

🔖 Details

Vulnerability Details

Contextual Analysis: Not Covered
Direct Dependencies: github.com/jfrog/jfrog-cli-security:v1.16.0, github.com/jfrog/jfrog-client-go:v1.51.0, github.com/golang-jwt/jwt/v4:v4.5.1, github.com/jfrog/jfrog-cli-artifactory:v0.2.0, github.com/jfrog/jfrog-cli-core/v2:v2.58.1, github.com/jfrog/jfrog-cli-platform-services:v1.8.0
Impacted Dependency: github.com/golang-jwt/jwt/v4:v4.5.1
Fixed Versions: [4.5.2]
CVSS V3: 7.5

golang-jwt is a Go implementation of JSON Web Tokens. Prior to
5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function's argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.


@EyalDelarea EyalDelarea added the safe to test Approve running integration tests on a pull request label Mar 23, 2025
@github-actions github-actions Bot removed the safe to test Approve running integration tests on a pull request label Mar 23, 2025
@EyalDelarea EyalDelarea added dependencies Pull requests that update a dependency file ignore for release Automatically generated release notes labels Mar 23, 2025
@EyalDelarea EyalDelarea merged commit 58cb33d into dev Mar 23, 2025
95 of 104 checks passed
@EyalDelarea EyalDelarea deleted the frogbot-github.com/golang-jwt/jwt/v4-414e45a547dd9d3989d9a988edc98c0f branch March 23, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ignore for release Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants