GHSA-q9rr-h3hx-m87g

Suggest an improvement
Source
https://github.com/advisories/GHSA-q9rr-h3hx-m87g
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/12/GHSA-q9rr-h3hx-m87g/GHSA-q9rr-h3hx-m87g.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-q9rr-h3hx-m87g
Aliases
Published
2024-12-02T22:17:18Z
Modified
2024-12-02T22:27:08.714397Z
Severity
  • 5.1 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X CVSS Calculator
Summary
BunkerWeb has Open Redirect Vulnerability in Loading Page
Details

Summary:

A open redirect vulnerability exists in the loading endpoint, allowing attackers to redirect authenticated users to arbitrary external URLs via the "next" parameter.

Details:

The loading endpoint accepts and uses an unvalidated "next" parameter for redirects:

PoC:

Visit: /loading?next=https://google.com while authenticated. The page will redirect to google.com.

Impact:

This vulnerability could be used in phishing attacks by redirecting users from a legitimate application URL to malicious sites.

Database specific
{
    "nvd_published_at": "2024-11-27T19:15:33Z",
    "cwe_ids": [
        "CWE-601"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2024-12-02T22:17:18Z"
}
References

Affected packages

Go / github.com/bunkerity/bunkerweb

Package

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

Affected ranges

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