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-07-13",
"epss": "0.00292",
"percentile": "0.21006"
},
"microsoft_vex": {
"current_release_date": "2026-06-23T14:42:44.000Z",
"cve": "CVE-2026-32282",
"id": "msrc_CVE-2026-32282",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"product_status:known_affected": "7",
"product_status:known_not_affected": "6",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-32282.json",
"version": "5"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-32282\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-04-08T02:16:03.467\",\"lastModified\":\"2026-06-17T10:35:29.120\",\"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.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"internal/syscall/unix\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"internal/syscall/unix\",\"platforms\":[\"linux\"],\"programRoutines\":[{\"name\":\"Fchmodat\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.25.9\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.26.0-0\",\"lessThan\":\"1.26.2\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-04-13T17:47:42.666766Z\",\"id\":\"CVE-2026-32282\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4864\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-09T15:51:07+00:00",
"cve": "CVE-2026-32282",
"id": "CVE-2026-32282",
"initial_release_date": "2026-04-08T01:06:55.953000+00:00",
"product_status:fixed": "1164",
"product_status:known_affected": "192",
"product_status:known_not_affected": "1798",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-32282.json",
"version": "3"
},
"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:26636
Vulnerability from csaf_redhat - Published: 2026-06-17 15:22 - Updated: 2026-07-14 06:51A 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: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — |
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: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
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: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
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: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_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: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
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: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
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: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
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: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — | ||
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
A flaw was found in github.com/jackc/pgx. This memory-safety vulnerability could potentially lead to unexpected behavior or system instability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — |
Workaround
|
A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x | — |
Workaround
|
|
| Unresolved product id: Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 | — |
Workaround
|
{
"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": "Custom Metrics Autoscaler Operator for Red Hat OpenShift updates.\n\nThe following updates for the Custom Metric Autoscaler operator for Red Hat\nOpenShift are now available:\n\n* custom-metrics-autoscaler-adapter-container\n* custom-metrics-autoscaler-admission-webhooks-container\n* custom-metrics-autoscaler-container\n* custom-metrics-autoscaler-operator-bundle-container\n* custom-metrics-autoscaler-operator-container\n* custom-metrics-autoscaler-http-add-on-interceptor-container\n* custom-metrics-autoscaler-http-add-on-operator-container\n* custom-metrics-autoscaler-http-add-on-scaler-container",
"title": "Topic"
},
{
"category": "general",
"text": "The Custom Metrics Autoscaler Operator for Red Hat OpenShift is an optional operator, based on the Kubernetes Event Driven Autoscaler (KEDA), which allows workloads to be scaled using additional metrics sources other than pod metrics.\nThis release is based upon KEDA 2.19.0",
"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:26636",
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"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-32281",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"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-32283",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33815",
"url": "https://access.redhat.com/security/cve/CVE-2026-33815"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33816",
"url": "https://access.redhat.com/security/cve/CVE-2026-33816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_26636.json"
}
],
"title": "Red Hat Security Advisory: Custom Metrics Autoscaler Operator for Red Hat OpenShift 2.19.0-1 Update",
"tracking": {
"current_release_date": "2026-07-14T06:51:57+00:00",
"generator": {
"date": "2026-07-14T06:51:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:26636",
"initial_release_date": "2026-06-17T15:22:46+00:00",
"revision_history": [
{
"date": "2026-06-17T15:22:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-17T15:22:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-14T06:51:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Custom Metric Autoscaler 2.19",
"product": {
"name": "Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.19::el9"
}
}
}
],
"category": "product_family",
"name": "Custom Metric Autoscaler"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel9-operator@sha256%3A364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator\u0026tag=1779953535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-operator-bundle@sha256%3A6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle\u0026tag=1780104005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256%3A46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9\u0026tag=1780088012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256%3A8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9\u0026tag=1780088020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256%3A68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9\u0026tag=1780088006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-adapter-rhel9@sha256%3A203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9\u0026tag=1780101236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel9@sha256%3Acfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9\u0026tag=1780101239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256%3A2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9\u0026tag=1780101226"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel9-operator@sha256%3A09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952?arch=arm64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator\u0026tag=1779953535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256%3A76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b?arch=arm64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9\u0026tag=1780088012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256%3Ab8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2?arch=arm64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9\u0026tag=1780088020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256%3A4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4?arch=arm64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9\u0026tag=1780088006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-adapter-rhel9@sha256%3A5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1?arch=arm64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9\u0026tag=1780101236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel9@sha256%3A54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859?arch=arm64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9\u0026tag=1780101239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256%3A0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376?arch=arm64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9\u0026tag=1780101226"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel9-operator@sha256%3A475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4?arch=ppc64le\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator\u0026tag=1779953535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256%3A1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a?arch=ppc64le\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9\u0026tag=1780088012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256%3A9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef?arch=ppc64le\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9\u0026tag=1780088020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256%3A4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567?arch=ppc64le\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9\u0026tag=1780088006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-adapter-rhel9@sha256%3Aafea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f?arch=ppc64le\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9\u0026tag=1780101236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel9@sha256%3A0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e?arch=ppc64le\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9\u0026tag=1780101239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256%3Afef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9?arch=ppc64le\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9\u0026tag=1780101226"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel9-operator@sha256%3A53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379?arch=s390x\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator\u0026tag=1779953535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256%3Aa52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6?arch=s390x\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9\u0026tag=1780088012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256%3A1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d?arch=s390x\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9\u0026tag=1780088020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256%3A71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298?arch=s390x\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9\u0026tag=1780088006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-adapter-rhel9@sha256%3Afa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4?arch=s390x\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9\u0026tag=1780101236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel9@sha256%3Ab875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff?arch=s390x\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9\u0026tag=1780101239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"product": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"product_id": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256%3Acff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7?arch=s390x\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9\u0026tag=1780101226"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64 as a component of Custom Metric Autoscaler 2.19",
"product_id": "Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
},
"product_reference": "registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64",
"relates_to_product_reference": "Custom Metric Autoscaler 2.19"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
},
"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-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. 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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"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-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x"
]
},
"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-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x"
]
},
"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-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_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-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_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": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_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-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
},
"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-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
},
"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-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x"
]
}
],
"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": "other",
"text": "Important: A flaw in the Go `crypto/tls` package allows a remote attacker to cause a denial of service in applications using TLS 1.3. By sending multiple key update messages in a single record post-handshake, an attacker can trigger a connection deadlock, leading to uncontrolled resource consumption. This impacts Red Hat products utilizing the affected Go standard library for TLS 1.3 connections.",
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x"
]
},
"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-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
},
{
"cve": "CVE-2026-33815",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T16:01:25.130006+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455975"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/jackc/pgx. This memory-safety vulnerability could potentially lead to unexpected behavior or system instability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33815"
},
{
"category": "external",
"summary": "RHBZ#2455975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455975"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33815",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4771",
"url": "https://pkg.go.dev/vuln/GO-2026-4771"
}
],
"release_date": "2026-04-07T15:19:24.344000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
},
{
"cve": "CVE-2026-33816",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T16:01:14.142946+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455972"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33816"
},
{
"category": "external",
"summary": "RHBZ#2455972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33816",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4772",
"url": "https://pkg.go.dev/vuln/GO-2026-4772"
}
],
"release_date": "2026-04-07T15:19:24.529000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"known_not_affected": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T15:22:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26636"
},
{
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"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": [
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:203e064cac29d057717448aea2282faeedf01001c53b613513a2a7c2bc1dc821_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:5f4d6fed84be863e1962eda68910d84a8501fffd8a04fe4506666a0e82fd5ed1_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:afea6445ec7abb46fe47cd62ac037803889fc45d1fff068d444f2f0ea977795f_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9@sha256:fa63696a69c94780f412bca7704716653cc801d1acfd50d5874b9a596ca498b4_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:0ebb907c42d8616b16f7ab34dde6f903396c9542447f86e9ac1134bd2809f376_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:2fb11102cf802c65fc7f02e65ffe39235174261acd40ef643aa283bc9f413da8_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:cff2cc97baf0fdc548aa8c8e71e379d3414bf59ab07a3850a73495a07e2676d7_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9@sha256:fef28d3c1c71923a4ca4845360e30d6ce10049e0cbf17aee7c6936e8577586a9_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:1e36af903bff954a9cd4c7df4b39e4e608cbbceec209de779ac3a330c7297d9a_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:46c5f3ea8bf9b9e46d57510ef38759f9e4ef7346299a0757d0253d38bb94670f_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:76b6f3115f75683c4e667ff7e97e6ff763a20f8d208126e1c578929ee691423b_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-interceptor-rhel9@sha256:a52f8f6b446d0a2037fd576a05438a2dcc0b6a9236f8d3492a2107aab4474bf6_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:1e3451cf5047a4c46a88022aeb58ce5cd939c2653b7ece3a4f588d6fac98b97d_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:8a3ff37bf8531c90e730f5a95a66006ec3a6e500e2d8e9594d1bf5b7eb47ee81_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:9a04175e4f015a63636055ef25c1979cebbd3fab0da1a605c9440f5949f470ef_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-operator-rhel9@sha256:b8db747e81a9c6f910b1a7eeaf1fbfd0409caf614bc6ddf60085c0f2a785e0b2_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4766579573cc93a09e419e3db97cc6bcdef2fe5e636a2f61827b65c72be43567_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:4bd8487f5cb845237b4d82a8e47be093f5784a79ebdec2a941846fdd996c29b4_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:68cc28bec85f0bcfeda1f97fb05fe5c4b3b0cf2b894136b326077b900ee2baf2_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-http-add-on-scaler-rhel9@sha256:71db2331e64153d5c74139dd903851b4c938fd47fa2d109192a20e29464d5298_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:6b3c99042b4e92421149a1abff73e72f7e27d8b54f9cb437bad1adcb522b0a02_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:09d84c608ca161199eebf7b33f00d9cba7f843e8f07f7496d991c525f5667952_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:364c3fa02a182247e175740bd7699b946f32329c8ea8ae5ea21ae0ccc516cabb_amd64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:475c79f752cd0edd372c4835ebf9507b0dfb1693ffbe4b114a661908a53c02e4_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator@sha256:53727f920105c3184ba25a77ad861a29413bc16368f5a432f6e2feaa4c30f379_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:0babd8144a4ec880feb3a51043804bffadb261e46f318728c7878bcb8169628e_ppc64le",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:54b6bdae6abb33e94d6ec8e236cc25e5e775d61557c9ce349b0376e5380d2859_arm64",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:b875d8b089d99631e2e956f5fff58a3028545c6c7501591ce39fca45f33e62ff_s390x",
"Custom Metric Autoscaler 2.19:registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9@sha256:cfecbaa68944d1ed40c0dab27b1a034ba429badf9572cc367a34f2c1b7ebb1b4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
}
]
}
RHSA-2026:27076
Vulnerability from csaf_redhat - Published: 2026-06-18 17:24 - Updated: 2026-07-14 05:25A 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: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src | — |
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: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src | — |
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: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src | — |
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: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src | — |
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: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src | — |
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: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src | — |
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Workaround
|
{
"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 is now available for Red Hat Satellite 6.16 for RHEL 8 and RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* python-pillow: Pillow: Denial of Service via decompression bomb in FITS image processing (CVE-2026-40192)\n\n* yggdrasil-worker-forwarder: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* dynflow-utils: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* satellite:el8/yggdrasil-worker-forwarder: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (CVE-2026-33186)\n\n* yggdrasil-worker-forwarder: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (CVE-2026-33186)\n\n* yggdrasil-worker-forwarder: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* satellite:el8/yggdrasil-worker-forwarder: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* satellite:el8/yggdrasil-worker-forwarder: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* satellite:el8/yggdrasil-worker-forwarder: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* yggdrasil-worker-forwarder: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* yggdrasil-worker-forwarder: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\n* satellite:el8/yggdrasil-worker-forwarder: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\n* satellite:el8/yggdrasil-worker-forwarder: Go crypto/x509: Denial of Service via inefficient certificate chain validation (CVE-2026-32281)\n\n* yggdrasil-worker-forwarder: Go crypto/x509: Denial of Service via inefficient certificate chain validation (CVE-2026-32281)\n\nBug Fix(es):\n\n* orphan cleanup triggers CapsuleContent::UpdateContentCounts regardless of automatic_content_count_updates setting (SAT-45906)\n\n* The custom repository fails to sync with the Capsule server, resulting in an error (SAT-44720)",
"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:27076",
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
},
{
"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": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"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": "2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "SAT-44720",
"url": "https://issues.redhat.com/browse/SAT-44720"
},
{
"category": "external",
"summary": "SAT-45906",
"url": "https://issues.redhat.com/browse/SAT-45906"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_27076.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.16.9 Async Update",
"tracking": {
"current_release_date": "2026-07-14T05:25:08+00:00",
"generator": {
"date": "2026-07-14T05:25:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:27076",
"initial_release_date": "2026-06-18T17:24:02+00:00",
"revision_history": [
{
"date": "2026-06-18T17:24:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-18T17:24:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-14T05:25:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.1.el8sat.src",
"product": {
"name": "dynflow-utils-0:1.6.3-1.1.el8sat.src",
"product_id": "dynflow-utils-0:1.6.3-1.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:12.2.0-1.el8pc.src",
"product": {
"name": "python-pillow-0:12.2.0-1.el8pc.src",
"product_id": "python-pillow-0:12.2.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@12.2.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-ansible-1:0.21.10-4.el8pc.src",
"product": {
"name": "python-pulp-ansible-1:0.21.10-4.el8pc.src",
"product_id": "python-pulp-ansible-1:0.21.10-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-ansible@0.21.10-4.el8pc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.26.8-1.el8pc.src",
"product": {
"name": "python-pulp-rpm-0:3.26.8-1.el8pc.src",
"product_id": "python-pulp-rpm-0:3.26.8-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.8-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"product_id": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.14-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.20-1.el8sat.src",
"product": {
"name": "rubygem-katello-0:4.14.0.20-1.el8sat.src",
"product_id": "rubygem-katello-0:4.14.0.20-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.20-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.9-1.el8sat.src",
"product": {
"name": "satellite-0:6.16.9-1.el8sat.src",
"product_id": "satellite-0:6.16.9-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.9-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-lifecycle-0:6.16.0-3.el8sat.src",
"product": {
"name": "satellite-lifecycle-0:6.16.0-3.el8sat.src",
"product_id": "satellite-lifecycle-0:6.16.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-lifecycle@6.16.0-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-5.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"product": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"product_id": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:12.2.0-1.el9pc.src",
"product": {
"name": "python-pillow-0:12.2.0-1.el9pc.src",
"product_id": "python-pillow-0:12.2.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@12.2.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-ansible-1:0.21.10-4.el9pc.src",
"product": {
"name": "python-pulp-ansible-1:0.21.10-4.el9pc.src",
"product_id": "python-pulp-ansible-1:0.21.10-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-ansible@0.21.10-4.el9pc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.26.8-1.el9pc.src",
"product": {
"name": "python-pulp-rpm-0:3.26.8-1.el9pc.src",
"product_id": "python-pulp-rpm-0:3.26.8-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.8-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"product_id": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.14-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.20-1.el9sat.src",
"product": {
"name": "rubygem-katello-0:4.14.0.20-1.el9sat.src",
"product_id": "rubygem-katello-0:4.14.0.20-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.20-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.9-1.el9sat.src",
"product": {
"name": "satellite-0:6.16.9-1.el9sat.src",
"product_id": "satellite-0:6.16.9-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.9-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-lifecycle-0:6.16.0-3.el9sat.src",
"product": {
"name": "satellite-lifecycle-0:6.16.0-3.el9sat.src",
"product_id": "satellite-lifecycle-0:6.16.0-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-lifecycle@6.16.0-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-5.el9sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"product": {
"name": "dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"product_id": "dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"product_id": "python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow@12.2.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"product": {
"name": "python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"product_id": "python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@12.2.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"product_id": "python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow-debuginfo@12.2.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-5.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"product": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"product_id": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"product_id": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product_id": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product_id": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow-debuginfo@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-5.el9sat?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"product": {
"name": "python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"product_id": "python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-ansible@0.21.10-4.el8pc?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"product": {
"name": "python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"product_id": "python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.8-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.14-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"product": {
"name": "rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"product_id": "rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.20-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.16.9-1.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.16.9-1.el8sat.noarch",
"product_id": "satellite-capsule-0:6.16.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.16.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.16.9-1.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.16.9-1.el8sat.noarch",
"product_id": "satellite-common-0:6.16.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.16.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.9-1.el8sat.noarch",
"product": {
"name": "satellite-0:6.16.9-1.el8sat.noarch",
"product_id": "satellite-0:6.16.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.16.9-1.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.16.9-1.el8sat.noarch",
"product_id": "satellite-cli-0:6.16.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.16.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"product": {
"name": "satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"product_id": "satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-lifecycle@6.16.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"product": {
"name": "python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"product_id": "python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-ansible@0.21.10-4.el9pc?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"product": {
"name": "python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"product_id": "python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.8-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.14-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"product": {
"name": "rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"product_id": "rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.20-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.16.9-1.el9sat.noarch",
"product": {
"name": "satellite-capsule-0:6.16.9-1.el9sat.noarch",
"product_id": "satellite-capsule-0:6.16.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.16.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.16.9-1.el9sat.noarch",
"product": {
"name": "satellite-common-0:6.16.9-1.el9sat.noarch",
"product_id": "satellite-common-0:6.16.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.16.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.9-1.el9sat.noarch",
"product": {
"name": "satellite-0:6.16.9-1.el9sat.noarch",
"product_id": "satellite-0:6.16.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.16.9-1.el9sat.noarch",
"product": {
"name": "satellite-cli-0:6.16.9-1.el9sat.noarch",
"product_id": "satellite-cli-0:6.16.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.16.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"product": {
"name": "satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"product_id": "satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-lifecycle@6.16.0-3.el9sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.2.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src"
},
"product_reference": "python-pillow-0:12.2.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.21.10-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src"
},
"product_reference": "python-pulp-ansible-1:0.21.10-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.8-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.8-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.2.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.9-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.9-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.2.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src"
},
"product_reference": "python-pillow-0:12.2.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.21.10-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src"
},
"product_reference": "python-pulp-ansible-1:0.21.10-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.8-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.8-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.2.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.20-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch"
},
"product_reference": "rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.20-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src"
},
"product_reference": "rubygem-katello-0:4.14.0.20-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.16.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.9-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-lifecycle-0:6.16.0-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch"
},
"product_reference": "satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-lifecycle-0:6.16.0-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src"
},
"product_reference": "satellite-lifecycle-0:6.16.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.2.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src"
},
"product_reference": "python-pillow-0:12.2.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.21.10-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src"
},
"product_reference": "python-pulp-ansible-1:0.21.10-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.8-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.8-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.9-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.9-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.9-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.9-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.9-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.2.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src"
},
"product_reference": "python-pillow-0:12.2.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.21.10-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src"
},
"product_reference": "python-pulp-ansible-1:0.21.10-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.8-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.8-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch"
},
"product_reference": "rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.20-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src"
},
"product_reference": "rubygem-katello-0:4.14.0.20-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.9-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.16.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.9-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.9-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.9-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-lifecycle-0:6.16.0-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch"
},
"product_reference": "satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-lifecycle-0:6.16.0-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
},
"product_reference": "satellite-lifecycle-0:6.16.0-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
}
]
},
"vulnerabilities": [
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
},
"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-06-18T17:24:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
}
],
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
},
"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-06-18T17:24:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
},
{
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
}
],
"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": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"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": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
},
"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-06-18T17:24:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
}
],
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
},
"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-06-18T17:24:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
},
{
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
},
"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-06-18T17:24:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
},
{
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
}
],
"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": "other",
"text": "Important: A flaw in the Go `crypto/tls` package allows a remote attacker to cause a denial of service in applications using TLS 1.3. By sending multiple key update messages in a single record post-handshake, an attacker can trigger a connection deadlock, leading to uncontrolled resource consumption. This impacts Red Hat products utilizing the affected Go standard library for TLS 1.3 connections.",
"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": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
},
"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-06-18T17:24:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
}
],
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"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": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-18T17:24:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"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": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-18T17:24:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27076"
},
{
"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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.2.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el8pc.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.9-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.9-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el8sat.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.10-4.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.8-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.10-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.8-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.14-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.20-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.9-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.9-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
}
]
}
RHSA-2026:27732
Vulnerability from csaf_redhat - Published: 2026-06-22 03:17 - Updated: 2026-07-09 15:51A 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:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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-worker-package-manager 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 Moderate. 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-worker-package-manager is a simple package manager yggd worker. It knows how to install and remove packages, add, remove, enable and disable repositories, and does rudimentary detection of the host it is running on to guess the package manager to use. It only installs packages that match one of the provided allow-pattern regular expressions.\n\nSecurity Fix(es):\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\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:27732",
"url": "https://access.redhat.com/errata/RHSA-2026:27732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_27732.json"
}
],
"title": "Red Hat Security Advisory: yggdrasil-worker-package-manager security update",
"tracking": {
"current_release_date": "2026-07-09T15:51:33+00:00",
"generator": {
"date": "2026-07-09T15:51:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:27732",
"initial_release_date": "2026-06-22T03:17:56+00:00",
"revision_history": [
{
"date": "2026-06-22T03:17:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T03:17:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T15:51:33+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": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src",
"product": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src",
"product_id": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager@0.2.3-6.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64",
"product": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64",
"product_id": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager@0.2.3-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64",
"product": {
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64",
"product_id": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager-debugsource@0.2.3-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64",
"product": {
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64",
"product_id": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager-debuginfo@0.2.3-6.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le",
"product": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le",
"product_id": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager@0.2.3-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le",
"product": {
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le",
"product_id": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager-debugsource@0.2.3-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le",
"product": {
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le",
"product_id": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager-debuginfo@0.2.3-6.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x",
"product": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x",
"product_id": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager@0.2.3-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x",
"product": {
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x",
"product_id": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager-debugsource@0.2.3-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x",
"product": {
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x",
"product_id": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager-debuginfo@0.2.3-6.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64",
"product": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64",
"product_id": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager@0.2.3-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.x86_64",
"product": {
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.x86_64",
"product_id": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager-debugsource@0.2.3-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64",
"product": {
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64",
"product_id": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-package-manager-debuginfo@0.2.3-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": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64"
},
"product_reference": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le"
},
"product_reference": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x"
},
"product_reference": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src"
},
"product_reference": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-0:0.2.3-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:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64"
},
"product_reference": "yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64"
},
"product_reference": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le"
},
"product_reference": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x"
},
"product_reference": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-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:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64"
},
"product_reference": "yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64"
},
"product_reference": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le"
},
"product_reference": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x"
},
"product_reference": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-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:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.x86_64"
},
"product_reference": "yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"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.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-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-06-22T03:17:56+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:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27732"
},
{
"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:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-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:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.src",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-0:0.2.3-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debuginfo-0:0.2.3-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:yggdrasil-worker-package-manager-debugsource-0:0.2.3-6.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
}
]
}
RHSA-2026:28038
Vulnerability from csaf_redhat - Published: 2026-06-22 20:40 - Updated: 2026-07-13 23:21A 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-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.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-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.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-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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 gvisor-tap-vsock 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": "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: Incorrect enforcement of email constraints in crypto/x509 (CVE-2026-27137)\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:28038",
"url": "https://access.redhat.com/errata/RHSA-2026:28038"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"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_28038.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-07-13T23:21:55+00:00",
"generator": {
"date": "2026-07-13T23:21:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:28038",
"initial_release_date": "2026-06-22T20:40:03+00:00",
"revision_history": [
{
"date": "2026-06-22T20:40:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T20:40:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-13T23:21:55+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": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.2?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.2?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el9_6.2?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el9_6.2?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el9_6.2?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el9_6.2?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.2?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el9_6.2?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el9_6.2?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el9_6.2?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el9_6.2?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.2?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el9_6.2?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el9_6.2?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el9_6.2?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el9_6.2?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.2?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el9_6.2?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el9_6.2?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el9_6.2?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el9_6.2?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.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"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-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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-06-22T20:40:03+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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28038"
},
{
"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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"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": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.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-06-22T20:40:03+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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28038"
}
],
"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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.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-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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-06-22T20:40:03+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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28038"
},
{
"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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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": "other",
"text": "Important: A flaw in the Go `crypto/tls` package allows a remote attacker to cause a denial of service in applications using TLS 1.3. By sending multiple key update messages in a single record post-handshake, an attacker can trigger a connection deadlock, leading to uncontrolled resource consumption. This impacts Red Hat products utilizing the affected Go standard library for TLS 1.3 connections.",
"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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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-06-22T20:40:03+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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28038"
}
],
"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:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.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"
}
]
}
RHSA-2026:28046
Vulnerability from csaf_redhat - Published: 2026-06-22 20:59 - Updated: 2026-07-09 15:51A 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: 9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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-uber-multierr is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby).\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Security Fix(es):\n\n* internal/syscall/unix: Root.Chmod can follow symlinks out of the root\n(CVE-2026-32282)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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:28046",
"url": "https://access.redhat.com/errata/RHSA-2026:28046"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_28046.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (golang-uber-multierr) security update",
"tracking": {
"current_release_date": "2026-07-09T15:51:34+00:00",
"generator": {
"date": "2026-07-09T15:51:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:28046",
"initial_release_date": "2026-06-22T20:59:39+00:00",
"revision_history": [
{
"date": "2026-06-22T20:59:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T20:59:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T15:51:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-uber-multierr-0:1.5.0-2.el9ost.src",
"product": {
"name": "golang-uber-multierr-0:1.5.0-2.el9ost.src",
"product_id": "golang-uber-multierr-0:1.5.0-2.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-uber-multierr@1.5.0-2.el9ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "collectd-libpod-stats-0:1.0.6-7.el9ost.src",
"product": {
"name": "collectd-libpod-stats-0:1.0.6-7.el9ost.src",
"product_id": "collectd-libpod-stats-0:1.0.6-7.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-libpod-stats@1.0.6-7.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-uber-multierr-0:1.5.0-2.el9ost.x86_64",
"product": {
"name": "golang-uber-multierr-0:1.5.0-2.el9ost.x86_64",
"product_id": "golang-uber-multierr-0:1.5.0-2.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-uber-multierr@1.5.0-2.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64",
"product": {
"name": "collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64",
"product_id": "collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-libpod-stats@1.0.6-7.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-libpod-stats-0:1.0.6-7.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.src"
},
"product_reference": "collectd-libpod-stats-0:1.0.6-7.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64"
},
"product_reference": "collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-uber-multierr-0:1.5.0-2.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.src"
},
"product_reference": "golang-uber-multierr-0:1.5.0-2.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-uber-multierr-0:1.5.0-2.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.x86_64"
},
"product_reference": "golang-uber-multierr-0:1.5.0-2.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
}
]
},
"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": [
"9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.src",
"9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64",
"9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.src",
"9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.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-06-22T20:59:39+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.src",
"9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64",
"9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.src",
"9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28046"
},
{
"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": [
"9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.src",
"9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64",
"9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.src",
"9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.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": [
"9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.src",
"9Base-RHOS-17.1:collectd-libpod-stats-0:1.0.6-7.el9ost.x86_64",
"9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.src",
"9Base-RHOS-17.1:golang-uber-multierr-0:1.5.0-2.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
}
]
}
RHSA-2026:28047
Vulnerability from csaf_redhat - Published: 2026-06-22 21:01 - Updated: 2026-07-14 05:25A 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: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in etcd, a distributed key-value store. Unauthorized users can bypass authentication or authorization checks when the gRPC API is exposed to untrusted clients. This allows them to access sensitive cluster topology information, disrupt operations through alarms, interfere with lease management, and trigger data compaction, leading to permanent data loss and disruption of critical workflows. This vulnerability can result in information disclosure and denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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 etcd is now available for Red Hat OpenStack Platform 17.1\n(Wallaby).\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "etcd is a highly-available key value store for shared configuration.\n\nSecurity Fix(es):\n\n* net/url: Memory exhaustion in query parameter parsing in net/url\n(CVE-2025-61726)\n\n* golang: Denial of Service due to excessive resource consumption via\ncrafted certificate (CVE-2025-61729)\n\n* Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* Incorrect enforcement of email constraints in crypto/x509\n(CVE-2026-27137)\n\n* crypto/tls: golang: Go: Denial of Service vulnerability in certificate\nchain building (CVE-2026-32280)\n\n* golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update\nmessages (CVE-2026-32283)\n\n* google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to\nimproper HTTP/2 path validation (CVE-2026-33186)\n\n* golang: Go crypto/x509: Certificate validation bypass due to incorrect\nDNS constraint application (CVE-2026-33810)\n\n* crypto/tls: Incorrect certificate validation during TLS session\nresumption (CVE-2025-68121)\n\n* internal/syscall/unix: Root.Chmod can follow symlinks out of the root\n(CVE-2026-32282)\n\n* etcd: Authorization bypass allows information disclosure and denial of\nservice (CVE-2026-33413)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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:28047",
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
},
{
"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": "2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "2451728",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451728"
},
{
"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_28047.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (etcd) security update",
"tracking": {
"current_release_date": "2026-07-14T05:25:46+00:00",
"generator": {
"date": "2026-07-14T05:25:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:28047",
"initial_release_date": "2026-06-22T21:01:08+00:00",
"revision_history": [
{
"date": "2026-06-22T21:01:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T21:01:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-14T05:25:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.4.26-9.5.el9ost.src",
"product": {
"name": "etcd-0:3.4.26-9.5.el9ost.src",
"product_id": "etcd-0:3.4.26-9.5.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.4.26-9.5.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.4.26-9.5.el9ost.x86_64",
"product": {
"name": "etcd-0:3.4.26-9.5.el9ost.x86_64",
"product_id": "etcd-0:3.4.26-9.5.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.4.26-9.5.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64",
"product_id": "etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.4.26-9.5.el9ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"product_id": "etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.4.26-9.5.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.4.26-9.5.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src"
},
"product_reference": "etcd-0:3.4.26-9.5.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.4.26-9.5.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64"
},
"product_reference": "etcd-0:3.4.26-9.5.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
}
]
},
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
},
{
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
}
],
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
}
],
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
},
{
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
},
{
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"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": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
}
],
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
},
{
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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": "other",
"text": "Important: A flaw in the Go `crypto/tls` package allows a remote attacker to cause a denial of service in applications using TLS 1.3. By sending multiple key update messages in a single record post-handshake, an attacker can trigger a connection deadlock, leading to uncontrolled resource consumption. This impacts Red Hat products utilizing the affected Go standard library for TLS 1.3 connections.",
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
}
],
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.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"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-33413",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2026-03-26T14:03:01.896580+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451728"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in etcd, a distributed key-value store. Unauthorized users can bypass authentication or authorization checks when the gRPC API is exposed to untrusted clients. This allows them to access sensitive cluster topology information, disrupt operations through alarms, interfere with lease management, and trigger data compaction, leading to permanent data loss and disruption of critical workflows. This vulnerability can result in information disclosure and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: etcd: Authorization bypass allows information disclosure and denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in etcd allows unauthorized users to bypass authentication or authorization checks when the gRPC API is exposed to untrusted clients and etcd\u0027s built-in authentication is enabled. This can lead to information disclosure and denial of service. Typical Red Hat OpenShift Container Platform and Kubernetes deployments are not affected, as the Kubernetes API server handles authentication and authorization independently of etcd\u0027s internal mechanisms.",
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33413"
},
{
"category": "external",
"summary": "RHBZ#2451728",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451728"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33413"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33413",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33413"
},
{
"category": "external",
"summary": "https://github.com/etcd-io/etcd/security/advisories/GHSA-q8m4-xhhv-38mg",
"url": "https://github.com/etcd-io/etcd/security/advisories/GHSA-q8m4-xhhv-38mg"
}
],
"release_date": "2026-03-26T13:36:10.919000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
},
{
"category": "workaround",
"details": "Restrict network access to etcd server ports to ensure only trusted components can establish connections. Implement strong client identity at the transport layer, such as mTLS, with tightly scoped client certificate distribution. This will limit unauthorized access to etcd functions.",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "etcd: etcd: Authorization bypass allows information disclosure and denial of service"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Go `crypto/x509` package that could allow an attacker to bypass certificate validation. The vulnerability arises from an incorrect application of excluded DNS constraints to wildcard DNS Subject Alternative Names (SANs) when their case differs from the constraint. This could lead to Red Hat products accepting malicious certificates from otherwise trusted chains, compromising the trust model.",
"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": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"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-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T21:01:08+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28047"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.src",
"9Base-RHOS-17.1:etcd-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debuginfo-0:3.4.26-9.5.el9ost.x86_64",
"9Base-RHOS-17.1:etcd-debugsource-0:3.4.26-9.5.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
}
]
}
RHSA-2026:28385
Vulnerability from csaf_redhat - Published: 2026-06-23 18:47 - Updated: 2026-07-09 15:51A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
A flaw was found in c3p0, a Java Database Connectivity (JDBC) Connection pooling library. This vulnerability allows an attacker to achieve arbitrary code execution by providing maliciously crafted Java-serialized objects or `javax.naming.Reference` instances. By manipulating the `userOverridesAsString` property, an attacker can cause the application to download and execute malicious code from a remote location on its CLASSPATH.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch | — |
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: 9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch | — |
Workaround
|
{
"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": "A new release is now available for Red Hat Satellite 6.18 for RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* python3.12-pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image (CVE-2026-25990)\n* candlepin: com.mchange/c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects (CVE-2026-27830)\n* dynflow-utils: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)",
"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:28385",
"url": "https://access.redhat.com/errata/RHSA-2026:28385"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index"
},
{
"category": "external",
"summary": "2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "2442908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442908"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "SAT-45570",
"url": "https://issues.redhat.com/browse/SAT-45570"
},
{
"category": "external",
"summary": "SAT-45571",
"url": "https://issues.redhat.com/browse/SAT-45571"
},
{
"category": "external",
"summary": "SAT-45836",
"url": "https://issues.redhat.com/browse/SAT-45836"
},
{
"category": "external",
"summary": "SAT-45883",
"url": "https://issues.redhat.com/browse/SAT-45883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_28385.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.18.6 Async Update",
"tracking": {
"current_release_date": "2026-07-09T15:51:34+00:00",
"generator": {
"date": "2026-07-09T15:51:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:28385",
"initial_release_date": "2026-06-23T18:47:49+00:00",
"revision_history": [
{
"date": "2026-06-23T18:47:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-23T18:47:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T15:51:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.18 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.18::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.18 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.18::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.18 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.18::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.18 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "candlepin-0:4.6.6-1.el9sat.src",
"product": {
"name": "candlepin-0:4.6.6-1.el9sat.src",
"product_id": "candlepin-0:4.6.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.6.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "dynflow-utils-0:2.0.1-1.el9sat.src",
"product": {
"name": "dynflow-utils-0:2.0.1-1.el9sat.src",
"product_id": "dynflow-utils-0:2.0.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@2.0.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"product": {
"name": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"product_id": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-obsolete-packages@1.3.1-2.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"product": {
"name": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"product_id": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-importer@0.4.33-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-nh3-0:0.3.0-1.el9pc.src",
"product": {
"name": "python3.12-nh3-0:0.3.0-1.el9pc.src",
"product_id": "python3.12-nh3-0:0.3.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-nh3@0.3.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-packaging-0:24.2-3.el9pc.src",
"product": {
"name": "python3.12-packaging-0:24.2-3.el9pc.src",
"product_id": "python3.12-packaging-0:24.2-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-packaging@24.2-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9pc.src",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9pc.src",
"product_id": "python3.12-pillow-0:12.1.1-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"product": {
"name": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"product_id": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-ansible@0.24.11-1.el9pc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"product_id": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.13.9-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.18.0.13-1.el9sat.src",
"product": {
"name": "rubygem-katello-0:4.18.0.13-1.el9sat.src",
"product_id": "rubygem-katello-0:4.18.0.13-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.18.0.13-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.18.6-1.el9sat.src",
"product": {
"name": "satellite-0:6.18.6-1.el9sat.src",
"product_id": "satellite-0:6.18.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.18.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"product": {
"name": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"product_id": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@15.3.6-1.el9sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "candlepin-0:4.6.6-1.el9sat.noarch",
"product": {
"name": "candlepin-0:4.6.6-1.el9sat.noarch",
"product_id": "candlepin-0:4.6.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.6.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"product": {
"name": "candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"product_id": "candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin-selinux@4.6.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"product": {
"name": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"product_id": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-obsolete-packages@1.3.1-2.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"product": {
"name": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"product_id": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-importer@0.4.33-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-packaging-0:24.2-3.el9pc.noarch",
"product": {
"name": "python3.12-packaging-0:24.2-3.el9pc.noarch",
"product_id": "python3.12-packaging-0:24.2-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-packaging@24.2-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"product": {
"name": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"product_id": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-ansible@0.24.11-1.el9pc?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.13.9-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"product": {
"name": "rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"product_id": "rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.18.0.13-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.18.6-1.el9sat.noarch",
"product": {
"name": "satellite-capsule-0:6.18.6-1.el9sat.noarch",
"product_id": "satellite-capsule-0:6.18.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.18.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.18.6-1.el9sat.noarch",
"product": {
"name": "satellite-common-0:6.18.6-1.el9sat.noarch",
"product_id": "satellite-common-0:6.18.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.18.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"product": {
"name": "satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"product_id": "satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-obsolete-packages@6.18.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.18.6-1.el9sat.noarch",
"product": {
"name": "satellite-0:6.18.6-1.el9sat.noarch",
"product_id": "satellite-0:6.18.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.18.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.18.6-1.el9sat.noarch",
"product": {
"name": "satellite-cli-0:6.18.6-1.el9sat.noarch",
"product_id": "satellite-cli-0:6.18.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.18.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"product_id": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@15.3.6-1.el9sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"product": {
"name": "dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"product_id": "dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@2.0.1-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"product": {
"name": "python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"product_id": "python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-nh3@0.3.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"product_id": "python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9pc?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:2.0.1-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src"
},
"product_reference": "dynflow-utils-0:2.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:2.0.1-1.el9sat.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64"
},
"product_reference": "dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch"
},
"product_reference": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src"
},
"product_reference": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch"
},
"product_reference": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src"
},
"product_reference": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-nh3-0:0.3.0-1.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src"
},
"product_reference": "python3.12-nh3-0:0.3.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-nh3-0:0.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-packaging-0:24.2-3.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch"
},
"product_reference": "python3.12-packaging-0:24.2-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-packaging-0:24.2-3.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src"
},
"product_reference": "python3.12-packaging-0:24.2-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9pc.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch"
},
"product_reference": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src"
},
"product_reference": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.18.6-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src"
},
"product_reference": "satellite-0:6.18.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.18.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.18.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.18.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.18.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-packaging-0:24.2-3.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch"
},
"product_reference": "python3.12-packaging-0:24.2-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-packaging-0:24.2-3.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src"
},
"product_reference": "python3.12-packaging-0:24.2-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.18.6-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src"
},
"product_reference": "satellite-0:6.18.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.18.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.18.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.6.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch"
},
"product_reference": "candlepin-0:4.6.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.6.6-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src"
},
"product_reference": "candlepin-0:4.6.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-selinux-0:4.6.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch"
},
"product_reference": "candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:2.0.1-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src"
},
"product_reference": "dynflow-utils-0:2.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:2.0.1-1.el9sat.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64"
},
"product_reference": "dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch"
},
"product_reference": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src"
},
"product_reference": "pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch"
},
"product_reference": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src"
},
"product_reference": "python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-nh3-0:0.3.0-1.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src"
},
"product_reference": "python3.12-nh3-0:0.3.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-nh3-0:0.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-packaging-0:24.2-3.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch"
},
"product_reference": "python3.12-packaging-0:24.2-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-packaging-0:24.2-3.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src"
},
"product_reference": "python3.12-packaging-0:24.2-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9pc.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64 as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch"
},
"product_reference": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src"
},
"product_reference": "python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src"
},
"product_reference": "rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.18.0.13-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch"
},
"product_reference": "rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.18.0.13-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src"
},
"product_reference": "rubygem-katello-0:4.18.0.13-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.18.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.18.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.18.6-1.el9sat.src as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src"
},
"product_reference": "satellite-0:6.18.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.18.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.18.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.18.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.18.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch as a component of Red Hat Satellite 6.18 for RHEL 9",
"product_id": "9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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": [
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T18:47:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28385"
},
{
"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": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-27830",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-26T01:01:56.834884+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442908"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in c3p0, a Java Database Connectivity (JDBC) Connection pooling library. This vulnerability allows an attacker to achieve arbitrary code execution by providing maliciously crafted Java-serialized objects or `javax.naming.Reference` instances. By manipulating the `userOverridesAsString` property, an attacker can cause the application to download and execute malicious code from a remote location on its CLASSPATH.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects",
"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": [
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27830"
},
{
"category": "external",
"summary": "RHBZ#2442908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442908"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830"
},
{
"category": "external",
"summary": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e",
"url": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e"
},
{
"category": "external",
"summary": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv",
"url": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv"
},
{
"category": "external",
"summary": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal",
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#configuring_security",
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#security-note",
"url": "https://www.mchange.com/projects/c3p0/#security-note"
}
],
"release_date": "2026-02-26T00:45:18.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T18:47:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects"
},
{
"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": [
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
}
],
"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": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.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-06-23T18:47:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28385"
},
{
"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": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.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": [
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18-capsule:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18-capsule:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18-capsule:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18-capsule:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-capsule:satellite-capsule-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-capsule:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18-maintenance:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18-maintenance:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18-utils:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:candlepin-0:4.6.6-1.el9sat.src",
"9Base-satellite-6.18:candlepin-selinux-0:4.6.6-1.el9sat.noarch",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.18:dynflow-utils-0:2.0.1-1.el9sat.x86_64",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.noarch",
"9Base-satellite-6.18:pulpcore-obsolete-packages-0:1.3.1-2.el9pc.src",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-galaxy-importer-0:0.4.33-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.src",
"9Base-satellite-6.18:python3.12-nh3-0:0.3.0-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.noarch",
"9Base-satellite-6.18:python3.12-packaging-0:24.2-3.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.src",
"9Base-satellite-6.18:python3.12-pillow-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debuginfo-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pillow-debugsource-0:12.1.1-1.el9pc.x86_64",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.noarch",
"9Base-satellite-6.18:python3.12-pulp-ansible-1:0.24.11-1.el9pc.src",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_maintain-1:1.13.9-1.el9sat.src",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-foreman_theme_satellite-0:15.3.6-1.el9sat.src",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.noarch",
"9Base-satellite-6.18:rubygem-katello-0:4.18.0.13-1.el9sat.src",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-0:6.18.6-1.el9sat.src",
"9Base-satellite-6.18:satellite-cli-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-common-0:6.18.6-1.el9sat.noarch",
"9Base-satellite-6.18:satellite-obsolete-packages-0:6.18.6-1.el9sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
}
]
}
RHSA-2026:29854
Vulnerability from csaf_redhat - Published: 2026-06-25 08:18 - Updated: 2026-07-14 06:52A 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: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
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: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
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: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_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: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
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: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — |
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: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — |
Workaround
|
A flaw was found in BuildKit, a toolkit for converting source code to build artifacts. An untrusted BuildKit frontend can be leveraged to craft a malicious API message, allowing files to be written outside of the designated BuildKit state directory. This vulnerability, which is a form of arbitrary file write, could enable an attacker to execute unauthorized code or escalate their privileges on the system. This issue arises when custom BuildKit frontends are used with specific configuration options.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Workaround
|
A flaw was found in BuildKit. Insufficient validation of Git URL fragment subdirectory components may allow a remote attacker to access files outside the checked-out Git repository root. This access is limited to files on the same mounted filesystem. This vulnerability could lead to unauthorized information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x | — |
Workaround
|
{
"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": "A new version of OpenShift API for Data Protection (OADP) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore\napplication resources, persistent volume data, and internal container\nimages to external backup storage. OADP enables both file system-based and\nsnapshot-based backups for persistent volumes.",
"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:29854",
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"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-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"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-32281",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"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-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33747",
"url": "https://access.redhat.com/security/cve/CVE-2026-33747"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33748",
"url": "https://access.redhat.com/security/cve/CVE-2026-33748"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33810",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/backup_and_restore/oadp-application-backup-and-restore",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/backup_and_restore/oadp-application-backup-and-restore"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_29854.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift API for Data Protection",
"tracking": {
"current_release_date": "2026-07-14T06:52:01+00:00",
"generator": {
"date": "2026-07-14T06:52:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:29854",
"initial_release_date": "2026-06-25T08:18:45+00:00",
"revision_history": [
{
"date": "2026-06-25T08:18:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-25T08:18:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-14T06:52:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift API for Data Protection 1.4",
"product": {
"name": "OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.4::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3Aad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1779243307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1779770049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1779847451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"product_id": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256%3Afbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1779848257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1779809598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1779243793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3Aca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1779243113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3Ae213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1779243915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3A3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9\u0026tag=1779243074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Ad5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1779243128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1779809597"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1779243307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3Ab8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1779770049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3Ab6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1779847451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3Abcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1779809598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3Aaabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1779243793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3Aeacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1779243113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1779243915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3Af83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9\u0026tag=1779243074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Af12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1779243128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1779809597"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1779243307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3Ab3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1779770049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3Acf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1779847451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3Ad437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1779809598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3Acaff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1779243793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3Afb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1779243113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3Adb5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1779243915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3Aa080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9\u0026tag=1779243074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Afc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1779243128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3Ae30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1779809597"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3Afa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1779243307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3Ad766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1779770049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1779847451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3Ac720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1779809598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1779243793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1779243113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1779243915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3A356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9\u0026tag=1779243074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Aed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1779243128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1779809597"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x"
]
}
],
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x"
]
},
"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-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
}
],
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_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-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x"
]
}
],
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x"
]
},
"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-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_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": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_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-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
}
],
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64"
]
}
],
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64"
]
},
"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-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64"
]
}
],
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64"
]
},
"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-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-33747",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-27T02:01:29.921765+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452076"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in BuildKit, a toolkit for converting source code to build artifacts. An untrusted BuildKit frontend can be leveraged to craft a malicious API message, allowing files to be written outside of the designated BuildKit state directory. This vulnerability, which is a form of arbitrary file write, could enable an attacker to execute unauthorized code or escalate their privileges on the system. This issue arises when custom BuildKit frontends are used with specific configuration options.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "BuildKit: github.com/moby/buildkit: BuildKit: Arbitrary file write and code execution via untrusted frontend",
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33747"
},
{
"category": "external",
"summary": "RHBZ#2452076",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452076"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33747",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33747"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33747",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33747"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/releases/tag/v0.28.1",
"url": "https://github.com/moby/buildkit/releases/tag/v0.28.1"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/security/advisories/GHSA-4c29-8rgm-jvjj",
"url": "https://github.com/moby/buildkit/security/advisories/GHSA-4c29-8rgm-jvjj"
}
],
"release_date": "2026-03-27T00:49:06.165000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid using untrusted BuildKit frontends. Restrict the use of custom BuildKit frontends to only those from verified and trusted sources. Do not specify untrusted frontends via `#syntax` or `--build-arg BUILDKIT_SYNTAX`.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "BuildKit: github.com/moby/buildkit: BuildKit: Arbitrary file write and code execution via untrusted frontend"
},
{
"cve": "CVE-2026-33748",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-27T15:02:00.107493+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452271"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in BuildKit. Insufficient validation of Git URL fragment subdirectory components may allow a remote attacker to access files outside the checked-out Git repository root. This access is limited to files on the same mounted filesystem. This vulnerability could lead to unauthorized information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/moby/buildkit: BuildKit: Unauthorized file access via Git URL fragment subdir components",
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33748"
},
{
"category": "external",
"summary": "RHBZ#2452271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452271"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33748",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33748"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33748",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33748"
},
{
"category": "external",
"summary": "https://docs.docker.com/build/concepts/context/#url-fragments",
"url": "https://docs.docker.com/build/concepts/context/#url-fragments"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/releases/tag/v0.28.1",
"url": "https://github.com/moby/buildkit/releases/tag/v0.28.1"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/security/advisories/GHSA-4vrq-3vrq-g6gg",
"url": "https://github.com/moby/buildkit/security/advisories/GHSA-4vrq-3vrq-g6gg"
}
],
"release_date": "2026-03-27T14:00:21.200000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/moby/buildkit: BuildKit: Unauthorized file access via Git URL fragment subdir components"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Go `crypto/x509` package that could allow an attacker to bypass certificate validation. The vulnerability arises from an incorrect application of excluded DNS constraints to wildcard DNS Subject Alternative Names (SANs) when their case differs from the constraint. This could lead to Red Hat products accepting malicious certificates from otherwise trusted chains, compromising the trust model.",
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"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-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T08:18:45+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:29854"
},
{
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:17af493f7fee34d568b9d5619adfd7e087c28a8038e511d254a3999c37c58ef8_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:374d9e4e00b261c35289aee21a1d890b516d0fb83078b3b52817f5c5385aa084_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ad53c993e7afabb98c66f25e8093851fbca592f030ed9c6e32056492958162d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:fa2b4d9faf775d51f0ee2b8db7081b982a1e50172a004307e80bd03ca0fe3d1d_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:fbb56ee11f594426137e348722879c5e82dc54f95038166a1b4c4f4ee81e894d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:143ab7980c82934a76ad7bd868132b74701c5551832b28791848527ce8b03c20_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:92c0fefeea6b853dbfff5ec75e39d1fcda373dbf7c57970800b0b37178031238_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b6eac0b65e002fd41dde04e5c674b5993ea6369524e8c0140e916aba485053d4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:cf465717f1180127489d07808818760d194e04e155d6eb8eff2724505fd0f6cd_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:30831d901c1636053558d0ac31de96e2580c30c85d9084b5d93080f5e96eb66c_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ca9f1af1a243a4dd74f75345e5e525393f9ba9fb797fd970ae2280a39f57b772_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:eacd5a9c1c16fb73e5b0097ee93e82bac7950dd2753a7d169a1a24547b6174ad_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:fb527f9ac9fa160a71a503a3eb82aa3f9ef1585a4bcdead6f035185b91c05334_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5d98839c46b3c0263b0eb19b4d06d46fa65773f8244cdaabeed873f123995576_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85b050dd45621a34f14dd6b6ab867dc4ac84964c02523ee865480713823dd390_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:db5d67e04f26424081a96ce90ca054dd4fc99b638c93a272a7af7af85ec4c0a0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:e213bf8473c54562605ee9f6e13399a7cff1ea2f50f037b909d8a9ab59575964_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:356fafc9176aa3386278ee1f719133b1359e8a5f2f5de91c8ca9412a991f9b55_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:3a5a8bc8aadd7779a08128cfb59f50e1991cc0251c2edc9b0f953cdad195ae0b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a080e8ffa4ee1f3c99bb4df919bbfb29def73095a0bfd7a839e2091217d68e28_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:f83df5c7657049f90eaee42cc5dead19fcb48c6adeaa2f9812e5420f0aa00d5d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:d5c683e4252c17d06bf3945f3af4c80ef42f856e9dd6c1a6d08a4e54babfedac_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:ed0a47c5e0320e84d995d99236158cf686b9c2443f6eaa5e47cb3e69b01c23e2_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:f12b8e98ebdf05f6f91b1eed3ff3dbbedefaac55fa8fc41943ff91faed46bf32_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fc597c5c4c62c2d87fd68e884df4c9d7634898dd7579e1d825daa2fd08ea35b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:561984526adccb2f793cf335cbe3b8c954ed541d603a78eebbe83a0b742a6c9b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:9bd9523592fec802988506a00eb9206494b2ad49ecf7e72cb3f67b84fce5137d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:aabafbb687cfbfc178e171ba48ba1f593182fda375ff0638ad91ff719b8ad752_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:caff3cccd0562e5f598bd42e23749573ab786d1f86d0719d3e2c2b9531ce9511_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4c726cad3805b7831660a4273164105fa17a5e1242b7bd4120faaaeec9c91fae_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:605cc1c7e8c508dd82090d9d30797ffc1f6b6e93b3f693ae6b9a2824a4d6a637_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6ef122cf6d51b30354a1dbad28f3a46111548b0f6c8a832f9efa6f60626b6ce3_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e30fbab6b9dc60219d6af7ac91698a12081a2e0259fe77655c56d70829c62dd9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6f7f55658d72120eb8e1193b8f7d99f33b9c80fe7b176801dbcb8879504fd1ec_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:bcfc9642e7af2b2be0ce8a17b9c7d34fb5b4220bf4990400fcdb3741ebc742a5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:c720a5c9d7043e4db3242fadb0ce9b019f4d11b954319a4b09cb452c3b494f31_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:d437cb8613dc87511b03a3f1ea4467b28e0100ce6b8b08d3efce95e12715201a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
}
]
}
RHSA-2026:34365
Vulnerability from csaf_redhat - Published: 2026-07-01 17:32 - Updated: 2026-07-14 05:26A flaw was found in Foreman. This broken access control vulnerability allows an authenticated user with host-edit permissions to retarget an existing lookup value override to a different host. This is achieved by modifying the match field through nested host attributes, effectively bypassing authorisation checks. The consequence is the potential for unauthorised modification of managed host configurations across different organisational and location boundaries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
A flaw was found in Foreman. The Usergroup model in Foreman does not properly validate role assignments against the calling user's permissions. This allows an authenticated user with usergroup management permissions to attach arbitrary roles, including administrative roles, to a user group and then add themselves as a member. Successful exploitation of this vulnerability leads to full privilege escalation, granting the attacker administrator-level access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
A flaw was found in Foreman. An authenticated user with host-edit permissions could exploit a cross-tenant information disclosure vulnerability. This flaw occurs because the taxonomy_scope controller method does not properly validate organization and location IDs from nested request parameters, bypassing existing authorization checks. This allows the user to leak sensitive infrastructure metadata, including subnet topology, IP ranges, gateways, DNS servers, and VLAN IDs, from organizations and locations they are not authorized to access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
A flaw was found in foreman. Authenticated users with 'view_keypairs' permission can bypass taxonomy scoping, allowing them to download private SSH (Secure Shell) keys from other organizations by directly querying key pair IDs. This vulnerability leads to cross-tenant data exposure in multi-tenant deployments, potentially compromising sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
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: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
A flaw was found in mchange-commons-java, a Java utility library. An attacker can exploit this vulnerability by providing a maliciously crafted `javax.naming.Reference` or serialized object to an application using the library. This can provoke the application to download and execute arbitrary malicious code due to mchange-commons-java's independent implementation of Java Naming and Directory Interface (JNDI) dereferencing, which supports remote code loading. This could lead to arbitrary code execution within the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
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: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
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: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
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: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
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: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Workaround
|
A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer's public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
{
"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": "A new release is now available for Red Hat Satellite 6.19 for RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* candlepin: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects (CVE-2026-27727)\n* yggdrasil-worker-forwarder: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n* yggdrasil-worker-forwarder: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application (CVE-2026-33810)\n* yggdrasil-worker-forwarder: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n* yggdrasil-worker-forwarder: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n* yggdrasil-worker-forwarder: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n* yggdrasil-worker-forwarder: Go crypto/x509: Denial of Service via inefficient certificate chain validation (CVE-2026-32281)\n* python-pillow: Pillow: Denial of Service via decompression bomb in FITS image processing (CVE-2026-40192)\n* python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens (CVE-2026-48526)\n* foreman: foreman: Cross-tenant private SSH key disclosure via taxonomy scoping bypass (CVE-2026-5142)\n* foreman: Foreman: Information disclosure via improper validation of nested request parameters (CVE-2026-5138)\n* foreman: Foreman: Privilege escalation to administrator-level access via usergroup role assignment manipulation (CVE-2026-5136)\n* foreman: Foreman: Unauthorized modification of host configurations via broken access control (CVE-2026-5135)",
"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:34365",
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "SAT-45957",
"url": "https://issues.redhat.com/browse/SAT-45957"
},
{
"category": "external",
"summary": "SAT-46096",
"url": "https://issues.redhat.com/browse/SAT-46096"
},
{
"category": "external",
"summary": "SAT-46097",
"url": "https://issues.redhat.com/browse/SAT-46097"
},
{
"category": "external",
"summary": "SAT-46098",
"url": "https://issues.redhat.com/browse/SAT-46098"
},
{
"category": "external",
"summary": "SAT-46101",
"url": "https://issues.redhat.com/browse/SAT-46101"
},
{
"category": "external",
"summary": "SAT-46102",
"url": "https://issues.redhat.com/browse/SAT-46102"
},
{
"category": "external",
"summary": "SAT-46103",
"url": "https://issues.redhat.com/browse/SAT-46103"
},
{
"category": "external",
"summary": "SAT-46106",
"url": "https://issues.redhat.com/browse/SAT-46106"
},
{
"category": "external",
"summary": "SAT-46107",
"url": "https://issues.redhat.com/browse/SAT-46107"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_34365.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.19.2 Async Update",
"tracking": {
"current_release_date": "2026-07-14T05:26:10+00:00",
"generator": {
"date": "2026-07-14T05:26:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:34365",
"initial_release_date": "2026-07-01T17:32:19+00:00",
"revision_history": [
{
"date": "2026-07-01T17:32:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-08T19:41:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-14T05:26:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.19 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.19::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.19 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.19::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.19 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.19::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.19 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman-0:3.18.0.7-1.el9sat.src",
"product": {
"name": "foreman-0:3.18.0.7-1.el9sat.src",
"product_id": "foreman-0:3.18.0.7-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.18.0.7-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "candlepin-0:4.7.5-1.el9sat.src",
"product": {
"name": "candlepin-0:4.7.5-1.el9sat.src",
"product_id": "candlepin-0:4.7.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.7.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.2.0-1.el9pc.src",
"product": {
"name": "python3.12-pillow-0:12.2.0-1.el9pc.src",
"product_id": "python3.12-pillow-0:12.2.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.2.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"product": {
"name": "python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"product_id": "python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-container@2.26.16-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"product": {
"name": "python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"product_id": "python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyjwt@2.13.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"product_id": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.14.5-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.20.0.5-1.el9sat.src",
"product": {
"name": "rubygem-katello-0:4.20.0.5-1.el9sat.src",
"product_id": "rubygem-katello-0:4.20.0.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.20.0.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.19.2-1.el9sat.src",
"product": {
"name": "satellite-0:6.19.2-1.el9sat.src",
"product_id": "satellite-0:6.19.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.19.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-5.el9sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-pcp@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-redis@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-service-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-service-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"product": {
"name": "foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"product_id": "foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.18.0.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-0:4.7.5-1.el9sat.noarch",
"product": {
"name": "candlepin-0:4.7.5-1.el9sat.noarch",
"product_id": "candlepin-0:4.7.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.7.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"product": {
"name": "candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"product_id": "candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin-selinux@4.7.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"product": {
"name": "python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"product_id": "python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-container@2.26.16-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"product": {
"name": "python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"product_id": "python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyjwt%2Bcrypto@2.13.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"product": {
"name": "python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"product_id": "python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyjwt@2.13.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.14.5-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"product": {
"name": "rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"product_id": "rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.20.0.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.19.2-1.el9sat.noarch",
"product": {
"name": "satellite-capsule-0:6.19.2-1.el9sat.noarch",
"product_id": "satellite-capsule-0:6.19.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.19.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.19.2-1.el9sat.noarch",
"product": {
"name": "satellite-common-0:6.19.2-1.el9sat.noarch",
"product_id": "satellite-common-0:6.19.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.19.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"product": {
"name": "satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"product_id": "satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-obsolete-packages@6.19.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.19.2-1.el9sat.noarch",
"product": {
"name": "satellite-0:6.19.2-1.el9sat.noarch",
"product_id": "satellite-0:6.19.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.19.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.19.2-1.el9sat.noarch",
"product": {
"name": "satellite-cli-0:6.19.2-1.el9sat.noarch",
"product_id": "satellite-cli-0:6.19.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.19.2-1.el9sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"product_id": "python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-5.el9sat?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.18.0.7-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src"
},
"product_reference": "foreman-0:3.18.0.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.2.0-1.el9pc.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src"
},
"product_reference": "python3.12-pillow-0:12.2.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.26.16-1.el9pc.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch"
},
"product_reference": "python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.26.16-1.el9pc.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src"
},
"product_reference": "python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch"
},
"product_reference": "python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt-0:2.13.0-1.el9pc.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch"
},
"product_reference": "python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt-0:2.13.0-1.el9pc.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src"
},
"product_reference": "python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.19.2-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src"
},
"product_reference": "satellite-0:6.19.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.19.2-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.19.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.19.2-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.19.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.18.0.7-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src"
},
"product_reference": "foreman-0:3.18.0.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.19.2-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src"
},
"product_reference": "satellite-0:6.19.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.19.2-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.19.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.7.5-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch"
},
"product_reference": "candlepin-0:4.7.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.7.5-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src"
},
"product_reference": "candlepin-0:4.7.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-selinux-0:4.7.5-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch"
},
"product_reference": "candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.18.0.7-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src"
},
"product_reference": "foreman-0:3.18.0.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-service-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.18.0.7-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
},
"product_reference": "foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.2.0-1.el9pc.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src"
},
"product_reference": "python3.12-pillow-0:12.2.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.26.16-1.el9pc.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch"
},
"product_reference": "python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.26.16-1.el9pc.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src"
},
"product_reference": "python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch"
},
"product_reference": "python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt-0:2.13.0-1.el9pc.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch"
},
"product_reference": "python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt-0:2.13.0-1.el9pc.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src"
},
"product_reference": "python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.20.0.5-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch"
},
"product_reference": "rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.20.0.5-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src"
},
"product_reference": "rubygem-katello-0:4.20.0.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.19.2-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.19.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.19.2-1.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src"
},
"product_reference": "satellite-0:6.19.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.19.2-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.19.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.19.2-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.19.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 as a component of Red Hat Satellite 6.19 for RHEL 9",
"product_id": "9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.19"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Stanislav Fot"
],
"organization": "Aisle Research"
}
],
"cve": "CVE-2026-5135",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-03-27T13:22:30.704000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452230"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Foreman. This broken access control vulnerability allows an authenticated user with host-edit permissions to retarget an existing lookup value override to a different host. This is achieved by modifying the match field through nested host attributes, effectively bypassing authorisation checks. The consequence is the potential for unauthorised modification of managed host configurations across different organisational and location boundaries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: Foreman: Unauthorized modification of host configurations via broken access control",
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5135"
},
{
"category": "external",
"summary": "RHBZ#2452230",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452230"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5135"
}
],
"release_date": "2026-04-15T12:34:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "foreman: Foreman: Unauthorized modification of host configurations via broken access control"
},
{
"acknowledgments": [
{
"names": [
"Stanislav Fot"
],
"organization": "Aisle Research"
}
],
"cve": "CVE-2026-5136",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2026-03-30T10:41:48.559000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452970"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Foreman. The Usergroup model in Foreman does not properly validate role assignments against the calling user\u0027s permissions. This allows an authenticated user with usergroup management permissions to attach arbitrary roles, including administrative roles, to a user group and then add themselves as a member. Successful exploitation of this vulnerability leads to full privilege escalation, granting the attacker administrator-level access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: Foreman: Privilege escalation to administrator-level access via usergroup role assignment manipulation",
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5136"
},
{
"category": "external",
"summary": "RHBZ#2452970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452970"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5136"
}
],
"release_date": "2026-07-01T12:28:21.744000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "foreman: Foreman: Privilege escalation to administrator-level access via usergroup role assignment manipulation"
},
{
"acknowledgments": [
{
"names": [
"Stanislav Fot"
],
"organization": "Aisle Research"
}
],
"cve": "CVE-2026-5138",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-03-30T10:51:04.461000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452971"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Foreman. An authenticated user with host-edit permissions could exploit a cross-tenant information disclosure vulnerability. This flaw occurs because the taxonomy_scope controller method does not properly validate organization and location IDs from nested request parameters, bypassing existing authorization checks. This allows the user to leak sensitive infrastructure metadata, including subnet topology, IP ranges, gateways, DNS servers, and VLAN IDs, from organizations and locations they are not authorized to access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: Foreman: Information disclosure via improper validation of nested request parameters",
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5138"
},
{
"category": "external",
"summary": "RHBZ#2452971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452971"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5138"
}
],
"release_date": "2026-07-01T12:29:33.423000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "foreman: Foreman: Information disclosure via improper validation of nested request parameters"
},
{
"acknowledgments": [
{
"names": [
"Stanislav Fot"
],
"organization": "Aisle Research"
}
],
"cve": "CVE-2026-5142",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-03-30T12:04:45.283000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452999"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in foreman. Authenticated users with \u0027view_keypairs\u0027 permission can bypass taxonomy scoping, allowing them to download private SSH (Secure Shell) keys from other organizations by directly querying key pair IDs. This vulnerability leads to cross-tenant data exposure in multi-tenant deployments, potentially compromising sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: foreman: Cross-tenant private SSH key disclosure via taxonomy scoping bypass",
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5142"
},
{
"category": "external",
"summary": "RHBZ#2452999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452999"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5142"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5142",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5142"
}
],
"release_date": "2026-04-30T12:34:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "foreman: foreman: Cross-tenant private SSH key disclosure via taxonomy scoping bypass"
},
{
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
]
}
],
"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": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
]
},
"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-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
},
{
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27727",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-25T17:04:31.254239+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in mchange-commons-java, a Java utility library. An attacker can exploit this vulnerability by providing a maliciously crafted `javax.naming.Reference` or serialized object to an application using the library. This can provoke the application to download and execute arbitrary malicious code due to mchange-commons-java\u0027s independent implementation of Java Naming and Directory Interface (JNDI) dereferencing, which supports remote code loading. This could lead to arbitrary code execution within the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.mchange/mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects",
"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": [
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27727"
},
{
"category": "external",
"summary": "RHBZ#2442671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27727",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27727"
},
{
"category": "external",
"summary": "https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44",
"url": "https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44"
},
{
"category": "external",
"summary": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal",
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#configuring_security",
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#security-note",
"url": "https://www.mchange.com/projects/c3p0/#security-note"
}
],
"release_date": "2026-02-25T16:01:04.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
},
{
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "com.mchange/mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects"
},
{
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
]
}
],
"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": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"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": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.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-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
}
],
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
]
}
],
"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": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.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-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
},
{
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
]
}
],
"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": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.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-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
},
{
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
]
}
],
"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": "other",
"text": "Important: A flaw in the Go `crypto/tls` package allows a remote attacker to cause a denial of service in applications using TLS 1.3. By sending multiple key update messages in a single record post-handshake, an attacker can trigger a connection deadlock, leading to uncontrolled resource consumption. This impacts Red Hat products utilizing the affected Go standard library for TLS 1.3 connections.",
"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": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.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-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
}
],
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Go `crypto/x509` package that could allow an attacker to bypass certificate validation. The vulnerability arises from an incorrect application of excluded DNS constraints to wildcard DNS Subject Alternative Names (SANs) when their case differs from the constraint. This could lead to Red Hat products accepting malicious certificates from otherwise trusted chains, compromising the trust model.",
"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": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"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-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"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": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
},
{
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
},
{
"cve": "CVE-2026-48526",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-28T16:01:22.805235+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer\u0027s public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in PyJWT allows for authentication bypass and unauthorized access. It occurs when a JWT verifier is misconfigured to accept both symmetric and asymmetric algorithms, and a public JSON Web Key is erroneously used as the HMAC secret. Red Hat products are only affected if they utilize this specific, non-standard verifier configuration.",
"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": [
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src"
],
"known_not_affected": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48526"
},
{
"category": "external",
"summary": "RHBZ#2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx"
}
],
"release_date": "2026-05-28T15:09:09.258000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:32:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.19/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34365"
}
],
"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": [
"9Base-satellite-6.19-capsule:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-capsule:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19-capsule:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19-capsule:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-capsule:satellite-capsule-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-capsule:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19-maintenance:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19-utils:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19-utils:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19-utils:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:candlepin-0:4.7.5-1.el9sat.src",
"9Base-satellite-6.19:candlepin-selinux-0:4.7.5-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-0:3.18.0.7-1.el9sat.src",
"9Base-satellite-6.19:foreman-cli-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-debug-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-dynflow-sidekiq-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-ec2-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-journald-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-libvirt-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-openstack-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-pcp-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-postgresql-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-redis-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-service-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-telemetry-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:foreman-vmware-0:3.18.0.7-1.el9sat.noarch",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pulp-container-0:2.26.16-1.el9pc.src",
"9Base-satellite-6.19:python3.12-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.19:python3.12-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-foreman_maintain-1:1.14.5-1.el9sat.src",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.noarch",
"9Base-satellite-6.19:rubygem-katello-0:4.20.0.5-1.el9sat.src",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-0:6.19.2-1.el9sat.src",
"9Base-satellite-6.19:satellite-cli-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-common-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:satellite-obsolete-packages-0:6.19.2-1.el9sat.noarch",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.19:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens"
}
]
}
RHSA-2026:34366
Vulnerability from csaf_redhat - Published: 2026-07-01 17:30 - Updated: 2026-07-09 21:15A flaw was found in Foreman. This broken access control vulnerability allows an authenticated user with host-edit permissions to retarget an existing lookup value override to a different host. This is achieved by modifying the match field through nested host attributes, effectively bypassing authorisation checks. The consequence is the potential for unauthorised modification of managed host configurations across different organisational and location boundaries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
A flaw was found in Foreman. The Usergroup model in Foreman does not properly validate role assignments against the calling user's permissions. This allows an authenticated user with usergroup management permissions to attach arbitrary roles, including administrative roles, to a user group and then add themselves as a member. Successful exploitation of this vulnerability leads to full privilege escalation, granting the attacker administrator-level access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
A flaw was found in Foreman. An authenticated user with host-edit permissions could exploit a cross-tenant information disclosure vulnerability. This flaw occurs because the taxonomy_scope controller method does not properly validate organization and location IDs from nested request parameters, bypassing existing authorization checks. This allows the user to leak sensitive infrastructure metadata, including subnet topology, IP ranges, gateways, DNS servers, and VLAN IDs, from organizations and locations they are not authorized to access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
A flaw was found in foreman. Authenticated users with 'view_keypairs' permission can bypass taxonomy scoping, allowing them to download private SSH (Secure Shell) keys from other organizations by directly querying key pair IDs. This vulnerability leads to cross-tenant data exposure in multi-tenant deployments, potentially compromising sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
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: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 | — |
Workaround
|
{
"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": "A new release is now available for Red Hat Satellite 6.17 for RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n * python-pillow: Pillow: Denial of Service via decompression bomb in FITS image processing (CVE-2026-40192)\n\n * dynflow-utils: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n * yggdrasil-worker-forwarder: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n * foreman: Foreman: Privilege escalation to administrator-level access via\nusergroup role assignment manipulation (CVE-2026-5136)\n\n * foreman: Foreman: Information disclosure via improper validation of nested request parameters (CVE-2026-5138)\n\n * foreman: Foreman: Unauthorized modification of host configurations via broken access control (CVE-2026-5135)\n\n * foreman: foreman: Cross-tenant private SSH key disclosure via taxonomy scoping bypass (CVE-2026-5142)\n\n For more details about the security issue(s), including the impact, a CVSS\n score, acknowledgments, and other related information, refer to the CVE\n page(s) listed in the References section.\n\n Bug Fix(es):\n\n * orphan cleanup triggers CapsuleContent::UpdateContentCounts regardless of automatic_content_count_updates setting (SAT-45923)\n\n * The custom repository fails to sync with the Capsule server, resulting in an error (SAT-44719)",
"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:34366",
"url": "https://access.redhat.com/errata/RHSA-2026:34366"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2452230",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452230"
},
{
"category": "external",
"summary": "2452970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452970"
},
{
"category": "external",
"summary": "2452971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452971"
},
{
"category": "external",
"summary": "2452999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452999"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "SAT-44719",
"url": "https://issues.redhat.com/browse/SAT-44719"
},
{
"category": "external",
"summary": "SAT-45923",
"url": "https://issues.redhat.com/browse/SAT-45923"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_34366.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.17.9 Async Update",
"tracking": {
"current_release_date": "2026-07-09T21:15:28+00:00",
"generator": {
"date": "2026-07-09T21:15:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:34366",
"initial_release_date": "2026-07-01T17:30:44+00:00",
"revision_history": [
{
"date": "2026-07-01T17:30:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-01T17:30:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T21:15:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.17::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.17::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.17::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"product": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"product_id": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.14.0.17-1.el9sat.src",
"product": {
"name": "foreman-0:3.14.0.17-1.el9sat.src",
"product_id": "foreman-0:3.14.0.17-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.14.0.17-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:12.2.0-1.el9pc.src",
"product": {
"name": "python-pillow-0:12.2.0-1.el9pc.src",
"product_id": "python-pillow-0:12.2.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@12.2.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-ansible-1:0.22.4-3.el9pc.src",
"product": {
"name": "python-pulp-ansible-1:0.22.4-3.el9pc.src",
"product_id": "python-pulp-ansible-1:0.22.4-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-ansible@0.22.4-3.el9pc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"product_id": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.10.5-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.16.0.16-1.el9sat.src",
"product": {
"name": "rubygem-katello-0:4.16.0.16-1.el9sat.src",
"product_id": "rubygem-katello-0:4.16.0.16-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.16.0.16-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.17.9-1.el9sat.src",
"product": {
"name": "satellite-0:6.17.9-1.el9sat.src",
"product_id": "satellite-0:6.17.9-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.17.9-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-5.el9sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"product": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"product_id": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"product_id": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product_id": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product_id": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow-debuginfo@12.2.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-5.el9sat?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ovirt@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-pcp@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-redis@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-service-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-service-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"product": {
"name": "foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"product_id": "foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.14.0.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"product": {
"name": "python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"product_id": "python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-ansible@0.22.4-3.el9pc?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.10.5-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"product": {
"name": "rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"product_id": "rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.16.0.16-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.17.9-1.el9sat.noarch",
"product": {
"name": "satellite-0:6.17.9-1.el9sat.noarch",
"product_id": "satellite-0:6.17.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.17.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.17.9-1.el9sat.noarch",
"product": {
"name": "satellite-cli-0:6.17.9-1.el9sat.noarch",
"product_id": "satellite-cli-0:6.17.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.17.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.17.9-1.el9sat.noarch",
"product": {
"name": "satellite-common-0:6.17.9-1.el9sat.noarch",
"product_id": "satellite-common-0:6.17.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.17.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"product": {
"name": "satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"product_id": "satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-obsolete-packages@6.17.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.17.9-1.el9sat.noarch",
"product": {
"name": "satellite-capsule-0:6.17.9-1.el9sat.noarch",
"product_id": "satellite-capsule-0:6.17.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.17.9-1.el9sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.14.0.17-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src"
},
"product_reference": "foreman-0:3.14.0.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.2.0-1.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src"
},
"product_reference": "python-pillow-0:12.2.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.22.4-3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src"
},
"product_reference": "python-pulp-ansible-1:0.22.4-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.9-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src"
},
"product_reference": "satellite-0:6.17.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.17.9-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.17.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.17.9-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.17.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.14.0.17-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src"
},
"product_reference": "foreman-0:3.14.0.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.9-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src"
},
"product_reference": "satellite-0:6.17.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.17.9-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.17.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.14.0.17-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src"
},
"product_reference": "foreman-0:3.14.0.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-service-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.14.0.17-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
},
"product_reference": "foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.2.0-1.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src"
},
"product_reference": "python-pillow-0:12.2.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.22.4-3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src"
},
"product_reference": "python-pulp-ansible-1:0.22.4-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.16.0.16-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch"
},
"product_reference": "rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.16.0.16-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src"
},
"product_reference": "rubygem-katello-0:4.16.0.16-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.9-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.17.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.17.9-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src"
},
"product_reference": "satellite-0:6.17.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.17.9-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.17.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.17.9-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.17.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch"
},
"product_reference": "satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9",
"product_id": "9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.17"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Stanislav Fot"
],
"organization": "Aisle Research"
}
],
"cve": "CVE-2026-5135",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-03-27T13:22:30.704000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452230"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Foreman. This broken access control vulnerability allows an authenticated user with host-edit permissions to retarget an existing lookup value override to a different host. This is achieved by modifying the match field through nested host attributes, effectively bypassing authorisation checks. The consequence is the potential for unauthorised modification of managed host configurations across different organisational and location boundaries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: Foreman: Unauthorized modification of host configurations via broken access control",
"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": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5135"
},
{
"category": "external",
"summary": "RHBZ#2452230",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452230"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5135"
}
],
"release_date": "2026-04-15T12:34:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:30:44+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34366"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "foreman: Foreman: Unauthorized modification of host configurations via broken access control"
},
{
"acknowledgments": [
{
"names": [
"Stanislav Fot"
],
"organization": "Aisle Research"
}
],
"cve": "CVE-2026-5136",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2026-03-30T10:41:48.559000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452970"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Foreman. The Usergroup model in Foreman does not properly validate role assignments against the calling user\u0027s permissions. This allows an authenticated user with usergroup management permissions to attach arbitrary roles, including administrative roles, to a user group and then add themselves as a member. Successful exploitation of this vulnerability leads to full privilege escalation, granting the attacker administrator-level access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: Foreman: Privilege escalation to administrator-level access via usergroup role assignment manipulation",
"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": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5136"
},
{
"category": "external",
"summary": "RHBZ#2452970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452970"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5136"
}
],
"release_date": "2026-07-01T12:28:21.744000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:30:44+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34366"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "foreman: Foreman: Privilege escalation to administrator-level access via usergroup role assignment manipulation"
},
{
"acknowledgments": [
{
"names": [
"Stanislav Fot"
],
"organization": "Aisle Research"
}
],
"cve": "CVE-2026-5138",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-03-30T10:51:04.461000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452971"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Foreman. An authenticated user with host-edit permissions could exploit a cross-tenant information disclosure vulnerability. This flaw occurs because the taxonomy_scope controller method does not properly validate organization and location IDs from nested request parameters, bypassing existing authorization checks. This allows the user to leak sensitive infrastructure metadata, including subnet topology, IP ranges, gateways, DNS servers, and VLAN IDs, from organizations and locations they are not authorized to access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: Foreman: Information disclosure via improper validation of nested request parameters",
"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": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5138"
},
{
"category": "external",
"summary": "RHBZ#2452971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452971"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5138"
}
],
"release_date": "2026-07-01T12:29:33.423000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:30:44+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34366"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "foreman: Foreman: Information disclosure via improper validation of nested request parameters"
},
{
"acknowledgments": [
{
"names": [
"Stanislav Fot"
],
"organization": "Aisle Research"
}
],
"cve": "CVE-2026-5142",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-03-30T12:04:45.283000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452999"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in foreman. Authenticated users with \u0027view_keypairs\u0027 permission can bypass taxonomy scoping, allowing them to download private SSH (Secure Shell) keys from other organizations by directly querying key pair IDs. This vulnerability leads to cross-tenant data exposure in multi-tenant deployments, potentially compromising sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: foreman: Cross-tenant private SSH key disclosure via taxonomy scoping bypass",
"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": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
],
"known_not_affected": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5142"
},
{
"category": "external",
"summary": "RHBZ#2452999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452999"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5142"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5142",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5142"
}
],
"release_date": "2026-04-30T12:34:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:30:44+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34366"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "foreman: foreman: Cross-tenant private SSH key disclosure via taxonomy scoping bypass"
},
{
"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": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch"
]
}
],
"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": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.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-07-01T17:30:44+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34366"
},
{
"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": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"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": [
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
],
"known_not_affected": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-01T17:30:44+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"product_ids": [
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34366"
},
{
"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": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.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": [
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17-capsule:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17-capsule:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-capsule:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17-capsule:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17-capsule:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17-capsule:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17-maintenance:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17-utils:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17-utils:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17-utils:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.src",
"9Base-satellite-6.17:dynflow-utils-0:1.6.3-1.1.el9sat.x86_64",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-0:3.14.0.17-1.el9sat.src",
"9Base-satellite-6.17:foreman-cli-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-debug-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-dynflow-sidekiq-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ec2-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-journald-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-libvirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-openstack-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-ovirt-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-pcp-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-postgresql-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-redis-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-service-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-telemetry-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:foreman-vmware-0:3.14.0.17-1.el9sat.noarch",
"9Base-satellite-6.17:python-pillow-0:12.2.0-1.el9pc.src",
"9Base-satellite-6.17:python-pillow-debugsource-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python-pulp-ansible-1:0.22.4-3.el9pc.src",
"9Base-satellite-6.17:python3.11-pillow-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pillow-debuginfo-0:12.2.0-1.el9pc.x86_64",
"9Base-satellite-6.17:python3.11-pulp-ansible-1:0.22.4-3.el9pc.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-foreman_maintain-1:1.10.5-1.el9sat.src",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.noarch",
"9Base-satellite-6.17:rubygem-katello-0:4.16.0.16-1.el9sat.src",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-0:6.17.9-1.el9sat.src",
"9Base-satellite-6.17:satellite-cli-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-common-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.9-1.el9sat.noarch",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.src",
"9Base-satellite-6.17:yggdrasil-worker-forwarder-0:0.0.3-5.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
}
]
}
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.