Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-27141 (GCVE-0-2026-27141)
Vulnerability from cvelistv5 – Published: 2026-02-26 18:50 – Updated: 2026-02-27 19:11- CWE-476 - NULL Pointer Dereference
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/net | golang.org/x/net/http2 |
Affected:
0.50.0 , < 0.51.0
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-27141",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-27T19:11:24.117207Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-27T19:11:57.260Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/net/http2",
"product": "golang.org/x/net/http2",
"programRoutines": [
{
"name": "typeFrameParser"
},
{
"name": "ClientConn.Close"
},
{
"name": "ClientConn.Ping"
},
{
"name": "ClientConn.RoundTrip"
},
{
"name": "ClientConn.Shutdown"
},
{
"name": "ConfigureServer"
},
{
"name": "ConfigureTransport"
},
{
"name": "ConfigureTransports"
},
{
"name": "ConnectionError.Error"
},
{
"name": "ErrCode.String"
},
{
"name": "FrameHeader.String"
},
{
"name": "FrameType.String"
},
{
"name": "FrameWriteRequest.String"
},
{
"name": "Framer.ReadFrame"
},
{
"name": "Framer.ReadFrameForHeader"
},
{
"name": "Framer.ReadFrameHeader"
},
{
"name": "Framer.WriteContinuation"
},
{
"name": "Framer.WriteData"
},
{
"name": "Framer.WriteDataPadded"
},
{
"name": "Framer.WriteGoAway"
},
{
"name": "Framer.WriteHeaders"
},
{
"name": "Framer.WritePing"
},
{
"name": "Framer.WritePriority"
},
{
"name": "Framer.WritePriorityUpdate"
},
{
"name": "Framer.WritePushPromise"
},
{
"name": "Framer.WriteRSTStream"
},
{
"name": "Framer.WriteRawFrame"
},
{
"name": "Framer.WriteSettings"
},
{
"name": "Framer.WriteSettingsAck"
},
{
"name": "Framer.WriteWindowUpdate"
},
{
"name": "GoAwayError.Error"
},
{
"name": "ReadFrameHeader"
},
{
"name": "Server.ServeConn"
},
{
"name": "Setting.String"
},
{
"name": "SettingID.String"
},
{
"name": "SettingsFrame.ForeachSetting"
},
{
"name": "StreamError.Error"
},
{
"name": "Transport.CloseIdleConnections"
},
{
"name": "Transport.NewClientConn"
},
{
"name": "Transport.RoundTrip"
},
{
"name": "Transport.RoundTripOpt"
},
{
"name": "bufferedWriter.Flush"
},
{
"name": "bufferedWriter.Write"
},
{
"name": "bufferedWriterTimeoutWriter.Write"
},
{
"name": "chunkWriter.Write"
},
{
"name": "clientConnPool.GetClientConn"
},
{
"name": "connError.Error"
},
{
"name": "dataBuffer.Read"
},
{
"name": "duplicatePseudoHeaderError.Error"
},
{
"name": "gzipReader.Close"
},
{
"name": "gzipReader.Read"
},
{
"name": "headerFieldNameError.Error"
},
{
"name": "headerFieldValueError.Error"
},
{
"name": "netHTTPClientConn.Close"
},
{
"name": "netHTTPClientConn.RoundTrip"
},
{
"name": "noDialClientConnPool.GetClientConn"
},
{
"name": "noDialH2RoundTripper.NewClientConn"
},
{
"name": "noDialH2RoundTripper.RoundTrip"
},
{
"name": "pipe.Read"
},
{
"name": "priorityWriteSchedulerRFC7540.CloseStream"
},
{
"name": "priorityWriteSchedulerRFC7540.OpenStream"
},
{
"name": "priorityWriteSchedulerRFC9218.OpenStream"
},
{
"name": "pseudoHeaderError.Error"
},
{
"name": "requestBody.Close"
},
{
"name": "requestBody.Read"
},
{
"name": "responseWriter.Flush"
},
{
"name": "responseWriter.FlushError"
},
{
"name": "responseWriter.Push"
},
{
"name": "responseWriter.SetReadDeadline"
},
{
"name": "responseWriter.SetWriteDeadline"
},
{
"name": "responseWriter.Write"
},
{
"name": "responseWriter.WriteHeader"
},
{
"name": "responseWriter.WriteString"
},
{
"name": "roundRobinWriteScheduler.OpenStream"
},
{
"name": "serverConn.CloseConn"
},
{
"name": "serverConn.Flush"
},
{
"name": "stickyErrWriter.Write"
},
{
"name": "transportResponseBody.Close"
},
{
"name": "transportResponseBody.Read"
},
{
"name": "unencryptedTransport.RoundTrip"
},
{
"name": "writeData.String"
}
],
"vendor": "golang.org/x/net",
"versions": [
{
"lessThan": "0.51.0",
"status": "affected",
"version": "0.50.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic"
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-26T18:50:31.830Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"url": "https://go.dev/cl/746180"
},
{
"url": "https://go.dev/issue/77652"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"title": "Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2026-27141",
"datePublished": "2026-02-26T18:50:31.830Z",
"dateReserved": "2026-02-17T19:57:28.435Z",
"dateUpdated": "2026-02-27T19:11:57.260Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-27141",
"date": "2026-06-05",
"epss": "0.00023",
"percentile": "0.06818"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-27141\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-02-26T20:31:38.017\",\"lastModified\":\"2026-02-27T20:21:37.657\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic\"},{\"lang\":\"es\",\"value\":\"Debido a la falta de una comprobaci\u00f3n de nulo, el env\u00edo de tramas HTTP/2 0x0a-0x0f causar\u00e1 que un servidor en ejecuci\u00f3n colapse.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"references\":[{\"url\":\"https://go.dev/cl/746180\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/77652\",\"source\":\"security@golang.org\"},{\"url\":\"https://nvd.nist.gov/vuln/detail/CVE-2026-27141\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4559\",\"source\":\"security@golang.org\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-27141\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-27T19:11:24.117207Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-27T19:10:05.895Z\"}}], \"cna\": {\"title\": \"Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net\", \"affected\": [{\"vendor\": \"golang.org/x/net\", \"product\": \"golang.org/x/net/http2\", \"versions\": [{\"status\": \"affected\", \"version\": \"0.50.0\", \"lessThan\": \"0.51.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/net/http2\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"typeFrameParser\"}, {\"name\": \"ClientConn.Close\"}, {\"name\": \"ClientConn.Ping\"}, {\"name\": \"ClientConn.RoundTrip\"}, {\"name\": \"ClientConn.Shutdown\"}, {\"name\": \"ConfigureServer\"}, {\"name\": \"ConfigureTransport\"}, {\"name\": \"ConfigureTransports\"}, {\"name\": \"ConnectionError.Error\"}, {\"name\": \"ErrCode.String\"}, {\"name\": \"FrameHeader.String\"}, {\"name\": \"FrameType.String\"}, {\"name\": \"FrameWriteRequest.String\"}, {\"name\": \"Framer.ReadFrame\"}, {\"name\": \"Framer.ReadFrameForHeader\"}, {\"name\": \"Framer.ReadFrameHeader\"}, {\"name\": \"Framer.WriteContinuation\"}, {\"name\": \"Framer.WriteData\"}, {\"name\": \"Framer.WriteDataPadded\"}, {\"name\": \"Framer.WriteGoAway\"}, {\"name\": \"Framer.WriteHeaders\"}, {\"name\": \"Framer.WritePing\"}, {\"name\": \"Framer.WritePriority\"}, {\"name\": \"Framer.WritePriorityUpdate\"}, {\"name\": \"Framer.WritePushPromise\"}, {\"name\": \"Framer.WriteRSTStream\"}, {\"name\": \"Framer.WriteRawFrame\"}, {\"name\": \"Framer.WriteSettings\"}, {\"name\": \"Framer.WriteSettingsAck\"}, {\"name\": \"Framer.WriteWindowUpdate\"}, {\"name\": \"GoAwayError.Error\"}, {\"name\": \"ReadFrameHeader\"}, {\"name\": \"Server.ServeConn\"}, {\"name\": \"Setting.String\"}, {\"name\": \"SettingID.String\"}, {\"name\": \"SettingsFrame.ForeachSetting\"}, {\"name\": \"StreamError.Error\"}, {\"name\": \"Transport.CloseIdleConnections\"}, {\"name\": \"Transport.NewClientConn\"}, {\"name\": \"Transport.RoundTrip\"}, {\"name\": \"Transport.RoundTripOpt\"}, {\"name\": \"bufferedWriter.Flush\"}, {\"name\": \"bufferedWriter.Write\"}, {\"name\": \"bufferedWriterTimeoutWriter.Write\"}, {\"name\": \"chunkWriter.Write\"}, {\"name\": \"clientConnPool.GetClientConn\"}, {\"name\": \"connError.Error\"}, {\"name\": \"dataBuffer.Read\"}, {\"name\": \"duplicatePseudoHeaderError.Error\"}, {\"name\": \"gzipReader.Close\"}, {\"name\": \"gzipReader.Read\"}, {\"name\": \"headerFieldNameError.Error\"}, {\"name\": \"headerFieldValueError.Error\"}, {\"name\": \"netHTTPClientConn.Close\"}, {\"name\": \"netHTTPClientConn.RoundTrip\"}, {\"name\": \"noDialClientConnPool.GetClientConn\"}, {\"name\": \"noDialH2RoundTripper.NewClientConn\"}, {\"name\": \"noDialH2RoundTripper.RoundTrip\"}, {\"name\": \"pipe.Read\"}, {\"name\": \"priorityWriteSchedulerRFC7540.CloseStream\"}, {\"name\": \"priorityWriteSchedulerRFC7540.OpenStream\"}, {\"name\": \"priorityWriteSchedulerRFC9218.OpenStream\"}, {\"name\": \"pseudoHeaderError.Error\"}, {\"name\": \"requestBody.Close\"}, {\"name\": \"requestBody.Read\"}, {\"name\": \"responseWriter.Flush\"}, {\"name\": \"responseWriter.FlushError\"}, {\"name\": \"responseWriter.Push\"}, {\"name\": \"responseWriter.SetReadDeadline\"}, {\"name\": \"responseWriter.SetWriteDeadline\"}, {\"name\": \"responseWriter.Write\"}, {\"name\": \"responseWriter.WriteHeader\"}, {\"name\": \"responseWriter.WriteString\"}, {\"name\": \"roundRobinWriteScheduler.OpenStream\"}, {\"name\": \"serverConn.CloseConn\"}, {\"name\": \"serverConn.Flush\"}, {\"name\": \"stickyErrWriter.Write\"}, {\"name\": \"transportResponseBody.Close\"}, {\"name\": \"transportResponseBody.Read\"}, {\"name\": \"unencryptedTransport.RoundTrip\"}, {\"name\": \"writeData.String\"}]}], \"references\": [{\"url\": \"https://nvd.nist.gov/vuln/detail/CVE-2026-27141\"}, {\"url\": \"https://go.dev/cl/746180\"}, {\"url\": \"https://go.dev/issue/77652\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-4559\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-476: NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-02-26T18:50:31.830Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-27141\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-27T19:11:57.260Z\", \"dateReserved\": \"2026-02-17T19:57:28.435Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-02-26T18:50:31.830Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
cleanstart-2026-um45661
Vulnerability from cleanstart
Multiple security vulnerabilities affect the dynamic-localpv-provisioner package. These issues are resolved in later releases. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "dynamic-localpv-provisioner"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-r3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the dynamic-localpv-provisioner package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-UM45661",
"modified": "2026-03-18T05:57:15Z",
"published": "2026-04-01T09:46:06.476897Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-UM45661.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68119"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-6v2p-p543-phr9"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f6x5-jh6r-wrfv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-hcg3-q754-cr77"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-j5w8-q4qc-rx2x"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qxp5-gwg8-xv66"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-61726, CVE-2025-61728, CVE-2025-61730, CVE-2025-61732, CVE-2025-68119, CVE-2025-68121, CVE-2026-25679, CVE-2026-27139, CVE-2026-27141, CVE-2026-27142, ghsa-6v2p-p543-phr9, ghsa-f6x5-jh6r-wrfv, ghsa-hcg3-q754-cr77, ghsa-j5w8-q4qc-rx2x, ghsa-qxp5-gwg8-xv66, ghsa-vvgc-356p-c3xw applied in versions: 4.4.0-r0, 4.4.0-r1, 4.4.0-r2, 4.4.0-r3",
"upstream": [
"CVE-2025-61726",
"CVE-2025-61728",
"CVE-2025-61730",
"CVE-2025-61732",
"CVE-2025-68119",
"CVE-2025-68121",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27141",
"CVE-2026-27142",
"ghsa-6v2p-p543-phr9",
"ghsa-f6x5-jh6r-wrfv",
"ghsa-hcg3-q754-cr77",
"ghsa-j5w8-q4qc-rx2x",
"ghsa-qxp5-gwg8-xv66",
"ghsa-vvgc-356p-c3xw"
]
}
cleanstart-2026-uy60586
Vulnerability from cleanstart
Multiple security vulnerabilities affect the helm package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "helm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.1.1-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the helm package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-UY60586",
"modified": "2026-03-12T13:09:34Z",
"published": "2026-04-01T09:57:58.245794Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-UY60586.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27137"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27138"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27138"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-58183, CVE-2025-58185, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-61723, CVE-2025-61724, CVE-2025-61725, CVE-2025-61729, CVE-2026-1229, CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27139, CVE-2026-27141, CVE-2026-27142 applied in versions: 3.19.0-r0, 4.0.0-r0, 4.0.1-r0, 4.1.1-r1, 4.1.1-r2",
"upstream": [
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61729",
"CVE-2026-1229",
"CVE-2026-25679",
"CVE-2026-27137",
"CVE-2026-27138",
"CVE-2026-27139",
"CVE-2026-27141",
"CVE-2026-27142"
]
}
cleanstart-2026-vs17175
Vulnerability from cleanstart
Multiple security vulnerabilities affect the fluent-operator-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "fluent-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.6.0-r3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the fluent-operator-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-VS17175",
"modified": "2026-03-23T14:29:16Z",
"published": "2026-04-01T09:27:28.385721Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-VS17175.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9h8m-3fm2-qjrq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2026-24051, CVE-2026-27139, CVE-2026-27141, CVE-2026-33186, ghsa-9h8m-3fm2-qjrq, ghsa-p77j-4mvh-x3m3 applied in versions: 3.6.0-r3",
"upstream": [
"CVE-2026-24051",
"CVE-2026-27139",
"CVE-2026-27141",
"CVE-2026-33186",
"ghsa-9h8m-3fm2-qjrq",
"ghsa-p77j-4mvh-x3m3"
]
}
cleanstart-2026-vz08395
Vulnerability from cleanstart
Multiple security vulnerabilities affect the fluent-operator-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "fluent-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.6.0-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the fluent-operator-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-VZ08395",
"modified": "2026-05-03T16:14:21Z",
"published": "2026-05-18T13:47:24.765586Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-VZ08395.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32280"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32281"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32282"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32283"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32289"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33810"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-39883"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9h8m-3fm2-qjrq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32289"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39883"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2026-24051, CVE-2026-27139, CVE-2026-27141, CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283, CVE-2026-32289, CVE-2026-33186, CVE-2026-33810, CVE-2026-39883, ghsa-9h8m-3fm2-qjrq, ghsa-p77j-4mvh-x3m3 applied in versions: 3.6.0-r3, 3.6.0-r4",
"upstream": [
"CVE-2026-24051",
"CVE-2026-27139",
"CVE-2026-27141",
"CVE-2026-32280",
"CVE-2026-32281",
"CVE-2026-32282",
"CVE-2026-32283",
"CVE-2026-32289",
"CVE-2026-33186",
"CVE-2026-33810",
"CVE-2026-39883",
"ghsa-9h8m-3fm2-qjrq",
"ghsa-p77j-4mvh-x3m3"
]
}
cleanstart-2026-wn01990
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kubescape package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kubescape"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.47-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kubescape package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-WN01990",
"modified": "2026-03-28T10:05:13Z",
"published": "2026-04-01T09:11:39.930179Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-WN01990.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68119"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22703"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22772"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23831"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23991"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23992"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24117"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24137"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24686"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33481"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-273p-m2cw-6833"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-38pp-6gcp-rqvm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4c4x-jm2x-pf9j"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-59jp-pj84-45mr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-846p-jg2w-w324"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9h8m-3fm2-qjrq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fcv2-xgw5-pqxf"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fphv-w9fq-2525"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jqc5-w2xx-5vq4"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-mqqf-5wvp-8fh8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p436-gjf2-799p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-q9hv-hpm4-hj6x"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-rjcw-vg7j-m9rc"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-whqx-f9j3-ch6m"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22703"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23831"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23991"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23992"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24117"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24137"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24686"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33481"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-15558, CVE-2025-61726, CVE-2025-61728, CVE-2025-61730, CVE-2025-61732, CVE-2025-68119, CVE-2025-68121, CVE-2026-1229, CVE-2026-22703, CVE-2026-22772, CVE-2026-23831, CVE-2026-23991, CVE-2026-23992, CVE-2026-24051, CVE-2026-24117, CVE-2026-24137, CVE-2026-24686, CVE-2026-25679, CVE-2026-25934, CVE-2026-27139, CVE-2026-27141, CVE-2026-27142, CVE-2026-33186, CVE-2026-33481, ghsa-273p-m2cw-6833, ghsa-37cx-329c-33x3, ghsa-38pp-6gcp-rqvm, ghsa-4c4x-jm2x-pf9j, ghsa-59jp-pj84-45mr, ghsa-846p-jg2w-w324, ghsa-9h8m-3fm2-qjrq, ghsa-fcv2-xgw5-pqxf, ghsa-fphv-w9fq-2525, ghsa-jqc5-w2xx-5vq4, ghsa-mqqf-5wvp-8fh8, ghsa-p436-gjf2-799p, ghsa-p77j-4mvh-x3m3, ghsa-q9hv-hpm4-hj6x, ghsa-rjcw-vg7j-m9rc, ghsa-whqx-f9j3-ch6m applied in versions: 3.0.47-r0, 3.0.47-r1",
"upstream": [
"CVE-2025-15558",
"CVE-2025-61726",
"CVE-2025-61728",
"CVE-2025-61730",
"CVE-2025-61732",
"CVE-2025-68119",
"CVE-2025-68121",
"CVE-2026-1229",
"CVE-2026-22703",
"CVE-2026-22772",
"CVE-2026-23831",
"CVE-2026-23991",
"CVE-2026-23992",
"CVE-2026-24051",
"CVE-2026-24117",
"CVE-2026-24137",
"CVE-2026-24686",
"CVE-2026-25679",
"CVE-2026-25934",
"CVE-2026-27139",
"CVE-2026-27141",
"CVE-2026-27142",
"CVE-2026-33186",
"CVE-2026-33481",
"ghsa-273p-m2cw-6833",
"ghsa-37cx-329c-33x3",
"ghsa-38pp-6gcp-rqvm",
"ghsa-4c4x-jm2x-pf9j",
"ghsa-59jp-pj84-45mr",
"ghsa-846p-jg2w-w324",
"ghsa-9h8m-3fm2-qjrq",
"ghsa-fcv2-xgw5-pqxf",
"ghsa-fphv-w9fq-2525",
"ghsa-jqc5-w2xx-5vq4",
"ghsa-mqqf-5wvp-8fh8",
"ghsa-p436-gjf2-799p",
"ghsa-p77j-4mvh-x3m3",
"ghsa-q9hv-hpm4-hj6x",
"ghsa-rjcw-vg7j-m9rc",
"ghsa-whqx-f9j3-ch6m"
]
}
FKIE_CVE-2026-27141
Vulnerability from fkie_nvd - Published: 2026-02-26 20:31 - Updated: 2026-04-15 00:35| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic"
},
{
"lang": "es",
"value": "Debido a la falta de una comprobaci\u00f3n de nulo, el env\u00edo de tramas HTTP/2 0x0a-0x0f causar\u00e1 que un servidor en ejecuci\u00f3n colapse."
}
],
"id": "CVE-2026-27141",
"lastModified": "2026-04-15T00:35:42.020",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2026-02-26T20:31:38.017",
"references": [
{
"source": "security@golang.org",
"url": "https://go.dev/cl/746180"
},
{
"source": "security@golang.org",
"url": "https://go.dev/issue/77652"
},
{
"source": "security@golang.org",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"source": "security@golang.org",
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Deferred",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-8FJ7-8H3W-XWFM
Vulnerability from github – Published: 2026-02-26 21:31 – Updated: 2026-02-27 21:31Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic
{
"affected": [],
"aliases": [
"CVE-2026-27141"
],
"database_specific": {
"cwe_ids": [
"CWE-476"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-02-26T20:31:38Z",
"severity": "HIGH"
},
"details": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic",
"id": "GHSA-8fj7-8h3w-xwfm",
"modified": "2026-02-27T21:31:20Z",
"published": "2026-02-26T21:31:31Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://go.dev/cl/746180"
},
{
"type": "WEB",
"url": "https://go.dev/issue/77652"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-27141
Vulnerability from csaf_microsoft - Published: 2026-02-02 00:00 - Updated: 2026-05-06 14:43| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 20982-17084 | — | ||
| Unresolved product id: 21246-17084 | — | ||
| Unresolved product id: 21315-17084 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-43 | — |
None Available
|
|
| Unresolved product id: 17084-67 | — |
None Available
|
|
| Unresolved product id: 17084-41 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-40 | — |
None Available
|
|
| Unresolved product id: 17084-38 | — |
None Available
|
|
| Unresolved product id: 17084-34 | — |
None Available
|
|
| Unresolved product id: 17084-33 | — |
None Available
|
|
| Unresolved product id: 17084-30 | — |
None Available
|
|
| Unresolved product id: 17086-28 | — |
None Available
|
|
| Unresolved product id: 17084-63 | — |
None Available
|
|
| Unresolved product id: 17084-27 | — |
None Available
|
|
| Unresolved product id: 17086-62 | — |
None Available
|
|
| Unresolved product id: 17086-61 | — |
None Available
|
|
| Unresolved product id: 17086-53 | — |
None Available
|
|
| Unresolved product id: 17086-22 | — |
None Available
|
|
| Unresolved product id: 17086-21 | — |
None Available
|
|
| Unresolved product id: 17086-20 | — |
None Available
|
|
| Unresolved product id: 17086-19 | — |
None Available
|
|
| Unresolved product id: 17084-44 | — |
None Available
|
|
| Unresolved product id: 17086-18 | — |
None Available
|
|
| Unresolved product id: 17084-15 | — |
None Available
|
|
| Unresolved product id: 17084-13 | — |
None Available
|
|
| Unresolved product id: 17084-66 | — |
None Available
|
|
| Unresolved product id: 17084-11 | — |
None Available
|
|
| Unresolved product id: 17084-9 | — |
None Available
|
|
| Unresolved product id: 17084-8 | — |
None Available
|
|
| Unresolved product id: 17086-6 | — |
None Available
|
|
| Unresolved product id: 17086-54 | — |
None Available
|
|
| Unresolved product id: 17084-4 | — |
None Available
|
|
| Unresolved product id: 17084-3 | — |
None Available
|
|
| Unresolved product id: 17084-47 | — |
None Available
|
|
| Unresolved product id: 17086-52 | — |
None Available
|
|
| Unresolved product id: 17084-42 | — |
None Available
|
|
| Unresolved product id: 17086-57 | — |
None Available
|
|
| Unresolved product id: 17084-39 | — |
None Available
|
|
| Unresolved product id: 17084-37 | — |
None Available
|
|
| Unresolved product id: 17086-36 | — |
None Available
|
|
| Unresolved product id: 17084-35 | — |
None Available
|
|
| Unresolved product id: 17084-32 | — |
None Available
|
|
| Unresolved product id: 17084-31 | — |
None Available
|
|
| Unresolved product id: 17084-29 | — |
None Available
|
|
| Unresolved product id: 17086-55 | — |
None Available
|
|
| Unresolved product id: 17084-26 | — |
None Available
|
|
| Unresolved product id: 17084-65 | — |
None Available
|
|
| Unresolved product id: 17086-56 | — |
None Available
|
|
| Unresolved product id: 17086-25 | — |
None Available
|
|
| Unresolved product id: 17086-24 | — |
None Available
|
|
| Unresolved product id: 17086-23 | — |
None Available
|
|
| Unresolved product id: 17086-59 | — |
None Available
|
|
| Unresolved product id: 17084-45 | — |
None Available
|
|
| Unresolved product id: 17084-60 | — |
None Available
|
|
| Unresolved product id: 17084-46 | — |
None Available
|
|
| Unresolved product id: 17086-17 | — |
None Available
|
|
| Unresolved product id: 17084-16 | — |
None Available
|
|
| Unresolved product id: 17084-49 | — |
None Available
|
|
| Unresolved product id: 17086-14 | — |
None Available
|
|
| Unresolved product id: 17084-12 | — |
None Available
|
|
| Unresolved product id: 17084-58 | — |
None Available
|
|
| Unresolved product id: 17084-10 | — |
None Available
|
|
| Unresolved product id: 17084-50 | — |
None Available
|
|
| Unresolved product id: 17084-64 | — |
None Available
|
|
| Unresolved product id: 17084-7 | — |
None Available
|
|
| Unresolved product id: 17086-5 | — |
None Available
|
|
| Unresolved product id: 17086-51 | — |
None Available
|
|
| Unresolved product id: 17084-48 | — |
None Available
|
|
| Unresolved product id: 17084-2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-1 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-27141 Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-27141.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net",
"tracking": {
"current_release_date": "2026-05-06T14:43:42.000Z",
"generator": {
"date": "2026-05-07T12:48:20.500Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-27141",
"initial_release_date": "2026-02-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-03-05T01:08:22.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-03-14T01:36:22.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-04-29T01:11:05.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-05-05T01:40:31.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-05-06T14:43:42.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 azcopy 0:10.25.1-6.cbl2",
"product": {
"name": "cbl2 azcopy 0:10.25.1-6.cbl2",
"product_id": "43"
}
},
{
"category": "product_version_range",
"name": "azl3 azcopy 0:10.25.1-4.azl3",
"product": {
"name": "azl3 azcopy 0:10.25.1-4.azl3",
"product_id": "67"
}
}
],
"category": "product_name",
"name": "azcopy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 azurelinux-image-tools 0:1.2.0-1.azl3",
"product": {
"name": "\u003cazl3 azurelinux-image-tools 0:1.2.0-1.azl3",
"product_id": "41"
}
},
{
"category": "product_version",
"name": "azl3 azurelinux-image-tools 0:1.2.0-1.azl3",
"product": {
"name": "azl3 azurelinux-image-tools 0:1.2.0-1.azl3",
"product_id": "20982"
}
}
],
"category": "product_name",
"name": "azurelinux-image-tools"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 cri-tools 0:1.29.0-9.cbl2",
"product": {
"name": "cbl2 cri-tools 0:1.29.0-9.cbl2",
"product_id": "40"
}
},
{
"category": "product_version_range",
"name": "azl3 cri-tools 0:1.32.0-4.azl3",
"product": {
"name": "azl3 cri-tools 0:1.32.0-4.azl3",
"product_id": "32"
}
}
],
"category": "product_name",
"name": "cri-tools"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 cf-cli 0:8.7.11-5.azl3",
"product": {
"name": "azl3 cf-cli 0:8.7.11-5.azl3",
"product_id": "38"
}
}
],
"category": "product_name",
"name": "cf-cli"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 containerized-data-importer 0:1.62.0-2.azl3",
"product": {
"name": "azl3 containerized-data-importer 0:1.62.0-2.azl3",
"product_id": "34"
}
}
],
"category": "product_name",
"name": "containerized-data-importer"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 coredns 0:1.11.4-14.azl3",
"product": {
"name": "azl3 coredns 0:1.11.4-14.azl3",
"product_id": "33"
}
},
{
"category": "product_version_range",
"name": "cbl2 coredns 0:1.11.1-25.cbl2",
"product": {
"name": "cbl2 coredns 0:1.11.1-25.cbl2",
"product_id": "57"
}
}
],
"category": "product_name",
"name": "coredns"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 docker-cli 0:25.0.7-2.azl3",
"product": {
"name": "azl3 docker-cli 0:25.0.7-2.azl3",
"product_id": "30"
}
}
],
"category": "product_name",
"name": "docker-cli"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 git-lfs 0:3.5.1-6.cbl2",
"product": {
"name": "cbl2 git-lfs 0:3.5.1-6.cbl2",
"product_id": "28"
}
},
{
"category": "product_version_range",
"name": "azl3 git-lfs 0:3.6.1-2.azl3",
"product": {
"name": "azl3 git-lfs 0:3.6.1-2.azl3",
"product_id": "65"
}
}
],
"category": "product_name",
"name": "git-lfs"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 etcd 0:3.5.21-1.azl3",
"product": {
"name": "azl3 etcd 0:3.5.21-1.azl3",
"product_id": "63"
}
},
{
"category": "product_version_range",
"name": "cbl2 etcd 0:3.5.21-4.cbl2",
"product": {
"name": "cbl2 etcd 0:3.5.21-4.cbl2",
"product_id": "36"
}
}
],
"category": "product_name",
"name": "etcd"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 flannel 0:0.24.2-24.azl3",
"product": {
"name": "azl3 flannel 0:0.24.2-24.azl3",
"product_id": "27"
}
}
],
"category": "product_name",
"name": "flannel"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 kata-containers 0:3.2.0.azl2-7.cbl2",
"product": {
"name": "cbl2 kata-containers 0:3.2.0.azl2-7.cbl2",
"product_id": "62"
}
},
{
"category": "product_version_range",
"name": "azl3 kata-containers 0:3.19.1.kata2-6.azl3",
"product": {
"name": "azl3 kata-containers 0:3.19.1.kata2-6.azl3",
"product_id": "44"
}
}
],
"category": "product_name",
"name": "kata-containers"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 kata-containers-cc 0:3.2.0.azl2-8.cbl2",
"product": {
"name": "cbl2 kata-containers-cc 0:3.2.0.azl2-8.cbl2",
"product_id": "61"
}
},
{
"category": "product_version_range",
"name": "azl3 kata-containers-cc 0:3.15.0.aks0-7.azl3",
"product": {
"name": "azl3 kata-containers-cc 0:3.15.0.aks0-7.azl3",
"product_id": "46"
}
}
],
"category": "product_name",
"name": "kata-containers-cc"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 kubevirt 0:0.59.0-38.cbl2",
"product": {
"name": "cbl2 kubevirt 0:0.59.0-38.cbl2",
"product_id": "53"
}
},
{
"category": "product_version_range",
"name": "azl3 kubevirt 0:1.7.0-3.azl3",
"product": {
"name": "azl3 kubevirt 0:1.7.0-3.azl3",
"product_id": "13"
}
}
],
"category": "product_name",
"name": "kubevirt"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 moby-containerd 0:1.6.26-13.cbl2",
"product": {
"name": "cbl2 moby-containerd 0:1.6.26-13.cbl2",
"product_id": "22"
}
}
],
"category": "product_name",
"name": "moby-containerd"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 moby-containerd-cc 0:1.7.7-13.cbl2",
"product": {
"name": "cbl2 moby-containerd-cc 0:1.7.7-13.cbl2",
"product_id": "21"
}
},
{
"category": "product_version_range",
"name": "azl3 moby-containerd-cc 0:1.7.7-10.azl3",
"product": {
"name": "azl3 moby-containerd-cc 0:1.7.7-10.azl3",
"product_id": "11"
}
}
],
"category": "product_name",
"name": "moby-containerd-cc"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 multus 0:4.0.2-10.cbl2",
"product": {
"name": "cbl2 multus 0:4.0.2-10.cbl2",
"product_id": "20"
}
},
{
"category": "product_version_range",
"name": "azl3 multus 0:4.0.2-7.azl3",
"product": {
"name": "azl3 multus 0:4.0.2-7.azl3",
"product_id": "10"
}
}
],
"category": "product_name",
"name": "multus"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 node-problem-detector 0:0.8.17-7.cbl2",
"product": {
"name": "cbl2 node-problem-detector 0:0.8.17-7.cbl2",
"product_id": "19"
}
}
],
"category": "product_name",
"name": "node-problem-detector"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 opa 0:0.63.0-6.cbl2",
"product": {
"name": "cbl2 opa 0:0.63.0-6.cbl2",
"product_id": "18"
}
},
{
"category": "product_version_range",
"name": "azl3 opa 0:0.63.0-3.azl3",
"product": {
"name": "azl3 opa 0:0.63.0-3.azl3",
"product_id": "9"
}
}
],
"category": "product_name",
"name": "opa"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 kube-vip-cloud-provider 0:0.0.10-5.azl3",
"product": {
"name": "azl3 kube-vip-cloud-provider 0:0.0.10-5.azl3",
"product_id": "15"
}
}
],
"category": "product_name",
"name": "kube-vip-cloud-provider"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 libcontainers-common 0:20240213-3.azl3",
"product": {
"name": "azl3 libcontainers-common 0:20240213-3.azl3",
"product_id": "66"
}
}
],
"category": "product_name",
"name": "libcontainers-common"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 prometheus-adapter 0:0.12.0-5.azl3",
"product": {
"name": "azl3 prometheus-adapter 0:0.12.0-5.azl3",
"product_id": "8"
}
}
],
"category": "product_name",
"name": "prometheus-adapter"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 skopeo 0:1.14.2-14.cbl2",
"product": {
"name": "cbl2 skopeo 0:1.14.2-14.cbl2",
"product_id": "6"
}
},
{
"category": "product_version_range",
"name": "azl3 skopeo 0:1.14.4-8.azl3",
"product": {
"name": "azl3 skopeo 0:1.14.4-8.azl3",
"product_id": "4"
}
}
],
"category": "product_name",
"name": "skopeo"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 vitess 0:17.0.7-14.cbl2",
"product": {
"name": "cbl2 vitess 0:17.0.7-14.cbl2",
"product_id": "54"
}
},
{
"category": "product_version_range",
"name": "azl3 vitess 0:19.0.4-9.azl3",
"product": {
"name": "azl3 vitess 0:19.0.4-9.azl3",
"product_id": "48"
}
}
],
"category": "product_name",
"name": "vitess"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 sriov-network-device-plugin 0:3.7.0-5.azl3",
"product": {
"name": "azl3 sriov-network-device-plugin 0:3.7.0-5.azl3",
"product_id": "3"
}
},
{
"category": "product_version_range",
"name": "cbl2 sriov-network-device-plugin 0:3.6.2-11.cbl2",
"product": {
"name": "cbl2 sriov-network-device-plugin 0:3.6.2-11.cbl2",
"product_id": "5"
}
}
],
"category": "product_name",
"name": "sriov-network-device-plugin"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 telegraf 0:1.31.0-15.azl3",
"product": {
"name": "azl3 telegraf 0:1.31.0-15.azl3",
"product_id": "47"
}
},
{
"category": "product_version_range",
"name": "cbl2 telegraf 0:1.29.4-21.cbl2",
"product": {
"name": "cbl2 telegraf 0:1.29.4-21.cbl2",
"product_id": "51"
}
}
],
"category": "product_name",
"name": "telegraf"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 cert-manager 0:1.11.2-27.cbl2",
"product": {
"name": "cbl2 cert-manager 0:1.11.2-27.cbl2",
"product_id": "52"
}
},
{
"category": "product_version_range",
"name": "azl3 cert-manager 0:1.12.15-6.azl3",
"product": {
"name": "azl3 cert-manager 0:1.12.15-6.azl3",
"product_id": "39"
}
}
],
"category": "product_name",
"name": "cert-manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 application-gateway-kubernetes-ingress 0:1.7.7-3.azl3",
"product": {
"name": "azl3 application-gateway-kubernetes-ingress 0:1.7.7-3.azl3",
"product_id": "42"
}
}
],
"category": "product_name",
"name": "application-gateway-kubernetes-ingress"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 cloud-provider-kubevirt 0:0.5.1-3.azl3",
"product": {
"name": "azl3 cloud-provider-kubevirt 0:0.5.1-3.azl3",
"product_id": "37"
}
}
],
"category": "product_name",
"name": "cloud-provider-kubevirt"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 containerd2 0:2.0.0-18.azl3",
"product": {
"name": "azl3 containerd2 0:2.0.0-18.azl3",
"product_id": "35"
}
}
],
"category": "product_name",
"name": "containerd2"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 docker-buildx 0:0.14.0-10.azl3",
"product": {
"name": "azl3 docker-buildx 0:0.14.0-10.azl3",
"product_id": "31"
}
}
],
"category": "product_name",
"name": "docker-buildx"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 docker-compose 0:2.27.0-8.azl3",
"product": {
"name": "azl3 docker-compose 0:2.27.0-8.azl3",
"product_id": "29"
}
}
],
"category": "product_name",
"name": "docker-compose"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 helm 0:3.14.2-10.cbl2",
"product": {
"name": "cbl2 helm 0:3.14.2-10.cbl2",
"product_id": "55"
}
}
],
"category": "product_name",
"name": "helm"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 gh 0:2.62.0-13.azl3",
"product": {
"name": "azl3 gh 0:2.62.0-13.azl3",
"product_id": "26"
}
}
],
"category": "product_name",
"name": "gh"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 kubernetes 0:1.28.4-25.cbl2",
"product": {
"name": "cbl2 kubernetes 0:1.28.4-25.cbl2",
"product_id": "56"
}
},
{
"category": "product_version_range",
"name": "azl3 kubernetes 0:1.30.10-21.azl3",
"product": {
"name": "azl3 kubernetes 0:1.30.10-21.azl3",
"product_id": "49"
}
}
],
"category": "product_name",
"name": "kubernetes"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 kured 0:1.14.2-7.cbl2",
"product": {
"name": "cbl2 kured 0:1.14.2-7.cbl2",
"product_id": "25"
}
},
{
"category": "product_version_range",
"name": "azl3 kured 0:1.15.0-3.azl3",
"product": {
"name": "azl3 kured 0:1.15.0-3.azl3",
"product_id": "12"
}
}
],
"category": "product_name",
"name": "kured"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 moby-cli 0:24.0.9-8.cbl2",
"product": {
"name": "cbl2 moby-cli 0:24.0.9-8.cbl2",
"product_id": "24"
}
}
],
"category": "product_name",
"name": "moby-cli"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 moby-compose 0:2.17.3-14.cbl2",
"product": {
"name": "cbl2 moby-compose 0:2.17.3-14.cbl2",
"product_id": "23"
}
}
],
"category": "product_name",
"name": "moby-compose"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 moby-engine 0:24.0.9-19.cbl2",
"product": {
"name": "cbl2 moby-engine 0:24.0.9-19.cbl2",
"product_id": "59"
}
},
{
"category": "product_version_range",
"name": "azl3 moby-engine 0:25.0.3-14.azl3",
"product": {
"name": "azl3 moby-engine 0:25.0.3-14.azl3",
"product_id": "58"
}
}
],
"category": "product_name",
"name": "moby-engine"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 influxdb 0:2.7.5-13.azl3",
"product": {
"name": "azl3 influxdb 0:2.7.5-13.azl3",
"product_id": "45"
}
}
],
"category": "product_name",
"name": "influxdb"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 jx 0:3.10.182-3.azl3",
"product": {
"name": "azl3 jx 0:3.10.182-3.azl3",
"product_id": "60"
}
}
],
"category": "product_name",
"name": "jx"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 packer 0:1.9.5-18.cbl2",
"product": {
"name": "cbl2 packer 0:1.9.5-18.cbl2",
"product_id": "17"
}
},
{
"category": "product_version_range",
"name": "azl3 packer 0:1.9.5-13.azl3",
"product": {
"name": "azl3 packer 0:1.9.5-13.azl3",
"product_id": "50"
}
}
],
"category": "product_name",
"name": "packer"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 keda 0:2.14.1-11.azl3",
"product": {
"name": "azl3 keda 0:2.14.1-11.azl3",
"product_id": "16"
}
}
],
"category": "product_name",
"name": "keda"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 prometheus 0:2.37.9-7.cbl2",
"product": {
"name": "cbl2 prometheus 0:2.37.9-7.cbl2",
"product_id": "14"
}
}
],
"category": "product_name",
"name": "prometheus"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 prometheus-node-exporter 0:1.7.0-3.azl3",
"product": {
"name": "azl3 prometheus-node-exporter 0:1.7.0-3.azl3",
"product_id": "64"
}
}
],
"category": "product_name",
"name": "prometheus-node-exporter"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 prometheus-process-exporter 0:0.8.2-3.azl3",
"product": {
"name": "azl3 prometheus-process-exporter 0:0.8.2-3.azl3",
"product_id": "7"
}
}
],
"category": "product_name",
"name": "prometheus-process-exporter"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 ignition-flatcar 0:2.22.0-1.azl3",
"product": {
"name": "\u003cazl3 ignition-flatcar 0:2.22.0-1.azl3",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 ignition-flatcar 0:2.22.0-1.azl3",
"product": {
"name": "azl3 ignition-flatcar 0:2.22.0-1.azl3",
"product_id": "21246"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 ignition-flatcar 0:2.22.0-2.azl3",
"product": {
"name": "\u003cazl3 ignition-flatcar 0:2.22.0-2.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 ignition-flatcar 0:2.22.0-2.azl3",
"product": {
"name": "azl3 ignition-flatcar 0:2.22.0-2.azl3",
"product_id": "21315"
}
}
],
"category": "product_name",
"name": "ignition-flatcar"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 azcopy 0:10.25.1-6.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-43"
},
"product_reference": "43",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 azcopy 0:10.25.1-4.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-67"
},
"product_reference": "67",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 azurelinux-image-tools 0:1.2.0-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-41"
},
"product_reference": "41",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 azurelinux-image-tools 0:1.2.0-1.azl3 as a component of Azure Linux 3.0",
"product_id": "20982-17084"
},
"product_reference": "20982",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cri-tools 0:1.29.0-9.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-40"
},
"product_reference": "40",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cf-cli 0:8.7.11-5.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-38"
},
"product_reference": "38",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 containerized-data-importer 0:1.62.0-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-34"
},
"product_reference": "34",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 coredns 0:1.11.4-14.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-33"
},
"product_reference": "33",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 docker-cli 0:25.0.7-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-30"
},
"product_reference": "30",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 git-lfs 0:3.5.1-6.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-28"
},
"product_reference": "28",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 etcd 0:3.5.21-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-63"
},
"product_reference": "63",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 flannel 0:0.24.2-24.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-27"
},
"product_reference": "27",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kata-containers 0:3.2.0.azl2-7.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-62"
},
"product_reference": "62",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kata-containers-cc 0:3.2.0.azl2-8.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-61"
},
"product_reference": "61",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubevirt 0:0.59.0-38.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-53"
},
"product_reference": "53",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-containerd 0:1.6.26-13.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-22"
},
"product_reference": "22",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-containerd-cc 0:1.7.7-13.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-21"
},
"product_reference": "21",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 multus 0:4.0.2-10.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-20"
},
"product_reference": "20",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 node-problem-detector 0:0.8.17-7.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-19"
},
"product_reference": "19",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kata-containers 0:3.19.1.kata2-6.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-44"
},
"product_reference": "44",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 opa 0:0.63.0-6.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-18"
},
"product_reference": "18",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kube-vip-cloud-provider 0:0.0.10-5.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-15"
},
"product_reference": "15",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kubevirt 0:1.7.0-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-13"
},
"product_reference": "13",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 libcontainers-common 0:20240213-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-66"
},
"product_reference": "66",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 moby-containerd-cc 0:1.7.7-10.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-11"
},
"product_reference": "11",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 opa 0:0.63.0-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-9"
},
"product_reference": "9",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 prometheus-adapter 0:0.12.0-5.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 skopeo 0:1.14.2-14.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 vitess 0:17.0.7-14.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-54"
},
"product_reference": "54",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 skopeo 0:1.14.4-8.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 sriov-network-device-plugin 0:3.7.0-5.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 telegraf 0:1.31.0-15.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-47"
},
"product_reference": "47",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cert-manager 0:1.11.2-27.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-52"
},
"product_reference": "52",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 application-gateway-kubernetes-ingress 0:1.7.7-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-42"
},
"product_reference": "42",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 coredns 0:1.11.1-25.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-57"
},
"product_reference": "57",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cert-manager 0:1.12.15-6.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-39"
},
"product_reference": "39",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cloud-provider-kubevirt 0:0.5.1-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-37"
},
"product_reference": "37",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 etcd 0:3.5.21-4.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-36"
},
"product_reference": "36",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 containerd2 0:2.0.0-18.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-35"
},
"product_reference": "35",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cri-tools 0:1.32.0-4.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-32"
},
"product_reference": "32",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 docker-buildx 0:0.14.0-10.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-31"
},
"product_reference": "31",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 docker-compose 0:2.27.0-8.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-29"
},
"product_reference": "29",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 helm 0:3.14.2-10.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-55"
},
"product_reference": "55",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gh 0:2.62.0-13.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-26"
},
"product_reference": "26",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 git-lfs 0:3.6.1-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-65"
},
"product_reference": "65",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubernetes 0:1.28.4-25.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-56"
},
"product_reference": "56",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kured 0:1.14.2-7.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-25"
},
"product_reference": "25",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-cli 0:24.0.9-8.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-24"
},
"product_reference": "24",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-compose 0:2.17.3-14.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-23"
},
"product_reference": "23",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-engine 0:24.0.9-19.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-59"
},
"product_reference": "59",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 influxdb 0:2.7.5-13.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-45"
},
"product_reference": "45",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 jx 0:3.10.182-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-60"
},
"product_reference": "60",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kata-containers-cc 0:3.15.0.aks0-7.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-46"
},
"product_reference": "46",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 packer 0:1.9.5-18.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-17"
},
"product_reference": "17",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 keda 0:2.14.1-11.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-16"
},
"product_reference": "16",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kubernetes 0:1.30.10-21.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-49"
},
"product_reference": "49",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 prometheus 0:2.37.9-7.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-14"
},
"product_reference": "14",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kured 0:1.15.0-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-12"
},
"product_reference": "12",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 moby-engine 0:25.0.3-14.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-58"
},
"product_reference": "58",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 multus 0:4.0.2-7.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-10"
},
"product_reference": "10",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 packer 0:1.9.5-13.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-50"
},
"product_reference": "50",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 prometheus-node-exporter 0:1.7.0-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-64"
},
"product_reference": "64",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 prometheus-process-exporter 0:0.8.2-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 sriov-network-device-plugin 0:3.6.2-11.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 telegraf 0:1.29.4-21.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-51"
},
"product_reference": "51",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 vitess 0:19.0.4-9.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-48"
},
"product_reference": "48",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 ignition-flatcar 0:2.22.0-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 ignition-flatcar 0:2.22.0-1.azl3 as a component of Azure Linux 3.0",
"product_id": "21246-17084"
},
"product_reference": "21246",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 ignition-flatcar 0:2.22.0-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 ignition-flatcar 0:2.22.0-2.azl3 as a component of Azure Linux 3.0",
"product_id": "21315-17084"
},
"product_reference": "21315",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27141",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20982-17084",
"21246-17084",
"21315-17084"
],
"known_affected": [
"17086-43",
"17084-67",
"17084-41",
"17086-40",
"17084-38",
"17084-34",
"17084-33",
"17084-30",
"17086-28",
"17084-63",
"17084-27",
"17086-62",
"17086-61",
"17086-53",
"17086-22",
"17086-21",
"17086-20",
"17086-19",
"17084-44",
"17086-18",
"17084-15",
"17084-13",
"17084-66",
"17084-11",
"17084-9",
"17084-8",
"17086-6",
"17086-54",
"17084-4",
"17084-3",
"17084-47",
"17086-52",
"17084-42",
"17086-57",
"17084-39",
"17084-37",
"17086-36",
"17084-35",
"17084-32",
"17084-31",
"17084-29",
"17086-55",
"17084-26",
"17084-65",
"17086-56",
"17086-25",
"17086-24",
"17086-23",
"17086-59",
"17084-45",
"17084-60",
"17084-46",
"17086-17",
"17084-16",
"17084-49",
"17086-14",
"17084-12",
"17084-58",
"17084-10",
"17084-50",
"17084-64",
"17084-7",
"17086-5",
"17086-51",
"17084-48",
"17084-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-27141 Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-27141.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-43"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-67"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-40"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-38"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-34"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-33"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-30"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-28"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-63"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-27"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-62"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-61"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-53"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-22"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-21"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-20"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-19"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-44"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-18"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-15"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-13"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-66"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-11"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-9"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-8"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-6"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-54"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-4"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-3"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-47"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-52"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-42"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-57"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-39"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-37"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-36"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-35"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-32"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-31"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-29"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-55"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-26"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-65"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-56"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-25"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-24"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-23"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-59"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-45"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-60"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-46"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-17"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-16"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-49"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-14"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-12"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-58"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-10"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-50"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-64"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-7"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-5"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-51"
]
},
{
"category": "none_available",
"date": "2026-03-05T01:08:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-48"
]
},
{
"category": "vendor_fix",
"date": "2026-03-05T01:08:22.000Z",
"details": "0:1.2.0-2.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-41"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-03-05T01:08:22.000Z",
"details": "0:2.22.0-2.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2",
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17086-43",
"17084-67",
"17084-41",
"17086-40",
"17084-38",
"17084-34",
"17084-33",
"17084-30",
"17086-28",
"17084-63",
"17084-27",
"17086-62",
"17086-61",
"17086-53",
"17086-22",
"17086-21",
"17086-20",
"17086-19",
"17084-44",
"17086-18",
"17084-15",
"17084-13",
"17084-66",
"17084-11",
"17084-9",
"17084-8",
"17086-6",
"17086-54",
"17084-4",
"17084-3",
"17084-47",
"17086-52",
"17084-42",
"17086-57",
"17084-39",
"17084-37",
"17086-36",
"17084-35",
"17084-32",
"17084-31",
"17084-29",
"17086-55",
"17084-26",
"17084-65",
"17086-56",
"17086-25",
"17086-24",
"17086-23",
"17086-59",
"17084-45",
"17084-60",
"17084-46",
"17086-17",
"17084-16",
"17084-49",
"17086-14",
"17084-12",
"17084-58",
"17084-10",
"17084-50",
"17084-64",
"17084-7",
"17086-5",
"17086-51",
"17084-48",
"17084-2",
"17084-1"
]
}
],
"title": "Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net"
}
]
}
OPENSUSE-SU-2026:10294-1
Vulnerability from csaf_opensuse - Published: 2026-03-05 00:00 - Updated: 2026-03-05 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "telemetrygen-0.147.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the telemetrygen-0.147.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10294",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10294-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27141 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27141/"
}
],
"title": "telemetrygen-0.147.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-05T00:00:00Z",
"generator": {
"date": "2026-03-05T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10294-1",
"initial_release_date": "2026-03-05T00:00:00Z",
"revision_history": [
{
"date": "2026-03-05T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "telemetrygen-0.147.0-1.1.aarch64",
"product": {
"name": "telemetrygen-0.147.0-1.1.aarch64",
"product_id": "telemetrygen-0.147.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "telemetrygen-0.147.0-1.1.ppc64le",
"product": {
"name": "telemetrygen-0.147.0-1.1.ppc64le",
"product_id": "telemetrygen-0.147.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "telemetrygen-0.147.0-1.1.s390x",
"product": {
"name": "telemetrygen-0.147.0-1.1.s390x",
"product_id": "telemetrygen-0.147.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "telemetrygen-0.147.0-1.1.x86_64",
"product": {
"name": "telemetrygen-0.147.0-1.1.x86_64",
"product_id": "telemetrygen-0.147.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "telemetrygen-0.147.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.aarch64"
},
"product_reference": "telemetrygen-0.147.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "telemetrygen-0.147.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.ppc64le"
},
"product_reference": "telemetrygen-0.147.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "telemetrygen-0.147.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.s390x"
},
"product_reference": "telemetrygen-0.147.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "telemetrygen-0.147.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.x86_64"
},
"product_reference": "telemetrygen-0.147.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27141",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27141"
}
],
"notes": [
{
"category": "general",
"text": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.aarch64",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.ppc64le",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.s390x",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27141",
"url": "https://www.suse.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "SUSE Bug 1259062 for CVE-2026-27141",
"url": "https://bugzilla.suse.com/1259062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.aarch64",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.ppc64le",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.s390x",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.aarch64",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.ppc64le",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.s390x",
"openSUSE Tumbleweed:telemetrygen-0.147.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27141"
}
]
}
OPENSUSE-SU-2026:10313-1
Vulnerability from csaf_opensuse - Published: 2026-03-09 00:00 - Updated: 2026-03-09 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-1229/ | self |
| https://www.suse.com/security/cve/CVE-2026-27141/ | self |
| https://www.suse.com/security/cve/CVE-2026-1229 | external |
| https://www.suse.com/security/cve/CVE-2026-27141 | external |
| https://bugzilla.suse.com/1259062 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "rclone-1.73.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the rclone-1.73.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10313",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10313-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1229 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1229/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27141 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27141/"
}
],
"title": "rclone-1.73.2-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-09T00:00:00Z",
"generator": {
"date": "2026-03-09T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10313-1",
"initial_release_date": "2026-03-09T00:00:00Z",
"revision_history": [
{
"date": "2026-03-09T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.2-1.1.aarch64",
"product": {
"name": "rclone-1.73.2-1.1.aarch64",
"product_id": "rclone-1.73.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.2-1.1.aarch64",
"product": {
"name": "rclone-bash-completion-1.73.2-1.1.aarch64",
"product_id": "rclone-bash-completion-1.73.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.2-1.1.aarch64",
"product": {
"name": "rclone-zsh-completion-1.73.2-1.1.aarch64",
"product_id": "rclone-zsh-completion-1.73.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.2-1.1.ppc64le",
"product": {
"name": "rclone-1.73.2-1.1.ppc64le",
"product_id": "rclone-1.73.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.2-1.1.ppc64le",
"product": {
"name": "rclone-bash-completion-1.73.2-1.1.ppc64le",
"product_id": "rclone-bash-completion-1.73.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.2-1.1.ppc64le",
"product": {
"name": "rclone-zsh-completion-1.73.2-1.1.ppc64le",
"product_id": "rclone-zsh-completion-1.73.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.2-1.1.s390x",
"product": {
"name": "rclone-1.73.2-1.1.s390x",
"product_id": "rclone-1.73.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.2-1.1.s390x",
"product": {
"name": "rclone-bash-completion-1.73.2-1.1.s390x",
"product_id": "rclone-bash-completion-1.73.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.2-1.1.s390x",
"product": {
"name": "rclone-zsh-completion-1.73.2-1.1.s390x",
"product_id": "rclone-zsh-completion-1.73.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.2-1.1.x86_64",
"product": {
"name": "rclone-1.73.2-1.1.x86_64",
"product_id": "rclone-1.73.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.2-1.1.x86_64",
"product": {
"name": "rclone-bash-completion-1.73.2-1.1.x86_64",
"product_id": "rclone-bash-completion-1.73.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.2-1.1.x86_64",
"product": {
"name": "rclone-zsh-completion-1.73.2-1.1.x86_64",
"product_id": "rclone-zsh-completion-1.73.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64"
},
"product_reference": "rclone-1.73.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le"
},
"product_reference": "rclone-1.73.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x"
},
"product_reference": "rclone-1.73.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64"
},
"product_reference": "rclone-1.73.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64"
},
"product_reference": "rclone-bash-completion-1.73.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le"
},
"product_reference": "rclone-bash-completion-1.73.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x"
},
"product_reference": "rclone-bash-completion-1.73.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64"
},
"product_reference": "rclone-bash-completion-1.73.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64"
},
"product_reference": "rclone-zsh-completion-1.73.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le"
},
"product_reference": "rclone-zsh-completion-1.73.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x"
},
"product_reference": "rclone-zsh-completion-1.73.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
},
"product_reference": "rclone-zsh-completion-1.73.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1229",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"notes": [
{
"category": "general",
"text": "The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas.\nECDH and ECDSA signing relying on this curve are not affected.\n\nThe bug was fixed in v1.6.3 https://github.com/cloudflare/circl/releases/tag/v1.6.3 .",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1229",
"url": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-09T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2026-1229"
},
{
"cve": "CVE-2026-27141",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27141"
}
],
"notes": [
{
"category": "general",
"text": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27141",
"url": "https://www.suse.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "SUSE Bug 1259062 for CVE-2026-27141",
"url": "https://bugzilla.suse.com/1259062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27141"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.