Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-32282 (GCVE-0-2026-32282)
Vulnerability from cvelistv5 – Published: 2026-04-08 01:06 – Updated: 2026-04-13 18:20- CWE-61 - UNIX Symbolic Link (Symlink) Following
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | internal/syscall/unix |
Affected:
0 , < 1.25.9
(semver)
Affected: 1.26.0-0 , < 1.26.2 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-32282",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-13T17:47:42.666766Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-13T18:20:56.456Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "internal/syscall/unix",
"platforms": [
"linux"
],
"product": "internal/syscall/unix",
"programRoutines": [
{
"name": "Fchmodat"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.25.9",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.26.2",
"status": "affected",
"version": "1.26.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Uuganbayar Lkhamsuren (https://github.com/uug4na)"
}
],
"descriptions": [
{
"lang": "en",
"value": "On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its target before acting and returns an error if the target is a symlink lying outside the root, so the impact is limited to cases where the target is replaced with a symlink between the check and operation."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-61: UNIX Symbolic Link (Symlink) Following",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-08T01:06:55.953Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/763761"
},
{
"url": "https://go.dev/issue/78293"
},
{
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"title": "TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2026-32282",
"datePublished": "2026-04-08T01:06:55.953Z",
"dateReserved": "2026-03-11T16:38:46.556Z",
"dateUpdated": "2026-04-13T18:20:56.456Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-32282",
"date": "2026-06-24",
"epss": "0.00292",
"percentile": "0.20668"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-32282\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-04-08T02:16:03.467\",\"lastModified\":\"2026-04-16T19:15:39.400\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its target before acting and returns an error if the target is a symlink lying outside the root, so the impact is limited to cases where the target is replaced with a symlink between the check and operation.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":6.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":0.5,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":6.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":0.5,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.25.9\",\"matchCriteriaId\":\"C6C9C072-9817-402D-877F-F83584B07017\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.26.0\",\"versionEndExcluding\":\"1.26.2\",\"matchCriteriaId\":\"39FE9BAF-55E9-43AA-B14E-239E7EF1D65D\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/763761\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/78293\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU\",\"source\":\"security@golang.org\",\"tags\":[\"Release Notes\",\"Mailing List\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4864\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-32282\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-13T17:47:42.666766Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-13T17:47:38.773Z\"}}], \"cna\": {\"title\": \"TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix\", \"credits\": [{\"lang\": \"en\", \"value\": \"Uuganbayar Lkhamsuren (https://github.com/uug4na)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"internal/syscall/unix\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.25.9\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.26.0-0\", \"lessThan\": \"1.26.2\", \"versionType\": \"semver\"}], \"platforms\": [\"linux\"], \"packageName\": \"internal/syscall/unix\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Fchmodat\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/763761\"}, {\"url\": \"https://go.dev/issue/78293\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-4864\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its target before acting and returns an error if the target is a symlink lying outside the root, so the impact is limited to cases where the target is replaced with a symlink between the check and operation.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-61: UNIX Symbolic Link (Symlink) Following\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-04-08T01:06:55.953Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-32282\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-13T18:20:56.456Z\", \"dateReserved\": \"2026-03-11T16:38:46.556Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-04-08T01:06:55.953Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:16021
Vulnerability from csaf_redhat - Published: 2026-05-11 18:39 - Updated: 2026-06-24 20:37A flaw was found in the Go programming language (golang) and its command-line tool (cmd/go). A remote attacker could exploit this during the build process by crafting malicious SWIG (Simplified Wrapper and Interface Generator) file names that contain "cgo" and specific payloads. This could lead to code smuggling and arbitrary code execution, bypassing trust mechanisms and allowing the attacker to run unauthorized code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\n* golang: cmd/compile: no-op interface conversion bypasses overlap checking (CVE-2026-27144)\n\n* cmd/go: golang: Go (golang) and cmd/go: Arbitrary Code Execution via malicious SWIG file names (CVE-2026-27140)\n\n* golang: cmd/compile: possible memory corruption after bound check elimination (CVE-2026-27143)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16021",
"url": "https://access.redhat.com/errata/RHSA-2026:16021"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "2456340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456340"
},
{
"category": "external",
"summary": "2456341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456341"
},
{
"category": "external",
"summary": "2456342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456342"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16021.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-06-24T20:37:41+00:00",
"generator": {
"date": "2026-06-24T20:37:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:16021",
"initial_release_date": "2026-05-11T18:39:46+00:00",
"revision_history": [
{
"date": "2026-05-11T18:39:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-11T18:39:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:37:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.9-1.el9_6.ppc64le",
"product": {
"name": "go-toolset-0:1.25.9-1.el9_6.ppc64le",
"product_id": "go-toolset-0:1.25.9-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.9-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el9_6.ppc64le",
"product": {
"name": "golang-0:1.25.9-1.el9_6.ppc64le",
"product_id": "golang-0:1.25.9-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.9-1.el9_6.ppc64le",
"product": {
"name": "golang-bin-0:1.25.9-1.el9_6.ppc64le",
"product_id": "golang-bin-0:1.25.9-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.9-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.9-1.el9_6.ppc64le",
"product": {
"name": "golang-race-0:1.25.9-1.el9_6.ppc64le",
"product_id": "golang-race-0:1.25.9-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.9-1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.9-1.el9_6.x86_64",
"product": {
"name": "go-toolset-0:1.25.9-1.el9_6.x86_64",
"product_id": "go-toolset-0:1.25.9-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.9-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el9_6.x86_64",
"product": {
"name": "golang-0:1.25.9-1.el9_6.x86_64",
"product_id": "golang-0:1.25.9-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.9-1.el9_6.x86_64",
"product": {
"name": "golang-bin-0:1.25.9-1.el9_6.x86_64",
"product_id": "golang-bin-0:1.25.9-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.9-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.9-1.el9_6.x86_64",
"product": {
"name": "golang-race-0:1.25.9-1.el9_6.x86_64",
"product_id": "golang-race-0:1.25.9-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.9-1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.9-1.el9_6.s390x",
"product": {
"name": "go-toolset-0:1.25.9-1.el9_6.s390x",
"product_id": "go-toolset-0:1.25.9-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.9-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el9_6.s390x",
"product": {
"name": "golang-0:1.25.9-1.el9_6.s390x",
"product_id": "golang-0:1.25.9-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.9-1.el9_6.s390x",
"product": {
"name": "golang-bin-0:1.25.9-1.el9_6.s390x",
"product_id": "golang-bin-0:1.25.9-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.9-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.9-1.el9_6.s390x",
"product": {
"name": "golang-race-0:1.25.9-1.el9_6.s390x",
"product_id": "golang-race-0:1.25.9-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.9-1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.9-1.el9_6.aarch64",
"product": {
"name": "go-toolset-0:1.25.9-1.el9_6.aarch64",
"product_id": "go-toolset-0:1.25.9-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.9-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el9_6.aarch64",
"product": {
"name": "golang-0:1.25.9-1.el9_6.aarch64",
"product_id": "golang-0:1.25.9-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.9-1.el9_6.aarch64",
"product": {
"name": "golang-bin-0:1.25.9-1.el9_6.aarch64",
"product_id": "golang-bin-0:1.25.9-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.9-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.9-1.el9_6.aarch64",
"product": {
"name": "golang-race-0:1.25.9-1.el9_6.aarch64",
"product_id": "golang-race-0:1.25.9-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.9-1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el9_6.src",
"product": {
"name": "golang-0:1.25.9-1.el9_6.src",
"product_id": "golang-0:1.25.9-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.9-1.el9_6.noarch",
"product": {
"name": "golang-docs-0:1.25.9-1.el9_6.noarch",
"product_id": "golang-docs-0:1.25.9-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.9-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.9-1.el9_6.noarch",
"product": {
"name": "golang-misc-0:1.25.9-1.el9_6.noarch",
"product_id": "golang-misc-0:1.25.9-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.9-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.9-1.el9_6.noarch",
"product": {
"name": "golang-src-0:1.25.9-1.el9_6.noarch",
"product_id": "golang-src-0:1.25.9-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.9-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.9-1.el9_6.noarch",
"product": {
"name": "golang-tests-0:1.25.9-1.el9_6.noarch",
"product_id": "golang-tests-0:1.25.9-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.9-1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.9-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64"
},
"product_reference": "go-toolset-0:1.25.9-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.9-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le"
},
"product_reference": "go-toolset-0:1.25.9-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.9-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x"
},
"product_reference": "go-toolset-0:1.25.9-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.9-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64"
},
"product_reference": "go-toolset-0:1.25.9-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64"
},
"product_reference": "golang-0:1.25.9-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le"
},
"product_reference": "golang-0:1.25.9-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x"
},
"product_reference": "golang-0:1.25.9-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src"
},
"product_reference": "golang-0:1.25.9-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64"
},
"product_reference": "golang-0:1.25.9-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.9-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64"
},
"product_reference": "golang-bin-0:1.25.9-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.9-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le"
},
"product_reference": "golang-bin-0:1.25.9-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.9-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x"
},
"product_reference": "golang-bin-0:1.25.9-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.9-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64"
},
"product_reference": "golang-bin-0:1.25.9-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.9-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch"
},
"product_reference": "golang-docs-0:1.25.9-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.9-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch"
},
"product_reference": "golang-misc-0:1.25.9-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.9-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64"
},
"product_reference": "golang-race-0:1.25.9-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.9-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le"
},
"product_reference": "golang-race-0:1.25.9-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.9-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x"
},
"product_reference": "golang-race-0:1.25.9-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.9-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64"
},
"product_reference": "golang-race-0:1.25.9-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.9-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch"
},
"product_reference": "golang-src-0:1.25.9-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.9-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
},
"product_reference": "golang-tests-0:1.25.9-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27140",
"cwe": {
"id": "CWE-641",
"name": "Improper Restriction of Names for Files and Other Resources"
},
"discovery_date": "2026-04-08T02:01:26.299804+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456341"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go programming language (golang) and its command-line tool (cmd/go). A remote attacker could exploit this during the build process by crafting malicious SWIG (Simplified Wrapper and Interface Generator) file names that contain \"cgo\" and specific payloads. This could lead to code smuggling and arbitrary code execution, bypassing trust mechanisms and allowing the attacker to run unauthorized code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: golang: Go (golang) and cmd/go: Arbitrary Code Execution via malicious SWIG file names",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27140"
},
{
"category": "external",
"summary": "RHBZ#2456341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456341"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27140"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27140",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27140"
},
{
"category": "external",
"summary": "https://go.dev/cl/763768",
"url": "https://go.dev/cl/763768"
},
{
"category": "external",
"summary": "https://go.dev/issue/78335",
"url": "https://go.dev/issue/78335"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4871",
"url": "https://pkg.go.dev/vuln/GO-2026-4871"
}
],
"release_date": "2026-04-08T01:06:57.893000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T18:39:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16021"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: golang: Go (golang) and cmd/go: Arbitrary Code Execution via malicious SWIG file names"
},
{
"cve": "CVE-2026-27143",
"cwe": {
"id": "CWE-733",
"name": "Compiler Optimization Removal or Modification of Security-critical Code"
},
"discovery_date": "2026-04-08T02:01:29.491546+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: possible memory corruption after bound check elimination",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is only exploitable in applications that contain a loop structure that relies on an induction variable. An induction variable is a variable that gets modified, usually incremented or decremented, by a predictable amount on each iteration. Inside the loop, the induction variable must be directly used as the index to access or modify elements within an array or a slice. Additionally, an attacker must be able to cause an integer overflow or underflow in the induction variable to trigger this issue. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27143"
},
{
"category": "external",
"summary": "RHBZ#2456342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143"
},
{
"category": "external",
"summary": "https://go.dev/cl/763765",
"url": "https://go.dev/cl/763765"
},
{
"category": "external",
"summary": "https://go.dev/issue/78333",
"url": "https://go.dev/issue/78333"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4868",
"url": "https://pkg.go.dev/vuln/GO-2026-4868"
}
],
"release_date": "2026-04-08T01:06:57.168000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T18:39:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16021"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, strictly sanitize and enforce bounds checking on any untrusted user input that influences loop counters, iteration limits, or memory indices. If there is no integer overflow or underflow, the out-of-bounds access cannot occur.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: possible memory corruption after bound check elimination"
},
{
"cve": "CVE-2026-27144",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2026-04-08T02:01:22.896153+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: no-op interface conversion bypasses overlap checking",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable in applications that contain a memory move or copy operation that is subject to a no-op (no-operation) interface conversion. Furthermore, the source and destination memory addresses involved in the move or copy must overlap and an attacker must be able to supply an input that triggers this specific operation. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27144"
},
{
"category": "external",
"summary": "RHBZ#2456340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144"
},
{
"category": "external",
"summary": "https://go.dev/cl/763764",
"url": "https://go.dev/cl/763764"
},
{
"category": "external",
"summary": "https://go.dev/issue/78371",
"url": "https://go.dev/issue/78371"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4867",
"url": "https://pkg.go.dev/vuln/GO-2026-4867"
}
],
"release_date": "2026-04-08T01:06:56.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T18:39:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16021"
},
{
"category": "workaround",
"details": "To mitigate this issue, review code that performs memory copies or struct assignments. If data is being passed through an interface (such as \u0027any\u0027 or \u0027interface{}\u0027) just before a move operation, refactor the code to use concrete types or explicit pointers instead.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: no-op interface conversion bypasses overlap checking"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T18:39:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16021"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T18:39:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16021"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T18:39:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16021"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T18:39:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16021"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:go-toolset-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:golang-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-bin-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-docs-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-misc-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:golang-race-0:1.25.9-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:golang-src-0:1.25.9-1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:golang-tests-0:1.25.9-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:16024
Vulnerability from csaf_redhat - Published: 2026-05-11 16:23 - Updated: 2026-06-24 20:37A flaw was found in the Go programming language (golang) and its command-line tool (cmd/go). A remote attacker could exploit this during the build process by crafting malicious SWIG (Simplified Wrapper and Interface Generator) file names that contain "cgo" and specific payloads. This could lead to code smuggling and arbitrary code execution, bypassing trust mechanisms and allowing the attacker to run unauthorized code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\n* golang: cmd/compile: no-op interface conversion bypasses overlap checking (CVE-2026-27144)\n\n* cmd/go: golang: Go (golang) and cmd/go: Arbitrary Code Execution via malicious SWIG file names (CVE-2026-27140)\n\n* golang: cmd/compile: possible memory corruption after bound check elimination (CVE-2026-27143)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16024",
"url": "https://access.redhat.com/errata/RHSA-2026:16024"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "2456340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456340"
},
{
"category": "external",
"summary": "2456341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456341"
},
{
"category": "external",
"summary": "2456342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456342"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16024.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-06-24T20:37:48+00:00",
"generator": {
"date": "2026-06-24T20:37:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:16024",
"initial_release_date": "2026-05-11T16:23:41+00:00",
"revision_history": [
{
"date": "2026-05-11T16:23:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-11T16:23:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:37:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.9-1.el10_0.aarch64",
"product": {
"name": "go-toolset-0:1.25.9-1.el10_0.aarch64",
"product_id": "go-toolset-0:1.25.9-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.9-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el10_0.aarch64",
"product": {
"name": "golang-0:1.25.9-1.el10_0.aarch64",
"product_id": "golang-0:1.25.9-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.9-1.el10_0.aarch64",
"product": {
"name": "golang-bin-0:1.25.9-1.el10_0.aarch64",
"product_id": "golang-bin-0:1.25.9-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.9-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.9-1.el10_0.aarch64",
"product": {
"name": "golang-race-0:1.25.9-1.el10_0.aarch64",
"product_id": "golang-race-0:1.25.9-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.9-1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.9-1.el10_0.ppc64le",
"product": {
"name": "go-toolset-0:1.25.9-1.el10_0.ppc64le",
"product_id": "go-toolset-0:1.25.9-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.9-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el10_0.ppc64le",
"product": {
"name": "golang-0:1.25.9-1.el10_0.ppc64le",
"product_id": "golang-0:1.25.9-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.9-1.el10_0.ppc64le",
"product": {
"name": "golang-bin-0:1.25.9-1.el10_0.ppc64le",
"product_id": "golang-bin-0:1.25.9-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.9-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.9-1.el10_0.ppc64le",
"product": {
"name": "golang-race-0:1.25.9-1.el10_0.ppc64le",
"product_id": "golang-race-0:1.25.9-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.9-1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.9-1.el10_0.x86_64",
"product": {
"name": "go-toolset-0:1.25.9-1.el10_0.x86_64",
"product_id": "go-toolset-0:1.25.9-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.9-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el10_0.x86_64",
"product": {
"name": "golang-0:1.25.9-1.el10_0.x86_64",
"product_id": "golang-0:1.25.9-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.9-1.el10_0.x86_64",
"product": {
"name": "golang-bin-0:1.25.9-1.el10_0.x86_64",
"product_id": "golang-bin-0:1.25.9-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.9-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.9-1.el10_0.x86_64",
"product": {
"name": "golang-race-0:1.25.9-1.el10_0.x86_64",
"product_id": "golang-race-0:1.25.9-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.9-1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.9-1.el10_0.s390x",
"product": {
"name": "go-toolset-0:1.25.9-1.el10_0.s390x",
"product_id": "go-toolset-0:1.25.9-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.9-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el10_0.s390x",
"product": {
"name": "golang-0:1.25.9-1.el10_0.s390x",
"product_id": "golang-0:1.25.9-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.9-1.el10_0.s390x",
"product": {
"name": "golang-bin-0:1.25.9-1.el10_0.s390x",
"product_id": "golang-bin-0:1.25.9-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.9-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.9-1.el10_0.s390x",
"product": {
"name": "golang-race-0:1.25.9-1.el10_0.s390x",
"product_id": "golang-race-0:1.25.9-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.9-1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.25.9-1.el10_0.src",
"product": {
"name": "golang-0:1.25.9-1.el10_0.src",
"product_id": "golang-0:1.25.9-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.9-1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.9-1.el10_0.noarch",
"product": {
"name": "golang-docs-0:1.25.9-1.el10_0.noarch",
"product_id": "golang-docs-0:1.25.9-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.9-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.9-1.el10_0.noarch",
"product": {
"name": "golang-misc-0:1.25.9-1.el10_0.noarch",
"product_id": "golang-misc-0:1.25.9-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.9-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.9-1.el10_0.noarch",
"product": {
"name": "golang-src-0:1.25.9-1.el10_0.noarch",
"product_id": "golang-src-0:1.25.9-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.9-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.9-1.el10_0.noarch",
"product": {
"name": "golang-tests-0:1.25.9-1.el10_0.noarch",
"product_id": "golang-tests-0:1.25.9-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.9-1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.9-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64"
},
"product_reference": "go-toolset-0:1.25.9-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.9-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le"
},
"product_reference": "go-toolset-0:1.25.9-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.9-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x"
},
"product_reference": "go-toolset-0:1.25.9-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.9-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64"
},
"product_reference": "go-toolset-0:1.25.9-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64"
},
"product_reference": "golang-0:1.25.9-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le"
},
"product_reference": "golang-0:1.25.9-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x"
},
"product_reference": "golang-0:1.25.9-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src"
},
"product_reference": "golang-0:1.25.9-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.9-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64"
},
"product_reference": "golang-0:1.25.9-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.9-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64"
},
"product_reference": "golang-bin-0:1.25.9-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.9-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le"
},
"product_reference": "golang-bin-0:1.25.9-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.9-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x"
},
"product_reference": "golang-bin-0:1.25.9-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.9-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64"
},
"product_reference": "golang-bin-0:1.25.9-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.9-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch"
},
"product_reference": "golang-docs-0:1.25.9-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.9-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch"
},
"product_reference": "golang-misc-0:1.25.9-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.9-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64"
},
"product_reference": "golang-race-0:1.25.9-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.9-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le"
},
"product_reference": "golang-race-0:1.25.9-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.9-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x"
},
"product_reference": "golang-race-0:1.25.9-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.9-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64"
},
"product_reference": "golang-race-0:1.25.9-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.9-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch"
},
"product_reference": "golang-src-0:1.25.9-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.9-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
},
"product_reference": "golang-tests-0:1.25.9-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27140",
"cwe": {
"id": "CWE-641",
"name": "Improper Restriction of Names for Files and Other Resources"
},
"discovery_date": "2026-04-08T02:01:26.299804+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456341"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go programming language (golang) and its command-line tool (cmd/go). A remote attacker could exploit this during the build process by crafting malicious SWIG (Simplified Wrapper and Interface Generator) file names that contain \"cgo\" and specific payloads. This could lead to code smuggling and arbitrary code execution, bypassing trust mechanisms and allowing the attacker to run unauthorized code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: golang: Go (golang) and cmd/go: Arbitrary Code Execution via malicious SWIG file names",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27140"
},
{
"category": "external",
"summary": "RHBZ#2456341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456341"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27140"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27140",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27140"
},
{
"category": "external",
"summary": "https://go.dev/cl/763768",
"url": "https://go.dev/cl/763768"
},
{
"category": "external",
"summary": "https://go.dev/issue/78335",
"url": "https://go.dev/issue/78335"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4871",
"url": "https://pkg.go.dev/vuln/GO-2026-4871"
}
],
"release_date": "2026-04-08T01:06:57.893000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T16:23:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16024"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: golang: Go (golang) and cmd/go: Arbitrary Code Execution via malicious SWIG file names"
},
{
"cve": "CVE-2026-27143",
"cwe": {
"id": "CWE-733",
"name": "Compiler Optimization Removal or Modification of Security-critical Code"
},
"discovery_date": "2026-04-08T02:01:29.491546+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: possible memory corruption after bound check elimination",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is only exploitable in applications that contain a loop structure that relies on an induction variable. An induction variable is a variable that gets modified, usually incremented or decremented, by a predictable amount on each iteration. Inside the loop, the induction variable must be directly used as the index to access or modify elements within an array or a slice. Additionally, an attacker must be able to cause an integer overflow or underflow in the induction variable to trigger this issue. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27143"
},
{
"category": "external",
"summary": "RHBZ#2456342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143"
},
{
"category": "external",
"summary": "https://go.dev/cl/763765",
"url": "https://go.dev/cl/763765"
},
{
"category": "external",
"summary": "https://go.dev/issue/78333",
"url": "https://go.dev/issue/78333"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4868",
"url": "https://pkg.go.dev/vuln/GO-2026-4868"
}
],
"release_date": "2026-04-08T01:06:57.168000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T16:23:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16024"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, strictly sanitize and enforce bounds checking on any untrusted user input that influences loop counters, iteration limits, or memory indices. If there is no integer overflow or underflow, the out-of-bounds access cannot occur.",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: possible memory corruption after bound check elimination"
},
{
"cve": "CVE-2026-27144",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2026-04-08T02:01:22.896153+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: no-op interface conversion bypasses overlap checking",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable in applications that contain a memory move or copy operation that is subject to a no-op (no-operation) interface conversion. Furthermore, the source and destination memory addresses involved in the move or copy must overlap and an attacker must be able to supply an input that triggers this specific operation. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27144"
},
{
"category": "external",
"summary": "RHBZ#2456340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144"
},
{
"category": "external",
"summary": "https://go.dev/cl/763764",
"url": "https://go.dev/cl/763764"
},
{
"category": "external",
"summary": "https://go.dev/issue/78371",
"url": "https://go.dev/issue/78371"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4867",
"url": "https://pkg.go.dev/vuln/GO-2026-4867"
}
],
"release_date": "2026-04-08T01:06:56.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T16:23:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16024"
},
{
"category": "workaround",
"details": "To mitigate this issue, review code that performs memory copies or struct assignments. If data is being passed through an interface (such as \u0027any\u0027 or \u0027interface{}\u0027) just before a move operation, refactor the code to use concrete types or explicit pointers instead.",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: no-op interface conversion bypasses overlap checking"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T16:23:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16024"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T16:23:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16024"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T16:23:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16024"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T16:23:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16024"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:go-toolset-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.src",
"AppStream-10.0.Z.E2S:golang-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-bin-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-docs-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-misc-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:golang-race-0:1.25.9-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:golang-src-0:1.25.9-1.el10_0.noarch",
"AppStream-10.0.Z.E2S:golang-tests-0:1.25.9-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:16101
Vulnerability from csaf_redhat - Published: 2026-05-11 22:53 - Updated: 2026-06-24 20:37A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch | — |
Vendor Fix
fix
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for host-metering is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Host metering service\n\nSecurity Fix(es):\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16101",
"url": "https://access.redhat.com/errata/RHSA-2026:16101"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16101.json"
}
],
"title": "Red Hat Security Advisory: host-metering security update",
"tracking": {
"current_release_date": "2026-06-24T20:37:47+00:00",
"generator": {
"date": "2026-06-24T20:37:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:16101",
"initial_release_date": "2026-05-11T22:53:25+00:00",
"revision_history": [
{
"date": "2026-05-11T22:53:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-11T22:53:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:37:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "host-metering-0:1.4.0-7.el7_9.src",
"product": {
"name": "host-metering-0:1.4.0-7.el7_9.src",
"product_id": "host-metering-0:1.4.0-7.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/host-metering@1.4.0-7.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "host-metering-0:1.4.0-7.el7_9.ppc64le",
"product": {
"name": "host-metering-0:1.4.0-7.el7_9.ppc64le",
"product_id": "host-metering-0:1.4.0-7.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/host-metering@1.4.0-7.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"product": {
"name": "host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"product_id": "host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/host-metering-debugsource@1.4.0-7.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"product": {
"name": "host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"product_id": "host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/host-metering-debuginfo@1.4.0-7.el7_9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "host-metering-0:1.4.0-7.el7_9.x86_64",
"product": {
"name": "host-metering-0:1.4.0-7.el7_9.x86_64",
"product_id": "host-metering-0:1.4.0-7.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/host-metering@1.4.0-7.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"product": {
"name": "host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"product_id": "host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/host-metering-debugsource@1.4.0-7.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"product": {
"name": "host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"product_id": "host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/host-metering-debuginfo@1.4.0-7.el7_9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "host-metering-selinux-0:1.4.0-7.el7_9.noarch",
"product": {
"name": "host-metering-selinux-0:1.4.0-7.el7_9.noarch",
"product_id": "host-metering-selinux-0:1.4.0-7.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/host-metering-selinux@1.4.0-7.el7_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le"
},
"product_reference": "host-metering-0:1.4.0-7.el7_9.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:host-metering-0:1.4.0-7.el7_9.src"
},
"product_reference": "host-metering-0:1.4.0-7.el7_9.src",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64"
},
"product_reference": "host-metering-0:1.4.0-7.el7_9.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le"
},
"product_reference": "host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64"
},
"product_reference": "host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le"
},
"product_reference": "host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64"
},
"product_reference": "host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "host-metering-selinux-0:1.4.0-7.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
},
"product_reference": "host-metering-selinux-0:1.4.0-7.el7_9.noarch",
"relates_to_product_reference": "7Server-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16101"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16101"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16101"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16101"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.src",
"7Server-ELS:host-metering-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le",
"7Server-ELS:host-metering-debugsource-0:1.4.0-7.el7_9.x86_64",
"7Server-ELS:host-metering-selinux-0:1.4.0-7.el7_9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:16874
Vulnerability from csaf_redhat - Published: 2026-05-13 07:11 - Updated: 2026-06-24 20:42A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Network Observability 1.11 for Red Hat OpenShift.",
"title": "Topic"
},
{
"category": "general",
"text": "Network flows collector and monitoring solution.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16874",
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62718",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40175",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html",
"url": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16874.json"
}
],
"title": "Red Hat Security Advisory: Network Observability 1.11.2 for OpenShift",
"tracking": {
"current_release_date": "2026-06-24T20:42:58+00:00",
"generator": {
"date": "2026-06-24T20:42:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:16874",
"initial_release_date": "2026-05-13T07:11:01+00:00",
"revision_history": [
{
"date": "2026-05-13T07:11:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T07:11:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:42:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Network Observability (NETOBSERV) 1.11.2",
"product": {
"name": "Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.11::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability (NETOBSERV)"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778515762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3Ad61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3Ae9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256%3A1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778517101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Aa59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510615"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3Ae0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778515762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510615"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778515762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3Af60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510615"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3Acc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778515762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3Acb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Aace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510615"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-62718",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-09T15:01:48.111177+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has limited impact due to combination of non-default conditions to exploit: the attacker must be able to control or influence URLs passed to axios in a server-side context, the application must have both `HTTP_PROXY` and `NO_PROXY` configured, and the proxy itself must be positioned to act on the misdirected traffic or have been compromised by the attacker to intercept the rerouted traffic.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "RHBZ#2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1",
"url": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2",
"url": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df",
"url": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10661",
"url": "https://github.com/axios/axios/pull/10661"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5"
}
],
"release_date": "2026-04-09T14:31:46.067000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
}
]
}
RHSA-2026:16875
Vulnerability from csaf_redhat - Published: 2026-05-13 08:08 - Updated: 2026-06-24 20:42The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git-lfs is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.\n\nSecurity Fix(es):\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16875",
"url": "https://access.redhat.com/errata/RHSA-2026:16875"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16875.json"
}
],
"title": "Red Hat Security Advisory: git-lfs security update",
"tracking": {
"current_release_date": "2026-06-24T20:42:56+00:00",
"generator": {
"date": "2026-06-24T20:42:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:16875",
"initial_release_date": "2026-05-13T08:08:18+00:00",
"revision_history": [
{
"date": "2026-05-13T08:08:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T08:08:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:42:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-10.el8_10.ppc64le",
"product": {
"name": "git-lfs-0:3.4.1-10.el8_10.ppc64le",
"product_id": "git-lfs-0:3.4.1-10.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-10.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"product_id": "git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-10.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"product_id": "git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-10.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-10.el8_10.x86_64",
"product": {
"name": "git-lfs-0:3.4.1-10.el8_10.x86_64",
"product_id": "git-lfs-0:3.4.1-10.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-10.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64",
"product_id": "git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-10.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"product_id": "git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-10.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-10.el8_10.src",
"product": {
"name": "git-lfs-0:3.4.1-10.el8_10.src",
"product_id": "git-lfs-0:3.4.1-10.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-10.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-10.el8_10.aarch64",
"product": {
"name": "git-lfs-0:3.4.1-10.el8_10.aarch64",
"product_id": "git-lfs-0:3.4.1-10.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-10.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"product_id": "git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-10.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"product_id": "git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-10.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-10.el8_10.s390x",
"product": {
"name": "git-lfs-0:3.4.1-10.el8_10.s390x",
"product_id": "git-lfs-0:3.4.1-10.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-10.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"product_id": "git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-10.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"product_id": "git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-10.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-10.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64"
},
"product_reference": "git-lfs-0:3.4.1-10.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-10.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le"
},
"product_reference": "git-lfs-0:3.4.1-10.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-10.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x"
},
"product_reference": "git-lfs-0:3.4.1-10.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-10.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src"
},
"product_reference": "git-lfs-0:3.4.1-10.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-10.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64"
},
"product_reference": "git-lfs-0:3.4.1-10.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T08:08:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16875"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T08:08:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16875"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T08:08:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16875"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T08:08:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16875"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-10.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-10.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:17075
Vulnerability from csaf_redhat - Published: 2026-05-13 15:12 - Updated: 2026-06-24 20:37A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for yggdrasil is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "yggdrasil is a system daemon that subscribes to topics on an MQTT broker and routes any data received on the topics to an appropriate child \"worker\" process, exchanging data with its worker processes through a D-Bus message broker.\n\nSecurity Fix(es):\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:17075",
"url": "https://access.redhat.com/errata/RHSA-2026:17075"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17075.json"
}
],
"title": "Red Hat Security Advisory: yggdrasil security update",
"tracking": {
"current_release_date": "2026-06-24T20:37:48+00:00",
"generator": {
"date": "2026-06-24T20:37:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:17075",
"initial_release_date": "2026-05-13T15:12:24+00:00",
"revision_history": [
{
"date": "2026-05-13T15:12:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T15:12:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:37:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-5.el10_1.src",
"product": {
"name": "yggdrasil-0:0.4.8-5.el10_1.src",
"product_id": "yggdrasil-0:0.4.8-5.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-5.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-5.el10_1.aarch64",
"product": {
"name": "yggdrasil-0:0.4.8-5.el10_1.aarch64",
"product_id": "yggdrasil-0:0.4.8-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-5.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"product_id": "yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-5.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"product_id": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-5.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-5.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"product": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"product_id": "yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-5.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-5.el10_1.s390x",
"product": {
"name": "yggdrasil-0:0.4.8-5.el10_1.s390x",
"product_id": "yggdrasil-0:0.4.8-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-5.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"product_id": "yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-5.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"product_id": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-5.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-5.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"product": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"product_id": "yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-5.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-5.el10_1.x86_64",
"product": {
"name": "yggdrasil-0:0.4.8-5.el10_1.x86_64",
"product_id": "yggdrasil-0:0.4.8-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-5.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"product_id": "yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-5.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"product_id": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-5.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-5.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"product": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"product_id": "yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-5.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"product": {
"name": "yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"product_id": "yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-5.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"product_id": "yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-5.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"product_id": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-5.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-5.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"product": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"product_id": "yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-5.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.src",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:12:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17075"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:12:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17075"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-5.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-5.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:17084
Vulnerability from csaf_redhat - Published: 2026-05-13 15:39 - Updated: 2026-06-24 20:42A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:17084",
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17084.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-06-24T20:42:59+00:00",
"generator": {
"date": "2026-06-24T20:42:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:17084",
"initial_release_date": "2026-05-13T15:39:24+00:00",
"revision_history": [
{
"date": "2026-05-13T15:39:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T15:39:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:42:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:18027
Vulnerability from csaf_redhat - Published: 2026-05-18 09:00 - Updated: 2026-06-24 20:37A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for grafana-pcp is now available for Red Hat Enterprise Linux 10.0\nExtended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Grafana plugin for Performance Co-Pilot includes datasources for scalable\ntime series from pmseries and Redis, live PCP metrics and bpftrace scripts from\npmdabpftrace, as well as several dashboards.\n\nSecurity Fix(es):\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root\n(CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key\nupdate messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in\ncertificate chain building (CVE-2026-32280)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18027",
"url": "https://access.redhat.com/errata/RHSA-2026:18027"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18027.json"
}
],
"title": "Red Hat Security Advisory: grafana-pcp security update",
"tracking": {
"current_release_date": "2026-06-24T20:37:57+00:00",
"generator": {
"date": "2026-06-24T20:37:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:18027",
"initial_release_date": "2026-05-18T09:00:12+00:00",
"revision_history": [
{
"date": "2026-05-18T09:00:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T09:00:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:37:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-pcp-0:5.2.2-6.el10_0.src",
"product": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.src",
"product_id": "grafana-pcp-0:5.2.2-6.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp@5.2.2-6.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"product": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"product_id": "grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp@5.2.2-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"product": {
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"product_id": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp-debugsource@5.2.2-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"product": {
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"product_id": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp-debuginfo@5.2.2-6.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"product": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"product_id": "grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp@5.2.2-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"product": {
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"product_id": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp-debugsource@5.2.2-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"product": {
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"product_id": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp-debuginfo@5.2.2-6.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-pcp-0:5.2.2-6.el10_0.s390x",
"product": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.s390x",
"product_id": "grafana-pcp-0:5.2.2-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp@5.2.2-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"product": {
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"product_id": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp-debugsource@5.2.2-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"product": {
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"product_id": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp-debuginfo@5.2.2-6.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"product": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"product_id": "grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp@5.2.2-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64",
"product": {
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64",
"product_id": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp-debugsource@5.2.2-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"product": {
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"product_id": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-pcp-debuginfo@5.2.2-6.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64"
},
"product_reference": "grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le"
},
"product_reference": "grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x"
},
"product_reference": "grafana-pcp-0:5.2.2-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src"
},
"product_reference": "grafana-pcp-0:5.2.2-6.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-0:5.2.2-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64"
},
"product_reference": "grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64"
},
"product_reference": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le"
},
"product_reference": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x"
},
"product_reference": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64"
},
"product_reference": "grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64"
},
"product_reference": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le"
},
"product_reference": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x"
},
"product_reference": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
},
"product_reference": "grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T09:00:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in\nthis advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18027"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T09:00:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in\nthis advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18027"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T09:00:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in\nthis advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18027"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T09:00:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in\nthis advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18027"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-pcp-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debuginfo-0:5.2.2-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-pcp-debugsource-0:5.2.2-6.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:18032
Vulnerability from csaf_redhat - Published: 2026-05-18 09:25 - Updated: 2026-06-24 20:37A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for grafana is now available for Red Hat Enterprise Linux 10.0\nExtended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Grafana is an open source, feature rich metrics dashboard and graph editor for\nGraphite, InfluxDB \u0026 OpenTSDB.\n\nSecurity Fix(es):\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root\n(CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key\nupdate messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in\ncertificate chain building (CVE-2026-32280)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18032",
"url": "https://access.redhat.com/errata/RHSA-2026:18032"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18032.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-06-24T20:37:56+00:00",
"generator": {
"date": "2026-06-24T20:37:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:18032",
"initial_release_date": "2026-05-18T09:25:02+00:00",
"revision_history": [
{
"date": "2026-05-18T09:25:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T09:25:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:37:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-24.el10_0.src",
"product": {
"name": "grafana-0:10.2.6-24.el10_0.src",
"product_id": "grafana-0:10.2.6-24.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-24.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-24.el10_0.aarch64",
"product": {
"name": "grafana-0:10.2.6-24.el10_0.aarch64",
"product_id": "grafana-0:10.2.6-24.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-24.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"product_id": "grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-24.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-24.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-24.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-24.el10_0.ppc64le",
"product": {
"name": "grafana-0:10.2.6-24.el10_0.ppc64le",
"product_id": "grafana-0:10.2.6-24.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-24.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-24.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-24.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-24.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-24.el10_0.s390x",
"product": {
"name": "grafana-0:10.2.6-24.el10_0.s390x",
"product_id": "grafana-0:10.2.6-24.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-24.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-24.el10_0.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-24.el10_0.s390x",
"product_id": "grafana-selinux-0:10.2.6-24.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-24.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"product_id": "grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-24.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-24.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-24.el10_0.x86_64",
"product": {
"name": "grafana-0:10.2.6-24.el10_0.x86_64",
"product_id": "grafana-0:10.2.6-24.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-24.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-24.el10_0.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-24.el10_0.x86_64",
"product_id": "grafana-selinux-0:10.2.6-24.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-24.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-24.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-24.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-24.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64"
},
"product_reference": "grafana-0:10.2.6-24.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-24.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le"
},
"product_reference": "grafana-0:10.2.6-24.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-24.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x"
},
"product_reference": "grafana-0:10.2.6-24.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-24.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src"
},
"product_reference": "grafana-0:10.2.6-24.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-24.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64"
},
"product_reference": "grafana-0:10.2.6-24.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-24.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-24.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-24.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-24.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-24.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-24.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-24.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-24.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-24.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-24.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-24.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T09:25:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in\nthis advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18032"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T09:25:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in\nthis advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18032"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T09:25:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in\nthis advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18032"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T09:25:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in\nthis advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18032"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.src",
"AppStream-10.0.Z.E2S:grafana-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debuginfo-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-debugsource-0:10.2.6-24.el10_0.x86_64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.aarch64",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.s390x",
"AppStream-10.0.Z.E2S:grafana-selinux-0:10.2.6-24.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:19132
Vulnerability from csaf_redhat - Published: 2026-05-19 16:21 - Updated: 2026-06-24 20:43A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A worker for yggdrasil that receives Ansible playbooks and executes them against the local host.\n\nSecurity Fix(es):\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/x509: Incorrect enforcement of email constraints in crypto/x509 (CVE-2026-27137)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:19132",
"url": "https://access.redhat.com/errata/RHSA-2026:19132"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19132.json"
}
],
"title": "Red Hat Security Advisory: rhc-worker-playbook security update",
"tracking": {
"current_release_date": "2026-06-24T20:43:06+00:00",
"generator": {
"date": "2026-06-24T20:43:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:19132",
"initial_release_date": "2026-05-19T16:21:01+00:00",
"revision_history": [
{
"date": "2026-05-19T16:21:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T16:21:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T20:43:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"product": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"product_id": "rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.2.7-3.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"product": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"product_id": "rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.2.7-3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"product": {
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"product_id": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debugsource@0.2.7-3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"product": {
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"product_id": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.2.7-3.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"product": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"product_id": "rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.2.7-3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"product": {
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"product_id": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debugsource@0.2.7-3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"product": {
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"product_id": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.2.7-3.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"product": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"product_id": "rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.2.7-3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"product": {
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"product_id": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debugsource@0.2.7-3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"product": {
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"product_id": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.2.7-3.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"product": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"product_id": "rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook@0.2.7-3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64",
"product": {
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64",
"product_id": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debugsource@0.2.7-3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"product": {
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"product_id": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.2.7-3.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64"
},
"product_reference": "rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le"
},
"product_reference": "rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x"
},
"product_reference": "rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src"
},
"product_reference": "rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64"
},
"product_reference": "rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64"
},
"product_reference": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le"
},
"product_reference": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x"
},
"product_reference": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64"
},
"product_reference": "rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64"
},
"product_reference": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le"
},
"product_reference": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x"
},
"product_reference": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
},
"product_reference": "rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T16:21:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19132"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T16:21:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19132"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T16:21:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19132"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T16:21:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19132"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T16:21:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19132"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.src",
"AppStream-10.2.Z:rhc-worker-playbook-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debuginfo-0:0.2.7-3.el10_2.x86_64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.aarch64",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.ppc64le",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.s390x",
"AppStream-10.2.Z:rhc-worker-playbook-debugsource-0:0.2.7-3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
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.