Lucene search

K
cveGitHub_MCVE-2024-38513
HistoryJul 01, 2024 - 7:15 p.m.

CVE-2024-38513

2024-07-0119:15:05
CWE-384
GitHub_M
web.nvd.nist.gov
46
vulnerability
gofiber
session middleware
unauthorized access
session fixation
security risks
upgrade
workarounds
session expiration

CVSS3

10

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

AI Score

9.4

Confidence

High

EPSS

0

Percentile

9.2%

Fiber is an Express-inspired web framework written in Go A vulnerability present in versions prior to 2.52.5 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. The issue has been addressed in version 2.52.5. Users are strongly encouraged to upgrade to version 2.52.5 or higher to mitigate this vulnerability. Users who are unable to upgrade immediately can apply the following workarounds to reduce the risk: Either implement additional validation to ensure session IDs are not supplied by the user and are securely generated by the server, or regularly rotate session IDs and enforce strict session expiration policies.

Affected configurations

Vulners
Vulnrichment
Node
gofiberfiberRange<2.52.5
VendorProductVersionCPE
gofiberfiber*cpe:2.3:a:gofiber:fiber:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "gofiber",
    "product": "fiber",
    "versions": [
      {
        "version": "< 2.52.5",
        "status": "affected"
      }
    ]
  }
]

CVSS3

10

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

AI Score

9.4

Confidence

High

EPSS

0

Percentile

9.2%

Related for CVE-2024-38513