Back to overview

CVE-2026-53624

MEDIUM
4.8
CVSS 3.1
Description
Fiber is an Express inspired web framework written in Go. Prior to 3.4.0, the helmet middleware in middleware/helmet/helmet.go never sets the Strict-Transport-Security response header even when HSTSMaxAge is configured because it checks c.Protocol() for https instead of c.Scheme(). This issue is fixed in version 3.4.0.

Metadata

CVE ID
CVE-2026-53624
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-09 20:16 UTC
Published
2026-07-08 19:32 UTC
Last updated
2026-07-08 19:32 UTC
Primary CWE
CWE-319
CWE-319: Cleartext Transmission of Sensitive Information
Vendor / Product
gofiber / fiber
Sources
cve.org  ·  NVD

Severity & Metrics

4.8 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Affected products (1)
VendorProductPlatformVersions
gofiber fiber < 3.4.0
Weakness (CWE)
CWESourceDescription
CWE-319 cna CWE-319: Cleartext Transmission of Sensitive Information
CVSS scores (1)
ScoreSeverityVersionSourceVector
4.8 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
References (4)
Back to overview