GHSA-98j2-3j3p-fw2v

Suggest an improvement
Source
https://github.com/advisories/GHSA-98j2-3j3p-fw2v
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-98j2-3j3p-fw2v/GHSA-98j2-3j3p-fw2v.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-98j2-3j3p-fw2v
Aliases
Related
Published
2024-07-01T20:35:03Z
Modified
2024-07-05T18:00:04Z
Severity
  • 10.0 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
Session Middleware Token Injection Vulnerability
Details

A security vulnerability has been identified in the Fiber session middleware where a user can supply their own session_id value, leading to the creation of a session with that key.

Impact

The identified vulnerability is a session middleware issue in GoFiber versions 2 and above. This vulnerability allows users to supply their own session_id value, resulting in the creation of a session with that key. If a website relies on the mere presence of a session for security purposes, this can lead to significant security risks, including unauthorized access and session fixation attacks. All users utilizing GoFiber's session middleware in the affected versions are impacted.

Patches

The issue has been addressed in the latest patch. Users are strongly encouraged to upgrade to version 2.52.5 or higher to mitigate this vulnerability.

Workarounds

Users who are unable to upgrade immediately can apply the following workarounds to reduce the risk:

  1. Validate Session IDs: Implement additional validation to ensure session IDs are not supplied by the user and are securely generated by the server.
  2. Session Management: Regularly rotate session IDs and enforce strict session expiration policies.

References

For more information on session best practices: - OWASP Session Management Cheat Sheet

Users are encouraged to review these references and take immediate action to secure their applications.

Database specific
{
    "nvd_published_at": "2024-07-01T19:15:05Z",
    "cwe_ids": [
        "CWE-384"
    ],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2024-07-01T20:35:03Z"
}
References

Affected packages

Go / github.com/gofiber/fiber

Package

Name
github.com/gofiber/fiber
View open source insights on deps.dev
Purl
pkg:golang/github.com/gofiber/fiber

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.52.5

Database specific

{
    "last_known_affected_version_range": "<= 2.52.4"
}

Go / github.com/gofiber/fiber/v2

Package

Name
github.com/gofiber/fiber/v2
View open source insights on deps.dev
Purl
pkg:golang/github.com/gofiber/fiber/v2

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.52.5

Database specific

{
    "last_known_affected_version_range": "<= 2.52.4"
}

Go / github.com/gofiber/fiber/v2/middleware/session

Package

Name
github.com/gofiber/fiber/v2/middleware/session
View open source insights on deps.dev
Purl
pkg:golang/github.com/gofiber/fiber/v2/middleware/session

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.52.5

Database specific

{
    "last_known_affected_version_range": "<= 2.52.4"
}