Skip to content
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

CVE-2024-25124 (Critical) detected in github.com/gofiber/fiber/v2-v2.1.4 #139

Open
mend-for-github-com bot opened this issue Apr 25, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github-com
Copy link

CVE-2024-25124 - Critical Severity Vulnerability

Vulnerable Library - github.com/gofiber/fiber/v2-v2.1.4

⚡️ Express inspired web framework written in Go

Library home page: https://proxy.golang.org/github.com/gofiber/fiber/v2/@v/v2.1.4.zip

Path to dependency file: /infrastructure/health-check/go.mod

Path to vulnerable library: /infrastructure/health-check/go.mod

Dependency Hierarchy:

  • github.com/gofiber/fiber/v2-v2.1.4 (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Fiber is a web framework written in go. Prior to version 2.52.1, the CORS middleware allows for insecure configurations that could potentially expose the application to multiple CORS-related vulnerabilities. Specifically, it allows setting the Access-Control-Allow-Origin header to a wildcard (*) while also having the Access-Control-Allow-Credentials set to true, which goes against recommended security best practices. The impact of this misconfiguration is high as it can lead to unauthorized access to sensitive user data and expose the system to various types of attacks listed in the PortSwigger article linked in the references. Version 2.52.1 contains a patch for this issue. As a workaround, users may manually validate the CORS configurations in their implementation to ensure that they do not allow a wildcard origin when credentials are enabled. The browser fetch api, as well as browsers and utilities that enforce CORS policies, are not affected by this.

Publish Date: 2024-02-21

URL: CVE-2024-25124

CVSS 3 Score Details (9.4)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-fmg4-x8pw-hjhg

Release Date: 2024-02-21

Fix Resolution: v2.52.1


⛑️ Automatic Remediation will be attempted for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants