Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4h76-926q-wxxw",
"modified": "2026-02-19T18:31:54Z",
"modified": "2026-02-23T15:32:16Z",
"published": "2026-02-19T18:31:54Z",
"aliases": [
"CVE-2025-69725"
],
"summary": "Open redirect vulnerability in the RedirectSlashes middleware",
"details": "An Open Redirect vulnerability in the go-chi/chi >=5.2.2 RedirectSlashes function allows remote attackers to redirect victim users to malicious websites using the legitimate website domain.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/go-chi/chi/v5"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.2.2"
},
{
"fixed": "5.2.4"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
Expand Down