Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Malayke committed Dec 26, 2024
1 parent 1196687 commit fd07d46
Showing 1 changed file with 27 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,49 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5qww-56gc-f66c",
"modified": "2024-12-20T18:31:30Z",
"modified": "2024-12-20T18:31:36Z",
"published": "2024-12-20T18:31:30Z",
"aliases": [
"CVE-2024-28892"
],
"summary": "GoCast Unauthorized RCE",
"details": "An OS command injection vulnerability exists in the name parameter of GoCast 1.1.3. A specially crafted HTTP request can lead to arbitrary command execution. An attacker can make an unauthenticated HTTP request to trigger this vulnerability.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "https://github.com/mayuresh82/gocast"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "1.1.3"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28892"
},
{
"type": "PACKAGE",
"url": "https://github.com/mayuresh82/gocast"
},
{
"type": "WEB",
"url": "https://talosintelligence.com/vulnerability_reports/TALOS-2024-1960"
Expand Down

0 comments on commit fd07d46

Please sign in to comment.