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,43 @@
{
"schema_version": "1.4.0",
"id": "GHSA-8fj7-8h3w-xwfm",
"modified": "2026-02-27T21:31:20Z",
"modified": "2026-02-27T21:32:22Z",
"published": "2026-02-26T21:31:31Z",
"aliases": [
"CVE-2026-27141"
],
"summary": "Add package and versions for affected CVE",
"details": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "golang.org/x/net/http2"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.50.0"
},
{
"fixed": "v0.51.0"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 0.51.0"
}
}
],
"references": [
{
"type": "ADVISORY",
Expand Down