-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aliases: CVE-2024-27288, GHSA-26w3-q4j8-4xjp Fixes #2613 Change-Id: I10d57e81e0dcb565ba6afd9521ce82f9e8076d0f Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/570720 Reviewed-by: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
Maceo Thompson
committed
Mar 14, 2024
1 parent
20ac668
commit c84c60a
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-2613", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-27288", | ||
"GHSA-26w3-q4j8-4xjp" | ||
], | ||
"summary": "Unauthorized Console access in github.com/1Panel-dev/1Panel", | ||
"details": "If the user attempts to access a secure entry point and intercepts with Burp, they can get access to the console page. This access does not return data nor allow modification operations.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/1Panel-dev/1Panel", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.10.1-lts" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-26w3-q4j8-4xjp" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/1Panel-dev/1Panel/releases/tag/v1.10.1-lts" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/1Panel-dev/1Panel/pull/4014" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-2613" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
id: GO-2024-2613 | ||
modules: | ||
- module: github.com/1Panel-dev/1Panel | ||
versions: | ||
- fixed: 1.10.1-lts | ||
vulnerable_at: 1.9.6 | ||
summary: Unauthorized Console access in github.com/1Panel-dev/1Panel | ||
description: |- | ||
If the user attempts to access a secure entry point and intercepts with Burp, | ||
they can get access to the console page. This access does not return data nor | ||
allow modification operations. | ||
cves: | ||
- CVE-2024-27288 | ||
ghsas: | ||
- GHSA-26w3-q4j8-4xjp | ||
references: | ||
- advisory: https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-26w3-q4j8-4xjp | ||
- web: https://github.com/1Panel-dev/1Panel/releases/tag/v1.10.1-lts | ||
- fix: https://github.com/1Panel-dev/1Panel/pull/4014 |