Publish Advisories

GHSA-h36c-m3rf-34h9
GHSA-q9rr-h3hx-m87g
GHSA-rxv5-gxqc-xx8g
This commit is contained in:
advisory-database[bot]
2024-12-02 22:19:28 +00:00
parent 8921382672
commit 885631f3cf
3 changed files with 213 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,61 @@
{
"schema_version": "1.4.0",
"id": "GHSA-q9rr-h3hx-m87g",
"modified": "2024-12-02T22:17:18Z",
"published": "2024-12-02T22:17:18Z",
"aliases": [
"CVE-2024-53264"
],
"summary": "BunkerWeb has Open Redirect Vulnerability in Loading Page",
"details": "### Summary:\nA open redirect vulnerability exists in the loading endpoint, allowing attackers to redirect authenticated users to arbitrary external URLs via the \"next\" parameter.\n\n### Details:\nThe loading endpoint accepts and uses an unvalidated \"next\" parameter for redirects:\n\n### PoC:\nVisit: `/loading?next=https://google.com` while authenticated. The page will redirect to google.com.\n\n### Impact:\nThis vulnerability could be used in phishing attacks by redirecting users from a legitimate application URL to malicious sites.",
"severity": [
{
"type": "CVSS_V4",
"score": "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"
}
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/bunkerity/bunkerweb"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.5.11"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/bunkerity/bunkerweb/security/advisories/GHSA-q9rr-h3hx-m87g"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53264"
},
{
"type": "PACKAGE",
"url": "https://github.com/bunkerity/bunkerweb"
}
],
"database_specific": {
"cwe_ids": [
"CWE-601"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-12-02T22:17:18Z",
"nvd_published_at": "2024-11-27T19:15:33Z"
}
}
File diff suppressed because one or more lines are too long